-
Notifications
You must be signed in to change notification settings - Fork 0
/
ABOUT.html
155 lines (120 loc) · 7.25 KB
/
ABOUT.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
<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>About Us</title>
<link rel="stylesheet" type="text/css" href="ABOUT.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="body">
<a href="HOME.html"><img src="title.png" alt="Logo" height="90px" width="510px"> </a>
<ul>
<li><a href="HOME.html">Home</a></li>
<li><a href="ABOUT.html">About Us</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Programmes & Schemes</a>
<div class="dropdown-content">
<a href="http://agricoop.nic.in/farmer-friendly-handbook" target="_blank">Farmer Friendly Handbook</a>
<a href="http://hortharyana.gov.in/en/beneficiary-list-farmers-groups" target="_blank">Benficiaries Report</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Major Crops</a>
<div class="dropdown-content">
<a href="WHEAT.html">Wheat</a>
<a href="MAIZE.html">Maize</a>
<a href="RICE.html">Rice</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Login</a>
<div class="dropdown-content">
<a href="LOGIN1.html">Farmer Login</a>
<a href="LOGIN2.html">Crop Scientist Login</a>
</div>
</li>
</ul>
</div>
<!- ----------------------------SIDEBAR----------------------- -!>
<div class="sidenav">
<p style="color:white;font-family:Arial">
---------------------------------------------------
Agriculture and Horticulture <br> Corner<br>
---------------------------------------------------</p>
<button class="dropdown-btn">Risk Management
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-container">
<a href="DROUGHT.html">Drought Management</a>
<a href="NADAMS.html">NADAMS</a>
<a href="https://pmfby.gov.in/" target="_blank">Pradhan Mantri Fasal Bima Yojana</a>
</div>
<button class="dropdown-btn">Exports Imports
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-container">
<a href="EXPORT.html">STATISTICS</a>
</div>
<p style="color:white;font-family:Arial">
---------------------------------------------------
Web View<br>--------------------------------------------------</p>
<a href="MAP1.html">Irrigated-Unirrigated Area</a>
<a href="MAP2.html">Agricultural Land</a>
</div>
<script>
var dropdown = document.getElementsByClassName("dropdown-btn");
var i;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function () {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
</script>
<!- -------------------------------------------About content----------------------------------------- -!>
<div id="about">
<h2 style="color:black;background-color: #90EE90 ;border:solid;border-radius:10px;margin-top:0px;"><i> About
Us</i></h2>
<img src="5.6._aaheader.png" alt="agri" height="200" width="900">
<p style="color:green">Agriculture is the backbone of the Indian Economy"- said Mahatma Gandhi six decades ago.
Even today, the situation is still the same, with almost the entire economy being sustained by agriculture, which
is the mainstay of the villages. It contributes 16% of the overall GDP and accounts for employment of
approximately 52% of the Indian population. Rapid growth in agriculture is essential not only for self-reliance
but also to earn valuable foreign exchange.
Indian farmers are second to none in production and productivity despite of the fact that millions are marginal
and small farmers. They adopt improved agriculture technology as efficiently as farmers in developed countries.
It is felt that with provision of timely and adequate inputs such as fertilizers, seeds, pesticides and by making
available affordable agricultural credit /crop insurance, Indian farmers are going to ensure food and nutritional
security to the Nation.
It is envisaged to make available relevant information and services to the farming community and private sector
through the use of information and communication technologies, to supplement the existing delivery channels
provided for by the department. Farmers’ Portal is an endeavour in this direction to create one stop shop for
meeting all informational needs relating to Agriculture, Animal Husbandry and Fisheries sectors production,
sale/storage of an Indian farmer. With this Indian Farmer will not be required to sift through maze of websites
created for specific purposes.
Once in the Farmers’ Portal, a farmer will be able to get all relevant information on specific subjects around
his village/block /district or state. This information will be delivered in the form of text, SMS, email and
audio/video in the language he or she understands. These levels can be easily reached through the Map of India
placed on the Home page. Farmers will also be able to ask specific queries as well as give valuable feedback
through the Feedback module specially developed for the purpose.
</p>
</div>
<footer style="position: absolute;top:850px;background-color: black;width:100%;height:150px;">
<i class="fa fa-map-marker" style="font-size:34px;color:antiquewhite;margin-left:20px;margin-top:30px;line-height:0.29;"><span style="font-size:12px;" > SJCE<br> MYSORE </span> </i><br><br>
<i class="fa fa-phone" style="font-size:34px;color:antiquewhite;margin-left:20px;line-height:0.29;"><span style="font-size:12px;" > +91 123 456 7899 </span></i><br><br>
<i class="fa fa-envelope" style="font-size:20px;color:antiquewhite;margin-left:20px;line-height:0.29;"><span style="font-size:12px;" > sugan.guts@gmail.com </span></i>
<div style="text-align: center;margin-top:-90px; ">
<a href="HOME.html" style="color:antiquewhite;text-decoration-line: none;">HOME</a>
<a href="ABOUT.html" style="color:antiquewhite;text-decoration-line: none;">ABOUT</a>
<a href="REGISTER.html" style="color:antiquewhite;text-decoration-line: none;">REGISTER</a><br>
<p style="color:antiquewhite">All Rights Reserved © 2018 | <a href="https://en.wikipedia.org/wiki/Privacy_policy" target="_blank" style="color:antiquewhite;text-decoration-line: none;"> Privacy Policy</a> | <a href="https://en.wikipedia.org/wiki/Terms_of_service" target="_blank" style="color:antiquewhite;text-decoration-line: none;"> Terms of Service</a></p>
</div>
</footer>
</div>
</body>
</html>