forked from Anushkabh/krishiconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schemes.html
392 lines (379 loc) · 22.2 KB
/
schemes.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KrishiConnect | Schemes</title>
<link rel="icon" type="image/png" href="/assets/img/logo/log.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="stylehome.css" type="text/css">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="assets/fonts/sb-bistro/sb-bistro.css" rel="stylesheet" type="text/css">
<link href="assets/fonts/font-awesome/font-awesome.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/o2system-ui/o2system-ui.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/owl-carousel/owl-carousel.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/cloudzoom/cloudzoom.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/thumbelina/thumbelina.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap-touchspin/bootstrap-touchspin.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/css/theme.css">
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<body>
<div class="page-header">
<!--=============== Navbar ===============-->
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark" id="page-navigation">
<div class="container">
<!-- Navbar Brand -->
<a href="index.html" >
<img src="assets/img/logo/logo3.png" width="80px">
<!-- <div style="flex-direction: row; display: flex; align-items: center;"> -->
<!-- <img id="your-image" src="assets/img/logo/krishiconnect-high-resolution-logo_black.png" > -->
<!-- <h3 >कृषिCONNECT</h3> -->
</div>
</a>
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarcollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarcollapse">
<!-- Navbar Menu -->
<ul class="navbar-nav ml-auto" >
<li class="nav-item">
<a href="home.html" class="nav-link active">HOME</a>
</li>
<li class="nav-item">
<a href="schemes.html" class="nav-link active">SCHEMES</a>
</li>
<li class="navbar-item">
<button class="nav-link" id="logout"
style="background-color: rgba(224, 0, 0, 0.7); border-radius: 3px; color: aliceblue;"
onclick="logout(event)">LogOut</button>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="banner">
<div class="jumbotron jumbotron-bg text-center rounded-0" style="background-image: url('assets/img/bg.jpg');">
<div class="container">
<img src="assets/img/logo/log.png" alt="" height="300" id="image">
<h1 class="pt-5" id="s">
SCHEMES PAGE
</h1>
<p class="lead" id="w">
WELCOME TO OUR FARMER-FRIENDLY PORTAL. <br> Made with LOVE, by <i>Team Berozgar</i>
</p>
</div>
</div>
</div>
<section id="why">
<h2 class="title" id="title">Why
कृषिCONNECT</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<div class="card-icon-i text-success">
<i class="fas fa-leaf"></i>
</div>
</div>
<div class="card-body">
<h4 class="card-title">
Straight to The Customers
</h4>
<p class="card-text">
Our farm-to-table concept emphasizes on getting the fresh produce directly from your farms to the customers' tables within one day. Hence, you know we value your goods' quality and freshness.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<div class="card-icon-i text-success">
<i class="fa fa-question"></i>
</div>
</div>
<div class="card-body">
<h4 class="card-title">
Stay Informed
</h4>
<p class="card-text">
We aim to keep you aware of any information that will aid in expanding your growth and production. From free-of-cost government services to water and soil testings- We've got you covered!
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<div class="card-icon-i text-success">
<i class="fas fa-smile"></i>
</div>
</div>
<div class="card-body">
<h4 class="card-title">
Improving Farmers’ Livelihood
</h4>
<p class="card-text">
Slowly but surely, by cutting the complex supply chain and food system, we hope to improve your welfare by giving you the returns you <i>deserve</i> for your hard work.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div style="height: 600px; overflow: hidden;">
<div id="carouselExampleRide" class="carousel slide" data-bs-ride="true">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Kisan-credit-card-A-Government-of-India-scheme-to-save-farmers.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images-12-min.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="file.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="sc1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="sc2.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleRide" 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="#carouselExampleRide" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="schemes" style=" margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; width: 100%; height: max-content;" >
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="images-12-min.jpeg">
</div>
<div class="card-body">
<h4 class="card-title">
PM-Kisan Samman Nidhi Yojana
</h4>
<p class="card-text">
Pradhan Mantri Kisan Samman Nidhi Yojana is an initiative of the Government of India with 100% central sponsored scheme. As per this scheme aprox 120 million small and marginal farmers of India with less than two hectares of landholding will get up to Rs. 6,000/- per year in three installment of Rs. 2,000/- as a minimum income support. PM-Kisan scheme or PM Kisan Samman Nidhi Yojana has become operational since 1st December 2018. </p>
<a href="http://www.pmkisan.gov.in/" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="sc5.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
Pradhan Mantri Kisan Maan-Dhan yojana
</h4>
<p class="card-text">
Prime Minister Narendra Modi launched a pension scheme for welfare of all small & marginal farmers. Under this scheme about 5 crore marginalised farmers will get a minimum monthly pension of up to Rs.3000/- on attaining the age of 60. All those farmers who fall in the age group of 18 - 40 years are eligible to apply for the scheme. As per this scheme, the farmers will be required to make a monthly contribution of Rs 55 to 200, depending on their age of entry in the Pension Fund till they reach the retirement date i.e. 60 years. </p>
<a href="http://pmkmy.gov.in/" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="sc1.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
Pradhan Mantri Fasal Bima Yojana (PMFBY)
</h4>
<p class="card-text">
Pradhan Mantri Fasal Bima Yojana is an actuarial premium based scheme for their crops. As per the scheme farmer has to pay maximum premium of 2 percent for Kharif, 1.5 percent for Rabi food & oilseed crops and 5 percent for annual commercial or horticultural crops and the remaining part of the actuarial or bidded premium is equally shared by the Central & State Government. An important purpose of the scheme is to facilitate quick claims and hassle free settlement </p>
<a href="http://pmfby.gov.in/" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="Kisan-credit-card-A-Government-of-India-scheme-to-save-farmers.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
Kisan Credit Card (KCC) scheme
</h4>
<p class="card-text">
Kisan Credit Card scheme is another important Government scheme for the welfare of farmers that provides farmers with timely access to credit for their harvest. Initially Kisan Credit Card scheme was introduced in the year 1998 to provide short-term formal credit to the farmers. Under this scheme, farmers are given short-term loans for purchasing equipment and other expenses as well on a very nominal rate of interest. Most of the Banks like SBI, HDFC, ICICI, Axis are offering KCC. </p>
<a href="http://pmfby.gov.in/" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="sc7.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
Pradhan Mantri Krishi Sinchai Yojana (PMKSY)
</h4>
<p class="card-text">
Pradhan Mantri Krishi Sinchai Yojana was launched on 1 July 2015 to achieve the aim ‘Har Khet Ko Paani’ and to provide end-to end solutions in irrigation supply chain, viz. water sources, distribution network & farm level applications. PMKSY focuses on creating sources for assured irrigation. This also aims to create protective irrigation by harnessing rain water at micro level through ‘Jal Sanchay’ and ‘Jal Sinchan’. Below are some important components of this scheme. </p>
<a href="http://pmfby.gov.in/" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="sc4.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
Krishi UDAN scheme
</h4>
<p class="card-text">
Krishi UDAN Scheme was launched in August 2020, on international and national routes to assist farmers in transporting agricultural products so that it improves their value realisation. The scheme aims to ensure seamless, cost-effective, time-bound air transportation and associated logistics for all Agri-produce originating especially from Northeast, hilly and tribal regions of the country. Improving infrastructure and performance in processing of air cargo by all stakeholders, including Agri-produce, horticulture, fisheries, livestock products at airports and off-airport facilities, by regulatory participating governmental agencies (PGAs). </p>
<a href="https://www.vikaspedia.in/schemesall/schemes-for-farmers/krishi-udan-scheme" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="sc3.png">
</div>
<div class="card-body">
<h4 class="card-title">
Gramin Bhandaran Yojana
</h4>
<p class="card-text">
Gramin Bhandaran Yojana is a capital investment subsidy scheme for the construction or renovation of rural warehouses or godowns for storing farm produce. The scheme is aimed at assisting farmers in increasing their holding capacity. It also aimsto create scientific storage capacity with allied facilities in rural areas to help farmers in storing farm produce, processed farm produce and agricultural inputs. This could, in turn, lead to the sale of produce at rewarding prices by avoiding distress sales. </p>
<a href="https://www.indiafilings.com/learn/gramin-bhandaran-yojana/" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="sc2.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
National Mission For Sustainable Agriculture (NMSA)
</h4>
<p class="card-text">
NMSA derives its mandate from Sustainable Agriculture Mission which is one of the eight Missions outlined under National Action Plan on Climate Change (NAPCC). The strategies and programmers of actions (POA) outlined in the Mission Document, that was accorded ‘in principle’ approval by Prime Minister’s Council on Climate Change (PMCCC) on 23.09.2010,aim at promoting sustainable agriculture through a series of adaptation measures focusing on ten key dimensions encompassing Indian agriculture namely. </p>
<a href="https://nmsa.dac.gov.in/" class="btn btn-primary">More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 text-center gray-bg">
<div class="card-icon">
<img class="cardimg" src="sc6.jpg">
</div>
<div class="card-body">
<h4 class="card-title">
MICRO IRRIGATION FUND
</h4>
<p class="card-text">
MIF with an initial corpus of Rs.5000 crore was operationalized in NABARD in 2019-20 to facilitate State Govts. efforts in mobilizing additional resources for expanding coverage under micro irrigation and incentivizing its adoption beyond provisions of Pradhan Mantri Krishi Sinchayee Yojana-Per Drop More Crop. </p>
<a href="https://www.nabard.org/content1.aspx?id=1720&catid=8&mid=488" class="btn btn-primary">More</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container" id="container">
<div class="row">
<div class="col-md-3" id="col-md-3">
<h5>About</h5>
<p>कृषिCONNECT is an online B2C platform to bring fresh organic produce from farmers, straight to your dining tables. We aim to remove unnecessary middlemen and help out local farmers by getting them the pay they truly deserve.</p>
</div>
<div class="col-md-3l" id="col-md-3l">
<h5>Links</h5>
<ul>
<li>
<a href="about(1).html">About</a>
</li>
<li>
<a href="contact(1).html">Contact Us</a>
</li>
<li>
<a href="faq(1).html">FAQ</a>
</li>
</ul>
</div>
<div class="col-md" id="col-md">
<h5>Contact</h5>
<ul>
<li>
<a href="tel:+620892738334"><i class="fa fa-phone mirrored-icon"></i> 08272367238</a>
</li>
<li>
<a href="mailto:hello@domain.com"><i class="fa fa-envelope"></i> krishiconnect@gmail.com</a>
</li>
</ul>
<h5>Follow Us</h5>
<ul class="social">
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="col-md-3m" id="col-md-3m">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3678.6887952893885!2d86.14298181488601!3d22.776927685078057!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f5e4daa475a5cd%3A0xd87b53fadcd771a1!2sNational%20Institute%20of%20Technology%2C%20Jamshedpur!5e0!3m2!1sen!2sin!4v1681221470770!5m2!1sen!2sin" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
<p class="copyright" id="copyright">© कृषिCONNECT | Fresh From Farm. All rights reserved.</p>
</footer>
<script src="script.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/jquery-migrate.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/libraries/popper.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/bootstrap.js"></script>
<script type="text/javascript" src="assets/packages/o2system-ui/o2system-ui.js"></script>
<script type="text/javascript" src="assets/packages/owl-carousel/owl-carousel.js"></script>
<script type="text/javascript" src="assets/packages/cloudzoom/cloudzoom.js"></script>
<script type="text/javascript" src="assets/packages/thumbelina/thumbelina.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap-touchspin/bootstrap-touchspin.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
<script>
ScrollReveal({
//reset: true ,
distance : '60px' ,
duration:2500,
delay:400
});
ScrollReveal().reveal('#image,#s,#w', { delay: 500 , origin:'top' });
ScrollReveal().reveal('#title,.col-md-4', { delay: 600 , origin:'top' });
ScrollReveal().reveal('#container', { delay: 700 , origin:'bottom' });
ScrollReveal().reveal('#col-md-3,#col-md-3l', { delay: 500 , origin:'left'});
ScrollReveal().reveal('#col-md,#col-md-3m', { delay: 500 , origin:'right'});
ScrollReveal().reveal('#copyright', { delay: 500 , origin:'bottom'});
</script>
</body>
<script src="//code.tidio.co/6lhn3kmjiszzas6xkcf7ubffrutssad7.js" async></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.min.js" integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ" crossorigin="anonymous"></script>
</html>