-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
333 lines (274 loc) · 12.7 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="./indeximg/logo.png" type="image/png">
<title>FasalGuru</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link href="./styles/style.css" rel="stylesheet">
</head>
<body>
<!--navbar section-->
<section id="navbar">
<nav class="navbar navbar-expand-lg navbar-light bg-light ">
<div class="container-fluid my-2">
<a class="navbar-brand mx-3" href="/index.html"><img src="./indeximg/logo.png" width="30" height="30"
class="d-inline-block align-top" alt="Logo"> फसलGuru</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav ">
<li class="nav-item mx-3">
<button class="navbutton navibutton"><a class="nav-link active bttn" aria-current="page"
href="index.html">Home</a></button>
</li>
<li class="nav-item mx-3">
<button class="navbutton navibutton"><a class="nav-link bttn" href="#about">About</a></button>
</li>
<li class="nav-item mx-3">
<button class="navbutton navibutton"><a class="nav-link bttn" href="#contactus">Contact</a></button>
</li>
<li class="nav-item mx-3">
<button class="navbutton navibutton"><a class="nav-link bttn" href="./pages/blog.html" style="width:3.2rem; height:3rem">Blog</a></button>
</li>
</ul>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown2">
<ul class="navbar-nav superLinker">
<li class="nav-item mx-2 linker">
<a class="nav-link reg" href="./pages/login.html" style="font-size:1.1rem;">Sign in<i class="fa fa-user-circle"
aria-hidden="true" style="margin-left: 4px; "></i></a>
</li>
<li class="nav-item mx-2 linker">
<a class="nav-link reg" href="./pages/donate.html" style="font-size:1.1rem;">Donate Here<i class="fa fa-credit-card-alt"
aria-hidden="true" style="margin-left: 4px;"></i></a>
</li>
<li class="nav-item mx-2 linker">
<a class="nav-link reg" href="./pages/shop.html" style="font-size:1.1rem;">Shop <i class="fa fa-shopping-cart"
aria-hidden="true" style="margin-left: 4px;"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<nav class="navbar searchcustom py-2 ">
<div class="container-fluid justify-content-end py-1">
<form class="d-flex mx-2" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" style="width:25rem;">
<button class="--submit" style="width:17%;">
Search</button>
</form>
</div>
</nav>
</section>
<!--carousel section-->
<section id="maincarousel">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="true">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./indeximg/greenfield.jpg" class="d-block w-100 carousel-img" alt="crops">
<div class="carousel-caption">
<h3>Farm-fresh goodness, delivered to your doorstep!</h3>
</div>
</div>
<div class="carousel-item">
<img src="./indeximg/womanfarmer.jpg" class="d-block w-100 carousel-img" alt="...">
<div class="carousel-caption">
<h3>Empowering farmers with the knowledge to cultivate a bountiful future!</h3>
</div>
</div>
<div class="carousel-item">
<img src="./indeximg/farmings.jpg" class="d-block w-100 carousel-img" alt="...">
<div class="carousel-caption">
<h3>Plant the seeds of change and help farmers thrive with your donation!
</h3>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!--About Section-->
<section id="about">
<div class="row container-fluid my-4 px-5">
<h1 style="margin-top:2rem;margin-left:25px;"> About us</h1>
<div class="row second">
<div class="col">
<img src="./indeximg/foodfood.jpg" alt="foodimage" style="width:600px; max-width: 100%;
height: auto;
display: block;
margin-top: 50px;">
</div>
<div class="col para">
<h2> Empowering <br> Agriculture with <br>Innovative Solutions</h2><br>
<p style="font-family: 'Montserrat', sans-serif;"> We are dedicated to give farmers increased productivity and efficiency by providing them with cutting-edge
technological solutions.Our website offers a wide range of resources and tools to help farmers make informed
decisions and improve their farming practices. </p>
<h3>Export and Delivery Services:</h3>
<p style="font-family: 'Montserrat', sans-serif;">
Our team works hard to ensure that farmers have access to markets beyond their local communities. We offer
export services that connect farmers with buyers from around the world, allowing them to increase their income
and improve their livelihoods. In addition, we provide delivery services to ensure that products are
transported safely and efficiently.</p>
</div>
</div>
<div class="row second">
<div class="col">
<img src="./indeximg/tractor.jpeg" alt="foodimage" style="width:600px; max-width: 100%;
height: auto;
display: block;
margin-top: 50px;">
</div>
<div class="col para">
<h3>Donation Program:</h3>
<p style="font-family: 'Montserrat', sans-serif;">We understand that farming can be a difficult and unpredictable profession, and we want to support farmers
through the ups and downs. That's why we have a donation program that provides assistance to farmers during
critical situations, such as natural disasters, crop failures, or unexpected expenses. We believe that
supporting farmers is essential to building resilient communities, and we are committed to doing our part.</p>
<h3>Crop and Season Information:</h3>
<p style="font-family: 'Montserrat', sans-serif;"> We also want to help farmers improve their farming practices and maximize their yields. Our website provides
information about different crops, including planting and harvesting schedules, recommended fertilizers, and
pest control measures. We also provide seasonal updates and weather forecasts, so that farmers can plan their
operations accordingly.
Thank you for choosing our agricultural website for your farming needs. We are dedicated to supporting farmers
and building sustainable agricultural communities, and we look forward to serving you. If you have any
questions or feedback, please don't hesitate to contact us.</p>
</div>
</div>
</div>
</section>
<!--featured products-->
<section id="featured">
<div class="featured-products">
<h2 style=" margin-bottom: 4rem;">Products</h2>
<div class="product-container my-5 px-5">
<div class="product" onclick={shop()}>
<img src="./indeximg/veggie.jpeg" alt="Product 1" style="width: 80%;">
<br>
<h3 style="margin-top:10px;">Vegetables</h3>
</div>
<div class="product" onclick={shop()}>
<img src="./indeximg/grain.jpeg" alt="Product 2" style="width: 80%;">
<h3 style="margin-top:10px;">Grains</h3>
</div>
<div class="product" onclick={shop()}>
<img src="./indeximg/fruits.jpeg" alt="Product 3" style="width: 80%;">
<h3 style="margin-top:10px;">Fruits</h3>
</div>
</div>
<a href="./pages/shop.html"><button id="shopm"> Shop More
</button></a>
</div>
</section>
<!--contact section-->
<section id ="contactus">
<h1 style="margin-top:4rem;"> Contact us</h1>
<div class="container fluid">
<div class = "row" style="height:25%;">
<h2 id="add">Address</h2>
<br>
<p>E-Mail:- [email protected]</p>
<p> Address: Shop No 16, Panchkuian Road, Karol Bagh , Delhi , 110005</p>
<p>Phone no: +91 01123362340</p>
</div>
<div class = "row">
<h2 id="for">Contact form</h2>
<form class="form">
<input type="text" id="name" name="name" required class="form--input" placeholder="Your Name">
<input type="email" id="email" name="email" required class="form--input" placeholder="Your Email">
<textarea id="message" name="message" required style="width:80%; height:10rem;" class="form--input" placeholder="Enter Message"></textarea>
<button class="--submit">
Send</button>
</form>
</div>
</div>
</section>
<!--newsletter-->
<section id="newsletter">
<form class="form my-5 px-5 " style="margin-top: 5rem;">
<span class="title">Subscribe to our newsletter.</span>
<p class="description">Receive regular updates on, and be the first to know about any new developments. Plus, you'll get exclusive access to special offers and promotions only available to our subscribers.</p>
<div>
<input placeholder="Enter your email" type="email" name="email" id="email-address">
<button type="submit">Subscribe</button>
</div>
</form>
</section>
<footer>
<div class="row container-fluid">
<div class="col">
<img src="./indeximg/logo.png" style="width: 10%;">
<h4 style="margin-top: 0.5rem;">Contact</h4>
<p><strong>Address :</strong> Shop No 16, Panchkuian Road,<br> Karol Bagh , Delhi , 110005</p>
<p><strong>Contact no. :</strong>+91 01123362340</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"> <i class="fa fa-twitter"></i></a>
<a href="#"> <i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"> <i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
<div class="col">
<h4>About</h4>
<a href="#">About us</a>
<a href="#">Delivery Information </a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact Us</a>
</div>
<div class="col">
<h4>My Account</h4>
<a href="#">Sign in</a>
<a href="#">View Cart </a>
<a href="#">My Wishlist</a>
<a href="#">Track my order</a>
<a href="#">Help</a>
</div>
<div class="col">
<h4>Install App</h4>
<p>From App Store or Google Play</p>
<div class="row">
<img src="./indeximg/app.jpg" >
<img src="./indeximg/play.jpg">
</div>
<br>
<p>Secured Payment Gateways</p>
<img src="./indeximg/pay.png">
</div>
</div>
</footer>
<div class="copyright">
<p>© 2023 www.fasalguru.com - All Rights Reserved</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous">
</script>
<script src="./app.js"></script>
</body>
</html>