-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex (1).html
94 lines (81 loc) · 3.31 KB
/
index (1).html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Farmer</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<section id="header">
<a href="#"></a><img src="xyz.png" alt="" width="100px">
<div>
<ul id="navbar">
<li> <a href="active" href="index.html">Green House</a></li>
<li> <a href="faming">Farming</a></li>
<li> <a href="solar">Solar</a></li>
<li> <a href="nursery">Nursery</a></li>
<li> <a href="investment">Investment Plan</a></li>
<li> <a href="about">About</a></li>
<li> <a href="social">Social</a></li>
<li> <a href="contacts">Contacts</a></li>
<button>JOIN NOW</button>
</ul>
</div>
</section>
<section id="hero">
<h2>SMART</h2>
<h2><span>FARMER</span></h2>
</section>
<section id="product1" class="section-m1">
<h3>OUR <span>SERVICE</span></h3>
</section>
<section id="feature" class="section-p1">
<div class="fe-box1">
<img src="/Users/arunsunhare/Desktop/smart-farmer/1 (1).png" alt="">
<h6>Solar</h6>
</div>
<div class="fe-box2">
<img src="/Users/arunsunhare/Desktop/smart-farmer/2.png" alt="">
<h6>Farming</h6>
</div>
<div class="fe-box3">
<img src="/Users/arunsunhare/Desktop/smart-farmer/3.png" alt="">
<h6>Nursery</h6>
</div>
<div class="fe-box4">
<img src="/Users/arunsunhare/Desktop/smart-farmer/4.png" alt="">
<h6>Investment Plan</h6>
</div>
<div class="fe-box5">
<img src="/Users/arunsunhare/Desktop/smart-farmer/5.png" alt="">
<h6>Awesome Wheats</h6>
</div>
<div class="fe-box6">
<img src="/Users/arunsunhare/Desktop/smart-farmer/6.png" alt="">
<h6>Agro Machinery</h6>
</div>
</section>
<section id="info">
<p>PROTECTED AGRICULTURE IS <br>NECESSITY, NOT AN OPTION</p>
<!-- <p>NECESSITY, NOT AN OPTION</p> -->
</section>
<section id="title">
<h2>ABOUT FARMING<br> SOLUTIONS</h2>
<h5>Farming Solutions India, founded with the mission to provide skillful consulting services to support<br> agriculture and agribusiness sector by delivering sustainable solutions to agriculture projects and allied <br>sectors development in North India, Promoter Kishan Panchal has the vision to be most preferred<br> agribusiness consulting group from India on strategy framework towards sustainable agriculture. </h5>
</section>
<div class="container" id="item1">
<div class="item" id="item2">#</div>
<div class="item" id="item4">3</div>
<div class="item" id="item5">4</div>
<div class="item" id="item6">5</div>
<div class="item" id="item7">6</div>
<div class="item" id="item8">7</div>
<div class="item" id="item9">8</div>
</div>
</body>
</html>