Skip to content

Commit c32097f

Browse files
committed
adding new changes
0 parents  commit c32097f

File tree

288 files changed

+53741
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+53741
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

Feedback.html

Lines changed: 385 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,385 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
5+
6+
7+
<style type="text/css">
8+
9+
.header {
10+
overflow: hidden;
11+
background-color: black;
12+
padding: 10px 30px ;
13+
}
14+
15+
.header a {
16+
float: left;
17+
color: white;
18+
text-align: center;
19+
padding: 12px;
20+
text-decoration: none;
21+
font-size: 18px;
22+
line-height: 25px;
23+
border-radius: 4px;
24+
}
25+
26+
.header a.logo {
27+
font-size: 25px;
28+
font-weight: bold;
29+
}
30+
.header a.logo:hover {
31+
background-color: black;
32+
}
33+
34+
.header a:hover {
35+
background-color: rgb(86, 246, 11);
36+
color: black;
37+
}
38+
39+
.header a.active {
40+
background-color: dodgerblue;
41+
color: white;
42+
}
43+
44+
.header-right {
45+
float: right;
46+
}
47+
.subnav {
48+
float: left;
49+
overflow: hidden;
50+
padding: 12px;
51+
text-decoration: none;
52+
font-size: 18px;
53+
line-height: 25px;
54+
border-radius: 4px;
55+
}
56+
57+
.subnav .subnavbtn {
58+
border: none;
59+
outline: none;
60+
color: white;
61+
62+
background-color: inherit;
63+
font-family: inherit;
64+
margin: 0;
65+
}
66+
67+
68+
.subnav-content {
69+
display: none;
70+
position: absolute;
71+
72+
background-color: black;
73+
z-index: 1;
74+
}
75+
76+
.subnav-content a {
77+
float: left;
78+
color: white;
79+
text-decoration: none;
80+
}
81+
82+
.subnav-content a:hover {
83+
background-color: rgb(6, 240, 26);
84+
color: black;
85+
}
86+
87+
.subnav:hover .subnav-content {
88+
display: block;
89+
}
90+
</style>
91+
92+
<head>
93+
<meta name="viewport" content="width=device-width , initial-scale=1.0">
94+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
95+
<meta charset="UTF-8">
96+
<title>AYNA</title>
97+
<!-- viewport meta -->
98+
<meta name="AYNA" content="All You Need for Agronomy">
99+
100+
<!-- styles -->
101+
<!-- helpers -->
102+
<link rel="stylesheet" href="css/popup.css">
103+
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
104+
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
105+
<!-- fontawesome css -->
106+
<link rel="stylesheet" href="plugins/font-awesome/css/font-awesome.min.css">
107+
<!-- strock gap icons -->
108+
<link rel="stylesheet" href="plugins/Stroke-Gap-Icons-Webfont/style.css">
109+
<!-- revolution slider css -->
110+
<link rel="stylesheet" href="plugins/revolution/css/settings.css">
111+
<link rel="stylesheet" href="plugins/revolution/css/layers.css">
112+
<link rel="stylesheet" href="plugins/revolution/css/navigation.css">
113+
<!-- flaticon css -->
114+
<link rel="stylesheet" href="plugins/flaticon/flaticon.css">
115+
<!-- jQuery ui css -->
116+
<link href="plugins/jquery-ui-1.11.4/jquery-ui.css" rel="stylesheet">
117+
<!-- owl carousel css -->
118+
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.carousel.css">
119+
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.theme.default.min.css">
120+
<!-- animate css -->
121+
<link rel="stylesheet" href="plugins/animate.min.css">
122+
<!-- fancybox -->
123+
<link rel="stylesheet" href="plugins/fancyapps-fancyBox/source/jquery.fancybox.css">
124+
<link rel="icon" href="images/aynaLogo.png" type="image/gif" sizes="16x16">
125+
126+
127+
<!-- master stylesheet -->
128+
<link rel="stylesheet" href="css/style.css">
129+
<!-- responsive stylesheet -->
130+
<link rel="stylesheet" href="css/responsive.css">
131+
132+
133+
134+
</head>
135+
<body>
136+
137+
<style type="text/css">
138+
139+
.header {
140+
overflow: hidden;
141+
background-color: black;
142+
padding: 10px 30px ;
143+
}
144+
145+
.header a {
146+
float: left;
147+
color: white;
148+
text-align: center;
149+
padding: 12px;
150+
text-decoration: none;
151+
font-size: 18px;
152+
line-height: 25px;
153+
border-radius: 4px;
154+
}
155+
156+
.header a.logo {
157+
font-size: 25px;
158+
font-weight: bold;
159+
}
160+
.header a.logo:hover {
161+
background-color: black;
162+
}
163+
164+
.header a:hover {
165+
background-color: rgb(86, 246, 11);
166+
color: black;
167+
}
168+
169+
.header a.active {
170+
background-color: dodgerblue;
171+
color: white;
172+
}
173+
174+
.header-right {
175+
float: right;
176+
}
177+
.subnav {
178+
float: left;
179+
overflow: hidden;
180+
padding: 12px;
181+
text-decoration: none;
182+
font-size: 18px;
183+
line-height: 25px;
184+
border-radius: 4px;
185+
}
186+
187+
.subnav .subnavbtn {
188+
border: none;
189+
outline: none;
190+
color: white;
191+
192+
background-color: inherit;
193+
font-family: inherit;
194+
margin: 0;
195+
}
196+
197+
198+
.subnav-content {
199+
display: none;
200+
position: absolute;
201+
202+
background-color: black;
203+
z-index: 1;
204+
}
205+
206+
.subnav-content a {
207+
float: left;
208+
color: white;
209+
text-decoration: none;
210+
}
211+
212+
.subnav-content a:hover {
213+
background-color: rgb(6, 240, 26);
214+
color: black;
215+
}
216+
217+
.subnav:hover .subnav-content {
218+
display: block;
219+
}
220+
</style>
221+
222+
223+
<!-- Start mainmenu -->
224+
<header>
225+
<div class="header">
226+
<a href="index.html" class="logo"><img style="height: 80px;" src="images/footer-logo.png" alt="logo"></a>
227+
<br>
228+
<div class="header-right">
229+
<div class="subnav">
230+
<button class="subnavbtn">Weather<i class="#"></i></button>
231+
<div class="subnav-content">
232+
<li><a href="weatherwebsite/index.html">Search</a></li>
233+
<li><a href="weatherwebsite/currentLocationW/index.html">Your Current Location</a></li>
234+
</div>
235+
</div>
236+
<a href="govts.html">Goverment Schemes</a>
237+
<div class="subnav">
238+
<button class="subnavbtn">Crop<i class="#"></i></button>
239+
<div class="subnav-content">
240+
<li><a href="seed.html">Info on Seeds</a></li>
241+
<li><a href="seed price.html">Current Seeds Price</a></li>
242+
<li><a href="Fertilizer.html">Fertilizer</a></li>
243+
</div>
244+
</div>
245+
<div class="subnav">
246+
<button class="subnavbtn">Tech Knowledge<i class="#"></i></button>
247+
<div class="subnav-content">
248+
<li><a href="solarpanel.html">Solar Panel</a></li>
249+
<li><a href="tech.html">Modern Day Tech</a></li>
250+
</div>
251+
</div>
252+
</div>
253+
254+
</div>
255+
256+
</header>
257+
<!-- End mainmenu -->
258+
259+
260+
<section class="sec-padding contact-page-content">
261+
<div class="thm-container">
262+
<div class="sec-title">
263+
<h2><span>Feedback</span></h2>
264+
<p>Give us your thoughts and ideas where we can improve.<br></p>
265+
</div><br>
266+
<div class="row">
267+
<div class="col-md-7 col-sm-6 col-xs-12 pull-left">
268+
<form action="contact-form-handler.php" class="contact-form contact-page">
269+
<p><input id="name" type="text" placeholder="Name" name="name"></p>
270+
<p><input id="email" type="text" placeholder="Email" name="email"></p>
271+
<!--<p><input type="text" placeholder="Subject" name="subject"></p>-->
272+
<p><textarea id="message" name="message" placeholder="Feedback"></textarea></p>
273+
<button class = "popup" onclick="submitFunction()" type="submit" class="thm-btn">Submit Now<span class="popuptext" id="myPopup">Thanks for your response</span></button>
274+
<script>
275+
function submitFunction()
276+
{
277+
var popup = document.getElementById("myPopup");
278+
popup.classList.toggle("show");
279+
var x = document.getElementById("name");
280+
var y = document.getElementById("email");
281+
var z = document.getElementById("message");
282+
x.value = "";
283+
y.value = "";
284+
z.value = "";
285+
}
286+
</script>
287+
</form>
288+
</div>
289+
290+
</div>
291+
</div>
292+
</section>
293+
294+
295+
296+
297+
<footer id="footer" class="sec-padding">
298+
<div class="thm-container">
299+
<div class="row">
300+
<div class="col-md-4 col-sm-6 footer-widget">
301+
<div class="about-widget">
302+
<a href="index.html"><img style="height: 150px;" src="images/footer-logo.png" alt="logo"/></a>
303+
<p>All You Need for Agronomy</p>
304+
</div>
305+
</div>
306+
<div class="col-md-4 col-sm-6 footer-widget">
307+
<div class="pl-30">
308+
<div class="title" style="color: #05f7c2;">
309+
<h2><span>"If the farmer is rich, then so is the nation."</span></h2>
310+
<br>
311+
<p><strong>- Shiva Sharma</strong></p>
312+
</div>
313+
</div>
314+
</div>
315+
<div class="col-md-4 col-sm-6 footer-widget">
316+
</div>
317+
</div>
318+
</div>
319+
</footer>
320+
321+
<section class="bottom-bar">
322+
<div class="thm-container clearfix">
323+
<div class="pull-left">
324+
<p></p>
325+
</div>
326+
<div class="pull-right">
327+
328+
<a href="#">Created By : <i>YASH'S TEAM</i> </a>
329+
330+
</div>
331+
</div>
332+
</section>
333+
334+
335+
<!-- jQuery js -->
336+
<script src="plugins/jquery/jquery-1.11.3.min.js"></script>
337+
<!-- bootstrap js -->
338+
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
339+
<!-- jQuery ui js -->
340+
<script src="plugins/jquery-ui-1.11.4/jquery-ui.js"></script>
341+
<!-- owl carousel js -->
342+
<script src="plugins/owl.carousel-2/owl.carousel.min.js"></script>
343+
<!-- jQuery appear -->
344+
<script src="plugins/jquery-appear/jquery.appear.js"></script>
345+
<!-- jQuery countTo -->
346+
<script src="plugins/jquery-countTo/jquery.countTo.js"></script>
347+
<!-- jQuery validation -->
348+
<script src="plugins/jquery-validation/dist/jquery.validate.min.js"></script>
349+
<!-- gmap.js helper -->
350+
<script src="http://maps.google.com/maps/api/js"></script>
351+
<!-- gmap.js -->
352+
<script src="plugins/gmap.js"></script>
353+
<!-- mixit up -->
354+
<script src="plugins/jquery.mixitup.min.js"></script>
355+
356+
<!-- revolution slider js -->
357+
<script src="plugins/revolution/js/jquery.themepunch.tools.min.js"></script>
358+
<script src="plugins/revolution/js/jquery.themepunch.revolution.min.js"></script>
359+
<script src="plugins/revolution/js/extensions/revolution.extension.actions.min.js"></script>
360+
<script src="plugins/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
361+
<script src="plugins/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
362+
<script src="plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
363+
<script src="plugins/revolution/js/extensions/revolution.extension.migration.min.js"></script>
364+
<script src="plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
365+
<script src="plugins/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
366+
<script src="plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
367+
<script src="plugins/revolution/js/extensions/revolution.extension.video.min.js"></script>
368+
369+
<!-- fancy box -->
370+
<script src="plugins/fancyapps-fancyBox/source/jquery.fancybox.pack.js"></script>
371+
<!-- type script -->
372+
<script src="plugins/typed.js-master/dist/typed.min.js"></script>
373+
374+
<!-- theme custom js -->
375+
<script src="js/main.js"></script>
376+
377+
378+
379+
380+
381+
382+
</body>
383+
384+
385+
</html>

0 commit comments

Comments
 (0)