-
Notifications
You must be signed in to change notification settings - Fork 0
/
wheatseeding.html
192 lines (152 loc) · 6.19 KB
/
wheatseeding.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
<!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> Wheat Seeding</title>
<link rel="stylesheet" href="wheatseeding.css">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/images/favicon_io/site.webmanifest">
</head>
<body>
<div id="google_translate_element"></div>
<script src="http://translate.google.com/translate_a/element.js?cb=loadGoodleTranslate"></script>
<script>
function loadGoodleTranslate(){
new google.translate.TranslateElement(
"google_translate_element"
)
}
</script>
<br>
<header>
<div class="navbar">
<ul>
<li><a href="Home.html"></a><b>Home</b></a></li>
<li><b>About Us</b>
<ul class="dropdown">
<li><a href="team.html"><b>Team</b></a></li>
<li><a href="contact/contact.html"><b>Contact</b></a></li>
</ul>
</li>
<li><b>Learn Crops</b>
<ul class="dropdown2">
<li><a href="wheat.html"><b>Wheat</b></a></li>
<li><a href="corn.html"><b>Corn</b></a></li>
<li><a href="Rice.html"><b>Rice</b></a></li>
<li><a href="More2.html"><b>More...</b></a></li>
</ul>
</li>
<li><a href="Farming.html"><b>Farming</b></a>
<ul class="dropdown3">
<li><a href="Agriculture.html"><b>Agriculture</b></a>
<li><a href="SubF.html"><b>Subsistence Farming</b></a></li>
<li><a href="shiftingagri.html"><b>Shifting Agriculture</b></a></li>
<li><a href="Plantingagri.html"><b>Plantation Agriculture</b></a></li>
<li><a href="Intensive.html"><b>Intensive Farming</b></a></li>
<li><a href="OF.html"><b>Organic Farming</b></a></li>
<li><a href="More3.html"><b>More...</b></a></li>
</ul>
</li>
<li><a href="/facilities.html"> <b>Facilities</b></a></li>
<li class="sign-in" id="signin"><a href="signin.html"> <button onclick="togglePopup()" class="first-button"><b>Sign in</b></button></a>
</header>
<style>
.first-button:hover{
background-color: rgb(76, 238, 89);
color: black;
}
.first-button {
border-radius: 10px;
border: none;
position: absolute;
width: fit-content;
top: 55%;
left: 110%;
color: white;
font-size: 18px;
font-family: 'Baloo Bhaina 2', cursive; word-spacing: 5px;
font-weight: 500;
padding: 2px 5px;
transform: translate(-50%, -50%);
background: green;
/* box-shadow: 18px 18px 25px #1e1e1e,
-15px -15px 25px #1e1e1e; */
/* transition: box-shadow .35s ease !important; */
outline: none;
}
.first-button:active {
background: linear-gradient(145deg, green, green);
/* box-shadow: 5px 5px 10px green,
-5px -5px 10px green; */
border: none;
}
/* Popup active */
.popup.active .content {
transition: all 300ms ease-in-out;
transform: translate(-50%,-50%) scale(1);
}
</style>
</li>
</ul>
</div>
<hr>
<div class="container1">
<br>
<h2>Seeding</h2>
<br>
<p id="text">
Wheat seeds are easily available in the market. While purchasing the seeds, make sure it is of good quality, high yielding and disease free. Usually 40 to 50 kg seeds are required in one acre of land. Although exact amount of seeds required depends on the variety and sowing method.
</p>
<section class="footer">
<div class="social" id="social-icons">
<a href=""><i class="fab fa-mail"><img src="/images/email.png" alt="loading..." width="25px"></i></a>
<a href=""><i class="fab fa-instagram"><img src="/images/instagram.png" alt="loading..." width="25px"></i></a>
<a href=""><i class="fab fa-twitter"><img src="/images/twitter.png" alt="loading..." width="25px"></i></a>
<a href=""><i class="fab fa-facebook-f"><img src="/images/facebook2.png" alt="loading..." width="25px"></i></a>
</div>
<ul class="footer-list">
<li>
<a href=" " id="">Home</a>
</li>
<li> <a href=" ">About</a>
</li>
<li> <a href=" ">Contact Us</a>
</li>
<li> <a href=" ">Terms And Conditions</a>
</li>
<li> <a href=" ">Privacy Policy </a>
</li>
</ul>
<p class="copyright" id="copyright-text">
<br>
Copyright © 2021 Digital Agriculture
</p>
<style>
.footer{
margin-top: 200px;
padding: 20px;
text-align: center;
background-color: rgb(205, 205, 205);
border-top: 1px solid black;
border-bottom: 1px solid black;
}
.footer-list li{
list-style: none;
display: inline-block;
padding: 15px;
}
.footer-list li a{
text-decoration: none;
color: black;
}
.social a{
padding: 15px;
}
</style>
</section>
</body>
</html>