-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (252 loc) · 13.5 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
<!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>DSK FARM - Tractor Renting Services</title>
<link rel="apple-touch-icon" sizes="180x180" href="./img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicons/favicon-16x16.png">
<link rel="manifest" href="./img/favicons/site.webmanifest">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="bi bi-arrow-up"></i>
</button>
<!-- Navbar -->
<nav class="navbar fixed-top shadow">
<div class="container-fluid">
<a class="navbar-brand" href="https://dnyaneshkolhe.com/dskfarm/">
<img class="logo" src="./img/logo.webp" alt="img_logo_2" width="80" height="40">
</a>
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Home -->
<section id="home">
<div class="container" id="container-width">
<div class="row">
<div class="title_head text-center">
<h1><strong>Welcome to DSK FARM</strong></h1>
<h2>Our commitment to provide best renting services for the farming.</h2>
<h6>Farm implements for rental with tractor | Tractor trailer for haulage for farm produce. </h6>
</div>
<!-- <div class="text-center">
<img class="img-fluid rounded-4" src="./img/farm_2.jpg" height="auto" width="800" alt="img_farm_2">
</div> -->
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner rounded">
<!-- <div class="carousel-item active" data-bs-interval="10000">
<img src="./img/img_1.webp" class="d-block w-100" height="450" width="auto" alt="img_1">
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="./img/img_2.webp" class="d-block w-100" height="450" width="auto" alt="img_2">
</div> -->
<div class="carousel-item active" data-bs-interval="5000">
<img src="./img/img_1.webp" class="d-block w-100" height="300" width="auto" alt="img_1">
</div>
<div class="carousel-item" data-bs-interval="3000">
<img src="./img/img_2.webp" class="d-block w-100" height="300" width="auto" alt="img_2">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval" 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="#carouselExampleInterval" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
<!-- About -->
<section id="about">
<div class="container" id="container-width">
<div class="row">
<div class="col" data-aos="fade-up"
data-aos-anchor-placement="top-bottom">
<h1 class="text-center"><span class="title-underline">About Us</span></h1>
</div>
</div>
<div class="col-sm about_content text-start" data-aos="fade-up"
data-aos-anchor-placement="top-bottom">
<div class="row">
<div class="col-sm">
<h4 class="text-center">We take cares of soil.</h4>
</div>
<div>
<p>Hello, everyone, first of all thanks for visiting our site. I am a farmer and we also provide tractors and farm implements on a rent service for the farming purposes. We have been in this field for the last 12 years. We are committed to provide best in class services to the farming and farmers at affordable prices. As we know that for today's agriculture implements are now becoming an essential part of the developing pace of the world.</p>
<p>The country is also developing day by day and innovation and new technology are also coming in the agricultural sector. The implementation can increase efficiency, save hard-earning money, save time and also help to produce better yield.</p>
<p>Our goal is to make farm work cost effective and best wishes to farmers for a better life.</p>
<p>Thanks!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services -->
<section id="services">
<div class="container" id="container-width">
<div class="row">
<div class="col" data-aos="fade-up"
data-aos-anchor-placement="top-bottom">
<h1 class="text-center"><span class="title-underline">Our Services</span></h1>
</div>
</div>
<div class="col-sm services_content text-start" data-aos="fade-up"
data-aos-anchor-placement="top-bottom">
<div class="row">
<div class="col-sm">
<h4>We provide following farm implements on rent with tractors.</h4>
<div>
<p>
<li>Cultivator</li>
<li>Rotavator/Rotary Tiller</li>
<li>Plough</li>
<li>Trailor</li>
<li>Seed Drill</li>
<span class="seed_drill_info">(Seed Drill available for Wheat, Peanuts, Cicers, Pigeon Peas).</span>
</p>
</div>
<div>
<h4 class="order_title"><span>Order rental services today</span> :</h4>
<form class="align-items-center" action="https://formspree.io/f/xqkjrzba" method="POST">
<div class="row mb-3">
<div class="col-sm-5">
<label class="visually-hidden" for="name-input">Name</label>
<input type="text" name="Name" class="form-control" placeholder="Your Name.." required>
</div>
</div>
<!-- <div class="row mb-3">
<div class="col-sm-5">
<label class="visually-hidden" for="contact-input">Contact No.</label>
<input type="number" name="Contact Number" class="form-control" placeholder="Your Contact No." required>
</div>
</div> -->
<div class="row mb-3">
<div class="col-sm-5">
<div class="input-group has-validation">
<label class="visually-hidden" for="contact-input">Contact No.</label>
<span class="input-group-text" id="inputGroupPrepend">+91</span>
<input type="number" name="Contact Number" class="form-control" id="validationCustomUsername" aria-describedby="inputGroupPrepend" placeholder="Your Contact Number" required>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col-sm-5">
<label class="visually-hidden" for="option-selection">Preference</label>
<select type="select" name="Rental Service Name" class="form-select" required>
<option selected>Choose...</option>
<option value="1. Cultivator">Cultivator</option>
<option value="2. Rotavator/Rotary Tiller">Rotavator/Rotary Tiller</option>
<option value="3. Plough">Plough</option>
<option value="4. Trailor">Trailor</option>
<Option value="5. Seed Drill">Seed Drill</Option>
</select>
</div>
</div>
<div class="row mb-3">
<div class="col-sm-5">
<label class="visually-hidden" for="text-area-input">Message</label>
<textarea type="text" name="text" class="form-control" id="autoSizingInput" placeholder="Write message here.."></textarea>
</div>
</div>
<div class="col-sm">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
<div class="note">
<p>Submit the form to order rental service. This form is working now.</p>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact">
<div class="container" id="container-width">
<div class="row">
<div class="col" data-aos="fade-up"
data-aos-anchor-placement="top-bottom">
<h1 class="text-center"><span class="title-underline">Contact Us</span></h1>
</div>
</div>
<div class="col-sm about_content text-start" data-aos="fade-up"
data-aos-anchor-placement="top-bottom">
<div class="row">
<div class="col-sm">
<p>Free to contact us. If you have any query or feedback please share with us.</p>
<p>Email Us : <span class="mail_to"><a href="mailto:dskfarm2@gmail.com">dskfarm2@gmail.com</a></span></p>
<p>Address : Anjangaon, Maharashtra, 444705, IN.</p>
</div>
</div>
</div>
</div>
</section>
<div id="privacy_policy">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
<span class="privacy_policy_title">Privacy Policy</span>
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-fullscreen-sm-down">
<div class="modal-content text-dark">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">Privacy Policy Statement</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="text-bg-dark privacy_policy_info">
<p>We respect our users' privacy and protect it. We never share your information with anyone</p>
<p>We ask only the following information for order purpose only, users who fill out the order form. We assume that user can accept our privacy policy before filling out the form i.e., "Order rental services today"</p>
<li>Name for username details</li>
<li>Mobile number for contact to the rental user to fulfill the order and to gather more information about order.</li>
<li>Message box is given for user who wants to share any additional requirement or info to fulfill the order.</li>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<!-- <button type="button" class="btn btn-primary">Save changes</button> -->
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="footer">
<div>
<p class="copy text-center">DSK FARM | 2022.</p>
<p class="text-center credit">Design by <span id="credit"><strong><a href="https://dnyaneshkolhe.com/">Dnyanesh Kolhe</a></strong></span></p>
<p class="text-center india">Made in <i class="bi bi-heart-fill"></i> with India</p>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script src="./main.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>