-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindextest.html
524 lines (446 loc) · 17.1 KB
/
indextest.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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>saramorganicfarms.com</title>
<link rel="stylesheet" href="bootstrap-5.3.1-dist/css/bootstrap.min.css">
<script src="bootstrap-5.3.1-dist/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.5.0/js/all.js"></script>
<link href="sytle1.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#navbarReresponsive">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark navigation-wrap fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="/crud/project_S/img/logo.png" width="100" height="47"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navabarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"> <!--<i class="fas fa-stream navbar-toggler-icon"></i>--></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/crud/project_S/indextest.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/crud/project_S/registration.php">Farmer Registration </a>
</li>
<li class="nav-item">
<a class="nav-link" href="/crud/project_S/login.php">Farmer Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/crud/project_S/insights.html">Insights</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#test">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/crud/project_S/faq.html">Faq&Help</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="slides" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#slides" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#slides" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#slides" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#slides" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#slides" data-bs-slide-to="4" aria-label="Slide 5"></button>
<button type="button" data-bs-target="#slides" data-bs-slide-to="5" aria-label="Slide 6"></button>
<button type="button" data-bs-target="#slides" data-bs-slide-to="6" aria-label="Slide 7"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active c-item" >
<img src="/crud/project_S/uploads/carimg/b1.jpg">
<div class="carousel-caption">
<h3 class="display-2 fw-bolder text-capitalize" >Welcome to Saram organic farms</h3>
<p class="mt-5 fs-3 text-uppercase" style="color:yellowgreen;">10% Discount now on all plants</p>
<a href="#order"><button class="btn btn-primary">order now</button></a>
</div>
</div>
<div class="carousel-item c-item" >
<img src="/crud/project_S/uploads/carimg/app.jpg">
<div class="carousel-caption">
<h3 class="display-2" >All type of plants available here</h3>
<h3>PURE ORGANIC</h3>
<a href="#order"><button class="btn btn-primary">order now</button></a>
</div>
</div>
<div class="carousel-item c-item" >
<img src="/crud/project_S/uploads/carimg/a1.jpg">
<div class="carousel-caption">
<h3 class="display-2">24/7 farmer assistance</h3>
<h3>SOF</h3>
<a href="#order"><button class="btn btn-primary">order now</button></a>
</div>
</div>
<div class="carousel-item c-item" >
<img src="/crud/project_S/uploads/carimg/a2.jpeg">
<div class="carousel-caption">
<h3 class="display-2">weekly field trips available</h3>
<h3>PURE ORGANIC</h3>
<a href="#order"><button class="btn btn-primary">order now</button></a>
</div>
</div>
<div class="carousel-item c-item" >
<img src="/crud/project_S/uploads/carimg/a3.jpeg">
<div class="carousel-caption">
<h4 class="display-4" >Agriculture is the most healthful, most useful and most noble employment of man.</h4>
<h3>PURE ORGANIC</h3>
<a href="#order"><button class="btn btn-primary">order now</button></a>
</div>
</div>
<div class="carousel-item c-item" >
<img src="/crud/project_S/uploads/carimg/a4.jpeg">
<div class="carousel-caption">
<h3 class="display-2" >An organic farmer is the best peacemaker today</h3>
<h3>PURE ORGANIC</h3>
<a href="#order"><button class="btn btn-primary">order now</button></a>
</div>
</div>
<div class="carousel-item c-item" >
<img src="/crud/project_S/uploads/carimg/berries.jpg">
<div class="carousel-caption">
<h3 class="display-2" >Best quality berry plants</h3>
<h3>WEEKLY FIELD TRIP</h3>
<a href="#order"><button class="btn btn-primary">order now</button></a>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#slides" 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="#slides" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!--<div id="google_element"></div>
<script src="http://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
<script>
function loadGoogleTranslate(){
new google.translate.TranslateElement(
"google_element"
);
}
</script>
-->
<style>
.jumbotron{
background: linear-gradient(120deg, #0ba151, #d8ef42);
}
.col-12{
background: linear-gradient(120deg, #d7e4dd, #d8ef42);
}
.card-body{
background: linear-gradient(120deg, #c3449529, #e37ff1);
}
</style>
<!--- Jumbotron -->
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">SOF CULTIVATIONS</h1>
<p class="lead"><i>"We are the fourth generation farmers and we have latest advanced technology along with the eco freindly materials for our agricultural farming."</i></p>
</div>
<a href="/crud/project_S/insights.html" ><button type="button" class="btn-primary">explore</button></a>
</div>
<!--- Welcome Section -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Organic-Way of life</h1>
<hr>
<div class="col-12">
<p class="lead"><strong><i>Welcome to the sof family . You can find everything about oganic eco friendly farming tools here</i></strong></p>
</div>
</div>
</div>
</div>
<!--- Three Column Section -->
<!--video-->
<video width="400" height="200" controls autoplay muted plays-inline loop class="back-video">
<source src="/crud/project_S/snap/intro.mp4"type="video/mp4" width="100%">
</video>
<!--- Two Column Section -->
<div class="container-fluid padding">
<div class="row padding">
<div class="col-lg-6">
<h2> If you build it......</h2>
<p> the agricultural fields have many biotic and abiotic components so every farmer must and should be aware of these components.</p>
<p>mainly now a days farming is based on the artificial and the synthetic components so every citizen must be aware of these kind of things</p>
<p>hence farmers are the backbone of every country in the world</p>
<br>
<a href="/crud/project_S/insights.html" class="btn btn-primary">Read more</a>
</div>
<div class="col-lg-6">
<img src="/crud/project_S/uploads/carimg/app.jpg" class="img-fluid">
</div>
</div>
</div>
<pre style="text-align-last: right; background-color: blanchedalmond;" >
<!--language translator-->
<div id="google_element"></div>
<script src="http://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"></script>
<script>
function loadGoogleTranslate(){
new google.translate.TranslateElement(
"google_element"
);
}
</script> </pre>
<hr class="my-4">
<!--- Fixed background -->
<!--- Emoji Section -->
<!--- Meet the team -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Meet our team</h1>
</div>
<hr>
</div>
</div>
<!--- Cards -->
<div class="container-fluid padding">
<div class="row padding">
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="/crud/project_S/uploads/carimg/boss.jpeg">
<div class="card-body">
<h4 class="card-title">kola Satheesh Babu</h4>
<p class="card-text"> kola Satheesh Babu is farming researcher with 5+ years of experience in the agriculture field and he hold a degree from the sri venkateswara agricultural university and also awarded my national awards tooo</p>
<a href="https://www.linkedin.com" class="btn-secondary">see profile</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="/crud/project_S/snap/team2.png">
<div class="card-body">
<h4 class="card-title">Sitara</h4>
<p class="card-text"> sitara is farming researcher with 5+ years of experience in the agriculture field and she hold a degree from the sri venkateswara agricultural university and also awarded my national awards tooo</p>
<a href="https://www.linkedin.com" class="btn-secondary">see profile</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="/crud/project_S/snap/team3.png">
<div class="card-body">
<h4 class="card-title">karthik k</h4>
<p class="card-text"> karthik is farming researcher with 5+ years of experience in the agriculture field and he hold a degree from the sri venkateswara agricultural university and also awarded my national awards tooo</p>
<a href="https://www.linkedin.com" class="btn-secondary">see profile</a>
</div>
</div>
</div>
</div>
</div>
<!--- Two Column Section -->
<style>
.col-lg-6 {
background: linear-gradient(120deg, #0ba151, #d8ef42);
}
.card-img-top{
width: 200px;
height: 180px;
border-radius: 100%;
top: 0px;
right: 1000px;
margin-top: 0px;
}
</style>
<div class="container-fluid padding">
<div class="row padding">
<div class="col-lg-6">
<h2>Our philosophy......</h2>
<p> the agricultural fields have many biotic and abiotic components so every farmer must and should be aware of these components.</p>
<p>mainly now a days farming is based on the artificial and the synthetic components so every citizen must be aware of these kind of things</p>
<p>hence farmers are the backbone of every country in the world</p>
<br>
</div>
<div class="col-lg-6">
<img src="/crud/project_S/uploads/carimg/group.jpeg" class="img-fluid">
</div>
</div>
<hr class="my-4">
</div>
<!--testimonials heading-->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Customer Testimonials:</h1>
</div>
</div>
</div>
<!--testimonials-->
<style>
.testimonial-slider {
width: 90%;
max-width: 800px;
overflow: hidden;
margin: 0 auto;
}
.testimonial-slides {
display: flex;
transition: transform 0.5s ease-in-out;
}
.testimonial-slide {
flex: 0 0 100%;
padding: 40px;
text-align: center;
background-color: #88dce2; /* Change this color to your desired background color */
border-radius: 80px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
margin: 0 20px;
position: relative;
}
.testimonial-image {
width: 90px;
height: 90px;
border-radius: 80%;
object-fit: cover;
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%);
margin-top: 100px;
}
.testimonial-content {
margin-top: 100px;
}
.testimonial-name {
font-weight: bold;
margin-bottom: 5px;
}
.testimonial-position {
font-style: italic;
}
.testimonial-controls {
display: flex;
justify-content: center;
margin-top: 20px;
}
.testimonial-control {
width: 10px;
height: 10px;
margin: 0 5px;
border-radius: 50%;
background-color: #999;
cursor: pointer;
}
.testimonial-control.active {
background-color: #333;
}
</style>
<div class="container mt-5" id="test">
<div id="testimonialCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testimonial-slide">
<img class="testimonial-image" src="/crud/project_S/uploads/carimg/hlo.jpeg" alt="Person 1"><br><br><br><br><br><br><br>
<p>"Your team's responsiveness and willingness to address my concerns have made all the difference. I feel like I have a partner in my agricultural journey, and I'm excited to continue working with you."</p>
<p><strong>Harsha sai</strong></p>
<p>@New customer</p>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-slide">
<img class="testimonial-image" src="/crud/project_S/uploads/carimg/namaste.jpeg" alt="Person 2"><br><br><br><br><br><br><br>
<p>"The training sessions and workshops you provide have transformed the way I approach agriculture. Your practical insights and hands-on demonstrations have empowered me to make informed decisions and increase my yield."</p>
<p><strong>Siva Kumari</strong></p>
<p>@former customer</p>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-slide">
<img class="testimonial-image" src="/crud/project_S/uploads/carimg/hi.jpeg" alt="Person 3"><br><br><br><br><br><br><br>
<p>"Your pest control solutions have been a game-changer for my farm. With your guidance, I've managed to keep harmful insects at bay without compromising the health of my plants. I'm truly grateful for your expertise."</p>
<p><strong>Murali</strong></p>
<p>@verified customer</p>
</div>
</div>
</div>
</div>
</div>
<!-- Add Bootstrap JS and Popper.js scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!--testimonials end-->
<br><br><br><br>
<h2 style="text-align: center;">who we are?</h2>
<div class="container-fluid padding" id="about">
<div class="row padding">
<div class="col-lg-6">
<img src="/crud/project_S/uploads/carimg/team.jpeg" class="img-fluid">
</div>
<div class="col-lg-6">
<p> Welcome to SOF cultivations, where we are committed to cultivating a greener and more sustainable future. Our journey began with a shared passion for harnessing the power of nature to enrich our lives and nourish our communities. As a pioneer in modern agricultural practices, we strive to create innovative solutions that harmonize productivity with environmental stewardship.</p>
<p>Mission Statement:
At Saram organi farms, our mission is to revolutionize agriculture through cutting-edge technologies and eco-conscious practices. We are dedicated to providing farmers with the tools they need to maximize yields while minimizing the ecological footprint. Our goal is to ensure food security for generations to come while preserving the delicate balance of our planet's ecosystems.</p>
<p></p>
<br>
</div>
</div>
<hr class="my-4">
</div>
<!--- Connect -->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-12">
<h2> connect</h2>
</div>
<div class="col-12 social padding">
<a href="https://www.facebook.com"><i class="fab fa-facebook"></i></a>
<a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a>
<a href="https://www.google.com"><i class="fab fa-google-plus-g"></i></a>
<a href="https://www.instagram.com"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<!--- Footer -->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<img src="/crud/project_S/snap/logo.png" width="150">
<hr class="light" id="order">
<p> 9999-9999-9999</p>
<p>[email protected]</p>
<p> 1-balaji road</p>
<p> Madanapalli,Andhra Pradesh,543789</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>service hours</h5>
<hr class="light">
<p>Monday-thursday: 7am - 3pm</p>
<p>Friday&Saturday: 9am - 2pm</p>
<p>sunday: closed</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Reach Us</h5>
<hr class="light">
<p>0000,balaji road,</p>
<p>Madanapalli,</p>
<p>Annamayya,, </p>
<p>Andhra Pradesh,543789</p>
</div>
<div class="col-12">
<hr class="light-100">
<h6 style="color: black;">© soforganicfarms.com All Rights Reserved</h6>
</div>
</div>
</div>
</footer>
</body>
</html>
<!-- View in Browser -->
<!-- End View in Browser -->