-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·167 lines (166 loc) · 8.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Agro-App | Home</title>
<link rel="icon" sizes="96x96" href="img/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mdb.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
<nav class="navbar fixed-top navbar-toggleable-md navbar-dark" style="background: rgb(64,129,235);">
<div class="container">
<a class="navbar-brand" href="index.html">
<strong>Agro-App</strong>
</a>
<div class="collapse navbar-collapse" id="navbarNav1">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a class="nav-link" href="sign-up.html"><i class="fa fa-user-plus" aria-hidden="true"></i> Sign-Up</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign-in.html"><i class="fa fa-sign-in" aria-hidden="true"></i> Sign-In</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="view hm-black-strong" id="landing-pic">
<div class="full-bg-img flex-center">
<ul>
<li>
<h1 class="h1-responsive wow fadeInDown" data-wow-delay="0.2s">Agro-App</h1></li>
<li>
<p class="wow fadeInDown">The Guide to Every Farmer.</p>
</li>
<li>
<button class="btn btn-primary btn-lg wow fadeInLeft" data-wow-delay="0.2s" onclick="learn()" id="learn-more">Learn More</button>
<script type="text/javascript">
$("#learn-more").click(function() {
$('html,body').animate({
scrollTop: $("#best-features").offset().top},
'slow');
});
</script>
<a target="_blank" href="sign-up.html" id="know" class="btn btn-default btn-lg wow fadeInRight" data-wow-delay="0.2s">Register</a>
</li>
</ul>
</div>
</div>
<div class="container">
<section id="best-features">
<div class="row">
<div class="col-lg-4">
<div class="card wow fadeInUp">
<div class="view overlay hm-white-slight">
<img src="img/1.jpg" class="img-fluid" alt="" height="500" width="500">
<a>
<div class="mask"></div>
</a>
</div>
<div class="card-block text-center">
<h3 class="card-title"><strong>AgroBot</strong></h3>
<hr>
<p class="card-text">Talk to our bot to get answers to all your queries throught our AgroBot.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card wow fadeInUp" data-wow-delay="0.2s">
<div class="view overlay hm-white-slight">
<img src="img/2.png" class="img-fluid" alt="" height="400" width="400">
<a>
<div class="mask"></div>
</a>
</div>
<div class="card-block text-center">
<h3 class="card-title"><strong>Personalised News Feed</strong></h3>
<hr>
<p class="card-text">Get all the info about government policies and latest trends in agriculture.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card wow fadeInUp" data-wow-delay="0.4s">
<div class="view overlay hm-white-slight">
<img src="img/3.jpg" class="img-fluid" alt="" height="400" width="400">
<a>
<div class="mask"></div>
</a>
</div>
<div class="card-block text-center">
<h3 class="card-title"><strong>Weather Forecast</strong></h3>
<hr>
<p class="card-text">Be prepared for the uncertain weather through out weather forecasts.</p>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-lg-4">
<div class="card wow fadeInUp">
<div class="view overlay hm-white-slight">
<img src="img/4.jpg" class="img-fluid" alt="" height="500" width="500">
<a>
<div class="mask"></div>
</a>
</div>
<div class="card-block text-center">
<h3 class="card-title"><strong>Crop Database</strong></h3>
<hr>
<p class="card-text">Browse through our large database of crops to expand your domain.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card wow fadeInUp" data-wow-delay="0.2s">
<div class="view overlay hm-white-slight">
<img src="img/5.jpeg" class="img-fluid" alt="" height="400" width="400">
<a>
<div class="mask"></div>
</a>
</div>
<div class="card-block text-center">
<h3 class="card-title"><strong>Crop Management</strong></h3>
<hr>
<p class="card-text">Track the crop harvesting and growing patterns according to the crop grown by you.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card wow fadeInUp" data-wow-delay="0.4s">
<div class="view overlay hm-white-slight">
<img src="img/6.jpg" class="img-fluid" alt="" height="400" width="400">
<a>
<div class="mask"></div>
</a>
</div>
<div class="card-block text-center">
<h3 class="card-title"><strong>Continuous Feedback</strong></h3>
<hr>
<p class="card-text">Get notified about your crops harvesting patterns and uncertain weather.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="page-footer center-on-small-only">
<div class="footer-copyright" style="background: rgb(64,129,235);">
<p>Built with <i class="fa fa-heart" aria-hidden="true" style="color:red"></i></p>
</div>
</footer>
<script type="text/javascript" src="js/tether.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/mdb.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>