-
Notifications
You must be signed in to change notification settings - Fork 8
/
Feedback.html
385 lines (318 loc) · 9.82 KB
/
Feedback.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
<!DOCTYPE html>
<html lang="en">
<style type="text/css">
.header {
overflow: hidden;
background-color: black;
padding: 10px 30px ;
}
.header a {
float: left;
color: white;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
}
.header a.logo:hover {
background-color: black;
}
.header a:hover {
background-color: rgb(86, 246, 11);
color: black;
}
.header a.active {
background-color: dodgerblue;
color: white;
}
.header-right {
float: right;
}
.subnav {
float: left;
overflow: hidden;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.subnav .subnavbtn {
border: none;
outline: none;
color: white;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.subnav-content {
display: none;
position: absolute;
background-color: black;
z-index: 1;
}
.subnav-content a {
float: left;
color: white;
text-decoration: none;
}
.subnav-content a:hover {
background-color: rgb(6, 240, 26);
color: black;
}
.subnav:hover .subnav-content {
display: block;
}
</style>
<head>
<meta name="viewport" content="width=device-width , initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<title>AYNA</title>
<!-- viewport meta -->
<meta name="AYNA" content="All You Need for Agronomy">
<!-- styles -->
<!-- helpers -->
<link rel="stylesheet" href="css/popup.css">
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<!-- fontawesome css -->
<link rel="stylesheet" href="plugins/font-awesome/css/font-awesome.min.css">
<!-- strock gap icons -->
<link rel="stylesheet" href="plugins/Stroke-Gap-Icons-Webfont/style.css">
<!-- revolution slider css -->
<link rel="stylesheet" href="plugins/revolution/css/settings.css">
<link rel="stylesheet" href="plugins/revolution/css/layers.css">
<link rel="stylesheet" href="plugins/revolution/css/navigation.css">
<!-- flaticon css -->
<link rel="stylesheet" href="plugins/flaticon/flaticon.css">
<!-- jQuery ui css -->
<link href="plugins/jquery-ui-1.11.4/jquery-ui.css" rel="stylesheet">
<!-- owl carousel css -->
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.carousel.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.theme.default.min.css">
<!-- animate css -->
<link rel="stylesheet" href="plugins/animate.min.css">
<!-- fancybox -->
<link rel="stylesheet" href="plugins/fancyapps-fancyBox/source/jquery.fancybox.css">
<link rel="icon" href="images/aynaLogo.png" type="image/gif" sizes="16x16">
<!-- master stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- responsive stylesheet -->
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<style type="text/css">
.header {
overflow: hidden;
background-color: black;
padding: 10px 30px ;
}
.header a {
float: left;
color: white;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
}
.header a.logo:hover {
background-color: black;
}
.header a:hover {
background-color: rgb(86, 246, 11);
color: black;
}
.header a.active {
background-color: dodgerblue;
color: white;
}
.header-right {
float: right;
}
.subnav {
float: left;
overflow: hidden;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.subnav .subnavbtn {
border: none;
outline: none;
color: white;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.subnav-content {
display: none;
position: absolute;
background-color: black;
z-index: 1;
}
.subnav-content a {
float: left;
color: white;
text-decoration: none;
}
.subnav-content a:hover {
background-color: rgb(6, 240, 26);
color: black;
}
.subnav:hover .subnav-content {
display: block;
}
</style>
<!-- Start mainmenu -->
<header>
<div class="header">
<a href="index.html" class="logo"><img style="height: 80px;" src="images/footer-logo.png" alt="logo"></a>
<br>
<div class="header-right">
<div class="subnav">
<button class="subnavbtn">Weather<i class="#"></i></button>
<div class="subnav-content">
<li><a href="weatherwebsite/index.html">Search</a></li>
<li><a href="weatherwebsite/currentLocationW/index.html">Your Current Location</a></li>
</div>
</div>
<a href="govts.html">Goverment Schemes</a>
<div class="subnav">
<button class="subnavbtn">Crop<i class="#"></i></button>
<div class="subnav-content">
<li><a href="seed.html">Info on Seeds</a></li>
<li><a href="seed price.html">Current Seeds Price</a></li>
<li><a href="Fertilizer.html">Fertilizer</a></li>
</div>
</div>
<div class="subnav">
<button class="subnavbtn">Tech Knowledge<i class="#"></i></button>
<div class="subnav-content">
<li><a href="solarpanel.html">Solar Panel</a></li>
<li><a href="tech.html">Modern Day Tech</a></li>
</div>
</div>
</div>
</div>
</header>
<!-- End mainmenu -->
<section class="sec-padding contact-page-content">
<div class="thm-container">
<div class="sec-title">
<h2><span>Feedback</span></h2>
<p>Give us your thoughts and ideas where we can improve.<br></p>
</div><br>
<div class="row">
<div class="col-md-7 col-sm-6 col-xs-12 pull-left">
<form action="contact-form-handler.php" class="contact-form contact-page">
<p><input id="name" type="text" placeholder="Name" name="name"></p>
<p><input id="email" type="text" placeholder="Email" name="email"></p>
<!--<p><input type="text" placeholder="Subject" name="subject"></p>-->
<p><textarea id="message" name="message" placeholder="Feedback"></textarea></p>
<button class = "popup" onclick="submitFunction()" type="submit" class="thm-btn">Submit Now<span class="popuptext" id="myPopup">Thanks for your response</span></button>
<script>
function submitFunction()
{
var popup = document.getElementById("myPopup");
popup.classList.toggle("show");
var x = document.getElementById("name");
var y = document.getElementById("email");
var z = document.getElementById("message");
x.value = "";
y.value = "";
z.value = "";
}
</script>
</form>
</div>
</div>
</div>
</section>
<footer id="footer" class="sec-padding">
<div class="thm-container">
<div class="row">
<div class="col-md-4 col-sm-6 footer-widget">
<div class="about-widget">
<a href="index.html"><img style="height: 150px;" src="images/footer-logo.png" alt="logo"/></a>
<p>All You Need for Agronomy</p>
</div>
</div>
<div class="col-md-4 col-sm-6 footer-widget">
<div class="pl-30">
<div class="title" style="color: #05f7c2;">
<h2><span>"If the farmer is rich, then so is the nation."</span></h2>
<br>
<p><strong>- Amit Kalantri</strong></p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 footer-widget">
</div>
</div>
</div>
</footer>
<section class="bottom-bar">
<div class="thm-container clearfix">
<div class="pull-left">
<p>AYNA All rights reserved.</p>
</div>
<div class="pull-right">
<a href="#">Created By : <i>AYNA TEAM</i> </a>
</div>
</div>
</section>
<!-- jQuery js -->
<script src="plugins/jquery/jquery-1.11.3.min.js"></script>
<!-- bootstrap js -->
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- jQuery ui js -->
<script src="plugins/jquery-ui-1.11.4/jquery-ui.js"></script>
<!-- owl carousel js -->
<script src="plugins/owl.carousel-2/owl.carousel.min.js"></script>
<!-- jQuery appear -->
<script src="plugins/jquery-appear/jquery.appear.js"></script>
<!-- jQuery countTo -->
<script src="plugins/jquery-countTo/jquery.countTo.js"></script>
<!-- jQuery validation -->
<script src="plugins/jquery-validation/dist/jquery.validate.min.js"></script>
<!-- gmap.js helper -->
<script src="http://maps.google.com/maps/api/js"></script>
<!-- gmap.js -->
<script src="plugins/gmap.js"></script>
<!-- mixit up -->
<script src="plugins/jquery.mixitup.min.js"></script>
<!-- revolution slider js -->
<script src="plugins/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="plugins/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.video.min.js"></script>
<!-- fancy box -->
<script src="plugins/fancyapps-fancyBox/source/jquery.fancybox.pack.js"></script>
<!-- type script -->
<script src="plugins/typed.js-master/dist/typed.min.js"></script>
<!-- theme custom js -->
<script src="js/main.js"></script>
</body>
</html>