-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
290 lines (281 loc) · 13.4 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
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Robotics</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
</head>
<body>
<header class="container-fluid header">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a href="#" class="navbar-brand">
<img src="img/logo.png" alt="robotics">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">about us</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">services</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">products</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">blog</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">contact</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">dropdown</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="row header_inner">
<div class="col-md-6">
<h1>Improved<br> Production level<br> with Robotics</h1>
<p class="pt-3">EVERYONE WANTS THE INNOVATION THROUGH ROBOTICS</p>
<button class="btn view">VIEW DETAILS</button>
</div>
<div class="col-md-6">
<img class="img-fluid"src="img/banner-img.png" alt="robotics">
</div>
</div>
</div>
</header>
<section class="container mb-5">
<div class="robots_section">
<h2 class="pt-5">Featured Robotics Products to Show</h2>
<p class="pb-4">Who are in extremely love with eco friendly system.</p>
</div>
<div class="box_container row">
<div class="col-md-6 col-lg-3 box">
<div class="img pb-2">
<img class="img-fluid"src="img/p1.png" alt="robot">
</div>
<div class="text_wrap">
<h2 class="pt-3">The Upper Eye</h2>
<p class="mr-2">Who are in extremely love with eco friendly system.</p>
<a href="#" class="btn details">VIEW DETAILS</a>
</div>
</div>
<div class="col-md-6 col-lg-3 box">
<div class="img pb-2">
<img class="img-fluid"src="img/p2.png" alt="robot">
</div>
<div class="text_wrap">
<h2 class="pt-3">The Crab Wheel</h2>
<p class="mr-2">Who are in extremely love with eco friendly system.</p>
<a href="#" class="btn details">VIEW DETAILS</a>
</div>
</div>
<div class="col-md-6 col-lg-3 box">
<div class="img pb-2">
<img class="img-fluid"src="img/p3.png" alt="robot">
</div>
<div class="text_wrap">
<h2 class="pt-3">The Plug Ninja</h2>
<p class="mr-2">Who are in extremely love with eco friendly system.</p>
<a href="#" class="btn details">VIEW DETAILS</a>
</div>
</div>
<div class="col-md-6 col-lg-3 box">
<div class="img pb-2">
<img class="img-fluid"src="img/p4.png" alt="robot">
</div>
<div class="text_wrap">
<h2 class="pt-3">The Controller</h2>
<p class="mr-2">Who are in extremely love with eco friendly system.</p>
<a href="#" class="btn details">VIEW DETAILS</a>
</div>
</div>
</div>
</section>
<section class="container-fluid mr-5">
<div class="row align-items-center">
<div class="col-lg-6 col-md-12 left_wrap">
<img src="img/about-img.png" class="img-fluid" alt="robotics">
</div>
<div class="col-lg-6 col-md-12 right_wrap">
<h2>Globally Connected<br> by Large Network</h2>
<p>We are here to listen from you deliver exellence</p>
<p class="grey">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Ut enim ad minim. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>
<a href="#" class="btn det">GET DETAILS</a>
</div>
</div>
</section>
<section class="container about_us pb-5">
<div class="row">
<div class="col-md-5 left_row">
<h6 class="smallText">BRAND NEW APP TO BLOW YOUR MIND</h6>
<h2 class="largeText">We’ve made a life <br>that will change you</h2>
<p class="darkText">We are here to listen from you deliver exellence</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed doeiusmo d tempor incididunt ut labore et dolore magna aliqua.</p>
<a href="#" class="btn det mb-2">Get Started Now</a>
</div>
<div class="col-md-7">
<div class="right_row">
<div class="overlay d-flex align-items-center justify-content-center">
<a href="https://www.youtube.com/watch?v=ARA0AxrnHdM" target="_blank" class="fa fa-play data-toggle="modal" data-target="#exampleModal""></a>
</div>
</div>
</div>
</section>
<section class="container-fluid features">
<div class="container pt-5">
<h2 class="text-center pt-5">Some Features that Made us Unique</h2>
<h4 class="text-center pb-5">Who are in extremely love with eco friendly system.</h4>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<h3 class="card-title"><a href="#"><i class="fa fa-user mr-2"></i>Expert Technicians</a></h3>
<p class="card-text">Usage of the Internet is becoming more common due to rapid advancement of technology and power.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<h3 class="card-title"><a href="#"><i class="fa fa-id-card mr-2"></i>Professional Service</a></h3>
<p class="card-text">Usage of the Internet is becoming more common due to rapid advancement of technology and power.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card">
<div class="card-body">
<h3 class="card-title"><a href="#"><i class="fa fa-phone mr-2"></i>Great Support</a></h3>
<p class="card-text">Usage of the Internet is becoming more common due to rapid advancement of technology and power.</p>
</div>
</div>
</div>
</div>
<div class="row pt-4">
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<h3 class="card-title"><a href="#"><i class="fa fa-rocket mr-2"></i>Technical Skills</a></h3>
<p class="card-text">Usage of the Internet is becoming more common due to rapid advancement of technology and power.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-body">
<h3 class="card-title"><a href="#"><i class="fa fa-diamond mr-2"></i>Highly Recomended</a></h3>
<p class="card-text">Usage of the Internet is becoming more common due to rapid advancement of technology and power.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card">
<div class="card-body">
<h3 class="card-title"><a href="#"><i class="fa fa-comment mr-2"></i>Positive Reviews</a></h3>
<p class="card-text">Usage of the Internet is becoming more common due to rapid advancement of technology and power.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container blog">
<div class="partnerts">
<img src="img/l1.png" alt="partner" class="img-fluid">
<img src="img/l2.png" alt="partner" class="img-fluid"></a>
<img src="img/l3.png" alt="partner" class="img-fluid">
<img src="img/l4.png" alt="partner" class="img-fluid">
</div>
</div>
<footer class="container-fluid footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<h4>Top Products</h4>
<nav>
<ul class="navbar-nav">
<li class="nav-item">
<a href="#" class="nav-link">Managed Website</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Manage Reputation</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Power Tools</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Marketing Service</a>
</li>
</ul>
</nav>
</div>
<div class="col-md-6">
<h4 class="pb-2">Newsletter</h4>
<h5 class="pb-2">You can trust us. we only send promo offers, not a single spam.</h5>
<div class="input-group">
<input type="text" class="form-control email" placeholder="Enter Email">
<button type="button" class="btn ml-2 subs">SUBSCRIBE</button>
</div>
</div>
<div class="col-md-3">
<h4 class="pb-2">Instragram Feed</h4>
<div class="feed">
<div class="row1">
<img src="img/i1.jpg" alt="feed" class="img-fluid">
<img src="img/i2.jpg" alt="feed" class="img-fluid">
<img src="img/i3.jpg" alt="feed" class="img-fluid">
<img src="img/i4.jpg" alt="feed" class="img-fluid">
</div>
<img src="img/i5.jpg" alt="feed" class="img-fluid">
<img src="img/i6.jpg" alt="feed" class="img-fluid">
<img src="img/i7.jpg" alt="feed" class="img-fluid">
<img src="img/i8.jpg" alt="feed" class="img-fluid">
</div>
</div>
</div>
<div class="d-flex justify-content-end textRight">
<ul class="nav">
<li class="nav-item">
<a href="#" class="nav-link"><i class="fa fa-facebook"></i></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link"><i class="fa fa-twitter"></i></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link"><i class="fa fa-dribbble"></i></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link"><i class="fa fa-behance"></i></a>
</li>
</ul>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>