-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (210 loc) · 10.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
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
<!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" />
<!-- Bootstrap core CSS -->
<link href="https://getbootstrap.com/docs/5.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/headers/" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" class="style" />
<title>AgroPro</title>
</head>
<body>
<div id="home-section">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top" id="main-nav">
<div class="container">
<h1 class="navbar-brand">
<div class="agropro" style="text-decoration: none;"><a href="index.html">AGROPRO <span style="color: orange"><b>.</b></span></a>
</div>
</h1>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="login page/lp index.html" class="nav-link">Link Your Bot</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link"> About the Bot</a
>
</li>
<li class="nav-item">
<a href="#technologies" class="nav-link"
>Technologies Used</a
>
</li>
<li class="nav-item">
<a href="#moreinf" class="nav-link"
>More Information</a
>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- carousel -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/Frontpage2.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/Frontpage3.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- carousel ends -->
<!--about-->
<section id="about">
<div class="about-left-col">
<img src="images/about.png">
</div>
<div class="about-right-col">
<div class="about-text">
<h1><strong>ABOUT AGROPRO</h1>
<h2 style="color: black;">AgroPro is a highly efficient multitasking robot. It is pre-programmed to perform all the functions in an agricultural field from ploughing, sowing, irrigating, harvesting till transporting the crops. It comes with and Inbuilt sowing system, hydraulic based irrigation system and a detachable sickle and ploughing system. It works on solar power to save electricity and has high quality sensors like humidity and IR sensors. This robot is future of biotechnology."</h2>
</div>
</div>
</section>
<!--features-->
<section id="features">
<div class="feature-row">
<div class="feature-col">
<img src="images/1.png">
<h4>Sowing</h4>
</div>
<div class="feature-col">
<img src="images/2.png">
<h4>Ploughing</h4>
</div>
<div class="feature-col">
<img src="images/3.png">
<h4>Harvesting</h4>
</div>
<div class="feature-col">
<img src="images/4.png">
<h4>Transportation</h4>
</div>
</div>
</section>
<section id="technologies">
<div id="product" class="product">
<div class="container">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2>Technologies <strong class="black"> Used & Features</strong></h2>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xl-8 col-lg-8 col-md-8 col-sm-12">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="product_box">
<figure><img src="images/solar panel.jpg" alt="#">
<h3>Solar Powered </h3>
</figure>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="product_box">
<figure><img src="images/hydraulic syst.jpg" alt="#">
<h3>Hydraulic System </h3>
</figure>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="product_box">
<figure><img src="images/product_img4.jpg" alt="#">
<h3>Mass Production </h3>
</figure>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="product_box">
<figure><img src="images/harvester.jpg" alt="#">
<h3>Inbuilt Harvester</h3>
</figure>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="product_box">
<figure><img src="images/sensor.jpg" alt="#">
<h3>Various Sensors </h3>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--CONTACTTTT-->
<section id="contact">
<div class="container contact-row">
<div class="contact-left-col">
<h1>Wanna Get in Touch?<br>Contact ASAP!</h1>
<form target="_blank" action="https://formsubmit.co/[email protected]" method="POST">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://ishaanxcoder.github.io/my-portfolio/ty.html">
<input type="hidden" name="_subject" value="New submission!">
<input type="hidden" name="_template" value="box">
<input type="text" placeholder="Enter Name">
<input type="email" placeholder="Enter Email">
<input type="text" placeholder="Enter Message">
<div class="btn-box">
<button class="common-btn" onclick="sent()"> Send!</button>
<button class="common-btn" type="reset"> Clear</button>
</div>
</form>
<div class="line">
<span class="line-1"></span><br>
<span class="line-2"></span><br>
<span class="line-3"></span>
</div>
</div>
</div>
</section>
<section class="trial">
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script>
function sent() {
alert("Message Sent Successfully!");
}
</script>
<script src="carousel.js"></script>
</body>
</html>