-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
377 lines (369 loc) · 15.3 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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="CodePixar">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Home</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:300,500,600" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="main-wrapper-first">
<header>
<div class="container">
<div class="header-wrap">
<div class="header-top d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html"><img src="img/logo.png" alt=""></a>
</div>
<div class="main-menubar d-flex align-items-center">
<nav class="hide">
<a href="index.html">Home</a>
<a href="generic.html">Generic</a>
<a href="elements.html">Elements</a>
</nav>
<div class="menu-bar"><span class="lnr lnr-menu"></span></div>
</div>
</div>
</div>
</div>
</header>
</div>
<div class="main-wrapper">
<div class="active-banner-slider">
<div class="item d-flex align-items-center">
<div class="container">
<div class="content">
<h1 class="text-white text-uppercase">Instead of eating, <br> you should feel the garnishing</h1>
<p class="text-white">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor <br>incididunt ut labore et dolore magna aliqua.</p>
<a href="#" class="primary-btn d-inline-flex align-items-center"><span class="mr-10">Get Started</span><span class="lnr lnr-arrow-right"></span></a>
</div>
</div>
</div>
<div class="item d-flex align-items-center">
<div class="container">
<div class="content">
<h1 class="text-white text-uppercase">Instead of eating, <br> you should feel the garnishing</h1>
<p class="text-white">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor <br>incididunt ut labore et dolore magna aliqua.</p>
<a href="#" class="primary-btn d-inline-flex align-items-center"><span class="mr-10">Get Started</span><span class="lnr lnr-arrow-right"></span></a>
</div>
</div>
</div>
<div class="item d-flex align-items-center">
<div class="container">
<div class="content">
<h1 class="text-white text-uppercase">Instead of eating, <br> you should feel the garnishing</h1>
<p class="text-white">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor <br>incididunt ut labore et dolore magna aliqua.</p>
<a href="#" class="primary-btn d-inline-flex align-items-center"><span class="mr-10">Get Started</span><span class="lnr lnr-arrow-right"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="main-wrapper">
<!-- Start Feature Area -->
<section class="featured-area">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="single-feature">
<div class="icon">
<span class="lnr lnr-sun"></span>
</div>
<div class="desc text-center">
<h6 class="title text-uppercase">Stunning Visuals</h6>
<p>Here, I focus on a range of items and features that we use in life without giving them a second thought such as Coca Cola, body</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-feature">
<div class="icon">
<span class="lnr lnr-code"></span>
</div>
<div class="desc text-center">
<h6 class="title text-uppercase">Clean Code</h6>
<p>Over 92% of computers are infected with Adware and spyware. Such software is rarely accompanied by uninstall utility </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-feature">
<div class="icon">
<span class="lnr lnr-clock"></span>
</div>
<div class="desc text-center">
<h6 class="title text-uppercase">Punctuality</h6>
<p>If you own an Iphone, you’ve probably already worked out how much fun it is to use it to watch movies-it has that nice big screen</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-feature">
<div class="icon">
<span class="lnr lnr-sun"></span>
</div>
<div class="desc text-center">
<h6 class="title text-uppercase">Stunning Visuals</h6>
<p>Here, I focus on a range of items and features that we use in life without giving them a second thought such as Coca Cola, body</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-feature">
<div class="icon">
<span class="lnr lnr-code"></span>
</div>
<div class="desc text-center">
<h6 class="title text-uppercase">Clean Code</h6>
<p>Over 92% of computers are infected with Adware and spyware. Such software is rarely accompanied by uninstall utility </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-feature">
<div class="icon">
<span class="lnr lnr-clock"></span>
</div>
<div class="desc text-center">
<h6 class="title text-uppercase">Punctuality</h6>
<p>If you own an Iphone, you’ve probably already worked out how much fun it is to use it to watch movies-it has that nice big screen</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Feature Area -->
<!-- Start Story Area -->
<section class="story-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3">
<div class="story-title">
<h3 class="text-white">Our Untold Story</h3>
<span class="text-uppercase text-white">Re-imagining the way</span>
</div>
</div>
<div class="col-lg-6">
<div class="story-box">
<h6 class="text-uppercase">From the part of beginning</h6>
<p>Usage of the Internet is becoming more common due to rapid advancement of technology and the power of globalization. Societies are becoming more inter-connected. Thoughts from different</p>
<a href="#" class="primary-btn d-inline-flex align-items-center"><span class="mr-10">Get Started</span><span class="lnr lnr-arrow-right"></span></a>
</div>
</div>
</div>
</div>
</section>
<!-- End Story Area -->
<!-- Start Amazing Works Area -->
<section class="amazing-works-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h3>Our Amazing Works</h3>
<span class="text-uppercase">Re-imagining the way</span>
</div>
</div>
</div>
<div class="active-works-carousel mt-40">
<div class="item">
<div class="thumb" style="background: url(img/c1.jpg);"></div>
<div class="caption text-center">
<h6 class="text-uppercase">Vector Illustration</h6>
<p>LCD screens are uniquely modern in style, and the liquid crystals <br> that make them work have allowed humanity to</p>
</div>
</div>
<div class="item">
<div class="thumb" style="background: url(img/c1.jpg);"></div>
<div class="caption text-center">
<h6 class="text-uppercase">Vector Illustration</h6>
<p>LCD screens are uniquely modern in style, and the liquid crystals <br> that make them work have allowed humanity to</p>
</div>
</div>
<div class="item">
<div class="thumb" style="background: url(img/c1.jpg);"></div>
<div class="caption text-center">
<h6 class="text-uppercase">Vector Illustration</h6>
<p>LCD screens are uniquely modern in style, and the liquid crystals <br> that make them work have allowed humanity to</p>
</div>
</div>
<div class="item">
<div class="thumb" style="background: url(img/c1.jpg);"></div>
<div class="caption text-center">
<h6 class="text-uppercase">Vector Illustration</h6>
<p>LCD screens are uniquely modern in style, and the liquid crystals <br> that make them work have allowed humanity to</p>
</div>
</div>
<div class="item">
<div class="thumb" style="background: url(img/c1.jpg);"></div>
<div class="caption text-center">
<h6 class="text-uppercase">Vector Illustration</h6>
<p>LCD screens are uniquely modern in style, and the liquid crystals <br> that make them work have allowed humanity to</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Amazing Works Area -->
<!-- Start Story Area -->
<section class="story-area-2">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3">
<div class="story-title sm-show text-center">
<h3 class="text-white">Our Untold Story</h3>
<span class="text-uppercase text-white">Re-imagining the way</span>
</div>
</div>
<div class="col-lg-6">
<div class="story-box">
<h6 class="text-uppercase">From the part of beginning</h6>
<p>Usage of the Internet is becoming more common due to rapid advancement of technology and the power of globalization. Societies are becoming more inter-connected. Thoughts from different</p>
<a href="#" class="primary-btn d-inline-flex align-items-center"><span class="mr-10">Get Started</span><span class="lnr lnr-arrow-right"></span></a>
</div>
</div>
<div class="col-lg-3">
<div class="story-title sm-hide text-right">
<h3 class="text-white">Our Untold Story</h3>
<span class="text-uppercase text-white">Re-imagining the way</span>
</div>
</div>
</div>
</div>
</section>
<!-- End Story Area -->
<div class="brand-area">
<div class="container">
<div class="total-brand d-flex justify-content-around">
<img src="img/b1.png" alt="">
<img src="img/b2.png" alt="">
<img src="img/b3.png" alt="">
<img src="img/b4.png" alt="">
<img src="img/b5.png" alt="">
</div>
</div>
</div>
<!-- Start Subscription Area -->
<section class="subscription-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h3>Subscribe for our Newsletter</h3>
<span class="text-uppercase">Re-imagining the way</span>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6">
<div id="mc_embed_signup">
<form target="_blank" novalidate action="" method="get" class="subscription relative">
<input type="email" name="EMAIL" placeholder="Email address" onFocus="this.placeholder = ''" onBlur="this.placeholder = 'Email address'" required>
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value="">
</div>
<button class="primary-btn hover d-inline-flex align-items-center"><span class="mr-10">Get Started</span><span class="lnr lnr-arrow-right"></span></button>
<div class="info"></div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- End Subscription Area -->
<!-- Start Footer Widget Area -->
<section class="footer-widget-area">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="single-widget d-flex flex-wrap justify-content-between">
<div class="icon d-flex align-items-center justify-content-center">
<span class="lnr lnr-pushpin"></span>
</div>
<div class="desc">
<h6 class="title text-uppercase">Address</h6>
<p>56/8, panthapath, west <br> dhanmondi, kalabagan, <br>Dhaka - 1205</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-widget d-flex flex-wrap justify-content-between">
<div class="icon d-flex align-items-center justify-content-center">
<span class="lnr lnr-earth"></span>
</div>
<div class="desc">
<h6 class="title text-uppercase">Email Address</h6>
<div class="contact">
<a href="mailto:[email protected]">[email protected]</a> <br>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-widget d-flex flex-wrap justify-content-between">
<div class="icon d-flex align-items-center justify-content-center">
<span class="lnr lnr-phone"></span>
</div>
<div class="desc">
<h6 class="title text-uppercase">Phone Number</h6>
<div class="contact">
<a href="tel:1545">012 4562 982 3612</a> <br>
<a href="tel:54512">012 6321 956 4587</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="footer-content d-flex justify-content-between align-items-center flex-wrap">
<div class="logo">
<a href="index.html"><img src="img/f-logo.png" alt=""></a>
</div>
<div class="copy-right-text">Copyright © 2018.Company name All rights reserved.<a target="_blank" href="http://www.17sucai.com/">网页模板</a></div>
<div class="footer-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
</div>
</div>
</footer>
</section>
<!-- End Footer Widget Area -->
</div>
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>