-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
144 lines (124 loc) · 4.94 KB
/
Home.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="Mystyle.css"/>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<meta name="viewport" content="width=device-width", initial-scale="1.0">
<title> Kisan Assistant </title>
<style type="text/CSS">
</style>
<script>
function load(){
alert('This Website Gives Information About Only Bihar state.You may check whether condition of other states by clicking on the button down here.<a href="https://mausam.imd.gov.in/">Click</a>');
}
</script>
</head>
<body onload="load()">
<img src = "kisanicon.png" alt = "kisanicon" width="100" height="100"
class="float-img"/>
<h1 class="h1" data-text="[Neon_Light]"> Kisan Assistant </h1>
<h4 class="h4"> An Assistant of The Farmers </h4>
<div class = "nav">
<ul>
<li><a href="file:///D:/Avinash/HTML/index.html">Home</a> </li>
<li><a href="#">Language</a>
<ul>
<li><a href="#">English</a> </li>
<li><a href="#">Hindi</a> </li>
</ul>
</li>
<li><a href="file:///D:/Avinash/Vision/vision.html">Vision</a></li>
<li><a href="file:///D:/Avinash/feedback/feedback.html">Feedback</a></li>
</ul><br/><br/><br/>
<p class="note">Please <span style="color: Blue;">Sign in</span> to get Notifications about Harvesting <span style="color: green;">Kharif Crops </span>
at Right Time</p>
</div>
<div class="sign-in">
<img class="icon" src="user.png"/>
<h2 style="color:#FFD700; text-align:center;">Sign In</h2>
<form action="" method="post" name="Sign-in-Page">
Username *<input type="text" class="input-box" placeholder="e.g.:-Username" name="username" required/>
Password *<input type="password" class="input-box" placeholder="e.g.:-abc@123" name="password" required/><br/>
Crops *<select class="input-box">
<option>Rice/Paddy</option>
<option>Jower</option>
<option>Maize/Corn</option>
<option>Milet/Bajara</option>
</select>
<p><span><input type="checkbox" name="crops"/></span> I agree to the terms of services </p>
<button type="submit" value="Sign-In" class="sign-in-btn">Sign In</button>
<button type="reset" value="Reset" class="sign-in-btnReset">Reset</button>
</form>
</div>
<div class="image-slider">
</div>
<div class="link-header">
<ol><li></li></ol>
<h3>Important Links</h3>
<pre class="link1">1.<a href="https://mausam.imd.gov.in/">Whether Information</pre></a><br/>
<pre class="pre" style="font-family:arial;"> For more information about Crops <span style="text-decoration:underline; color:orange;
font-style:italic;">Please visit</span></p>
<pre class="link2">2.<a href="http://brbn.bihar.gov.in/index.aspx">www.BRBN.bihar.gov.in</a></pre>
<!--footer-->
<footer class="footer-distributed">
<div class="footer-left">
<h2>ABOUT ME</h2>
<hr color="#454FEB" class="about"></hr>
<div class="content"> <!--3-->
<p class="about">
I'm an undergraduate(3rd year) student at National Institute of
Technology Kurukshetra pursuing Information Technology in B.Tech
program, I grew up in a small village of Bihar facing and observing
many real world problems and fixed some of those too.My nature is
Adapdable. I can do both smart work and hard work.</p>
<div class="social"><!--4-->
<a href="#"><span class="fab fa-facebook"></span></a>
<a href="#"><span class="fab fa-twitter"></span></a>
<a href="#"><span class="fab fa-instagram"></span></a>
<a href="#"><span class="fab fa-youtube"></span></a>
</div><!--4-->
</div><!--3-->
</div>
<div class="footer-center">
<div class="content">
<h2>ADDRESS</h2>
<hr color="#454FEB" class="address" ></hr>
<div class="place"><!--7-->
<span class="fas fa-map-marker-alt"></span>
<span class="text"> NIT Kurukshetra, Haryana(136119)</span>
</div><!--7-->
<div class="phone"><!--8-->
<span class="fas fa-phone-alt"></span>
<span class="text"> 8507775396</span>
</div><!--8-->
<div class="email"><!--9-->
<span class="fas fa-envelope"></span>
<span class="text"> avikkr75@gmail.com</span>
</div><!--9-->
</div>
<p class="copyright"> © Designed by Avinash | NIT Kurukshetra</p>
</div>
<div class="footer-right">
<h2>CONTACT ME</h2>
<hr color="#454FEB" class="Contact"></hr>
<div class="content"><!--11-->
<form action="sign_in.php" method="post">
<div class="email"><!--12-->
<div class="text">Email *</div>
<input type="email" class="input1" required>
</div><!--12-->
<div class="msg"><!--13-->
<div class="text">Message *</div>
<textarea name="name" class="input1" rows="2" cols="25" required></textarea>
</div><!--13-->
<div class="btn"><!--14--><br/>
<button type="submit" class="input1" ="submit">Send</button>
</div><!--14-->
</form>
</div><!--11-->
</div>
</footer>
<!--//footer-->
</body>
</html>