forked from ankythshukla/underexpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
466 lines (444 loc) · 20.6 KB
/
features.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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="./assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./assets/plugins/animatecss/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css">
</head>
<body class="bg-dark-gradient">
<nav class="navbar navbar-expand-lg navbar-light navbar-shrink p-3">
</nav>
<section>
<div class="container">
<div class="row">
<div class="col-12">
<ul class="components-list">
<li><a href="navigation.html" >Navigation (14)</a></li>
<li><a href="headers.html" >Headers (15)</a></li>
<li><a href="features.html" >Features (9)</a></li>
<li><a href="forms.html" >Forms (12)</a></li>
<li><a href="calltoaction.html" >Call to Action (4)</a></li>
<li><a href="counters.html" >Counters (6)</a></li>
<li><a href="showcase.html" >Showcase (5)</a></li>
<li><a href="people.html">People (6)</a></li>
<li><a href="pricing.html" >Pricing (8)</a></li>
<li><a href="clients.html" >Clients (6)</a></li>
<li><a href="blogs.html" >Blog (5)</a></li>
<li><a href="footers.html" >Footer (14)</a></li>
<li><a href="colors.html" >Colors</a></li>
</ul>
</div>
</div>
</div>
</section>
<div class="container">
<!-- Component Feature 1 Start -->
<section class="feature-style-1 bg-white">
<div class="container">
<div class="row">
<div class="col-sm-4 col-12 p-4 bg-primary cwhite">
<div class="text-center">
<i class="font-jumbo fa fa-code"></i>
<h4 class="font-title py-3">Clean Code</h4>
</div>
</div>
<div class="col-sm-4 col-12 p-4 bg-light cdark">
<div class="text-center">
<i class="font-jumbo fa fa-cubes"></i>
<h4 class="font-title py-3">Modular</h4>
</div>
</div>
<div class="col-sm-4 col-12 p-4 bg-primary cwhite">
<div class="text-center">
<i class="font-jumbo fa fa-mobile"></i>
<h4 class="font-title py-3">Responsive</h4>
</div>
</div>
<div class="col-sm-4 col-12 p-4 bg-light cdark">
<div class="text-center">
<i class="font-jumbo fa fa-money"></i>
<h4 class="font-title py-3">Affordable</h4>
</div>
</div>
<div class="col-sm-4 col-12 p-4 bg-primary cwhite">
<div class="text-center">
<i class="font-jumbo fa fa-object-ungroup"></i>
<h4 class="font-title py-3">Exhaustive</h4>
</div>
</div>
<div class="col-sm-4 col-12 p-4 bg-light cdark">
<div class="text-center">
<i class="font-jumbo fa fa-check-circle"></i>
<h4 class="font-title py-3">Bootstrap 4 Beta</h4>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 1 end -->
<br>
<br>
<!-- Component Feature 2 Start -->
<section class="feature-style-2 bg-hue-yellow py-4">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 p-3">
<div class="text-left">
<h4 class="font-title font-b-line py-3 title">Clean Code</h4>
<p>UnderExpress uses modular css classes, which helps you ship quickly with cleaner code.</p>
</div>
</div>
<div class="col-12 col-sm-6 p-3">
<div class="text-left">
<h4 class="font-title font-b-line py-3 title">100+ Components</h4>
<p>UnderExpress is your own A'La Carte, choose from various components, mix them to create unique pages.</p>
</div>
</div>
<div class="col-12 col-sm-6 p-3">
<div class="text-left">
<h4 class="font-title font-b-line py-3 title">Absolutely Free</h4>
<p>UnderExpress comes absolutely free, which makes it most the affodable website framework.</p>
</div>
</div>
<div class="col-12 col-sm-6 p-3">
<div class="text-left">
<h4 class="font-title font-b-line py-3 title">Responsive</h4>
<p>All components are perfectly responsive. Your content will shine on every device.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 2 end -->
<br>
<br>
<!-- Component Feature 3 Start -->
<section class="feature-style-3 bg-light py-4">
<div class="container">
<div class="row">
<div class="col-6 col-sm-3">
<div class="card p-0 my-2">
<div class="header p-5" style="background-image:url('./assets/img/backgrounds/code.jpeg');"></div>
<div class="bg-white px-2 py-3">
<h5 class='font-title font-b-line'>Code Style</h5>
<small class="">UnderExpress uses modular css classes, which helps you ship quickly with cleaner code.</small>
</div>
</div>
</div>
<div class="col-6 col-sm-3">
<div class="card p-0 my-2">
<div class="header p-5" style="background-image:url('./assets/img/backgrounds/tools.jpeg');"></div>
<div class="bg-white px-2 py-3">
<h5 class="font-title font-b-line title">100+ Components</h5>
<small>UnderExpress is your own A'La Carte, choose from various components, mix them to create unique pages.</small>
</div>
</div>
</div>
<div class="col-6 col-sm-3">
<div class="card p-0 my-2">
<div class="header p-5" style="background-image:url('./assets/img/backgrounds/pig.jpeg');"></div>
<div class="bg-white px-2 py-3">
<h5 class="font-title font-b-line">Absolutely Free</h5>
<small>UnderExpress comes absolutely free, which makes it most the affodable website framework.</small>
</div>
</div>
</div>
<div class="col-6 col-sm-3">
<div class="card p-0 my-2">
<div class="header p-5" style="background-image:url('./assets/img/backgrounds/devices.jpeg');"></div>
<div class="bg-white px-2 py-3">
<h5 class="font-title font-b-line">Responsive</h5>
<small>All components are perfectly responsive. Your content will shine on every device.</small>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 3 end -->
<br>
<br>
<!-- Component Feature 4 Start -->
<section class="feature-style-4 bg-dark cwhite">
<div class="container">
<div class="row">
<div class="col-sm-4 col-12 p-4">
<div class="text-center">
<i class="font-jumbo fa fa-code"></i>
<h4 class="font-title py-3">Clean Code</h4>
<p class="py-2">UnderExpress uses modular css classes, which helps you ship quickly with cleaner code.</p>
</div>
</div>
<div class="col-sm-4 col-12 p-4">
<div class="text-center">
<i class="font-jumbo fa fa-cubes"></i>
<h4 class="font-title py-3">Modular</h4>
<p class="py-2">UnderExpress uses modular css classes, which helps you ship quickly with cleaner code.</p>
</div>
</div>
<div class="col-sm-4 col-12 p-4">
<div class="text-center">
<i class="font-jumbo fa fa-money"></i>
<h4 class="font-title py-3">Affordable</h4>
<p class="py-2">UnderExpress comes absolutely free, which makes it most the affodable website framework.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 4 end -->
<br>
<br>
<!-- Component Feature 5 Start -->
<section class="feature-style-5 bg-dark cwhite">
<div class="container">
<div class="row">
<div class="col-md-6 col-12 justify-center align-center ">
<div class="flex-1 py-5">
<h1 class="p-3">Google Pixel</h1>
<p class="p-3 font-title">The Super Smart Phone, from the Giant itself.</p>
<a class="btn btn-secondary m-3" href="#"><i class="fa fa-amazon mr-3"></i>See on Amazon</a></a>
</div>
</div>
<div class="col-md-6 col-12 p-5 bg-hue-green">
<img src="./assets/img/backgrounds/gpixel.png" class="w-100">
</div>
</div>
<div class="row">
<div class="col-md-6 col-12 p-5 bg-hue-red order-md-1 order-2">
<img src="./assets/img/backgrounds/oneplus5.png" class="w-100">
</div>
<div class="col-md-6 col-12 justify-center align-center order-md-2 order-1">
<div class="flex-1 py-5">
<h1 class="p-3">OnePlus 5</h1>
<p class="p-3 font-title">The most loved android phone on the planet</p>
<a class="btn btn-secondary m-3" href="#"><i class="fa fa-amazon mr-3"></i>See on Amazon</a></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-12 justify-center align-center order-2 order-md-1">
<div class="flex-1 py-5">
<h1 class="p-3">Redmi Note 4</h1>
<p class="p-3 font-title">Beast in power, easy on money.</p>
<a class="btn btn-secondary m-3" href="#"><i class="fa fa-amazon mr-3"></i>See on Amazon</a></a>
</div>
</div>
<div class="col-md-6 col-12 p-5 bg-hue-violet order-1 order-md-2">
<img src="./assets/img/backgrounds/note4_black.png" class="w-100">
</div>
</div>
</div>
</section>
<!-- Component Feature 5 end -->
<br>
<br>
<!-- Component Feature 6 Start -->
<section class="feature-style-6 bg-hue-yellow p-relative" style="background-image:url('./assets/img/backgrounds/ice.jpeg');">
<div class="overlay op-4"></div>
<div class="container">
<div class="row py-4 cwhite p-relative">
<div class="col-12 col-sm-6 p-3">
<div class="flex">
<div class="col-2 text-center"><i class="fa fa-code title-icon"></i>
</div>
<div class="col-10">
<h4 class="font-title font-b-line title">Clean Code</h4>
<p class="py-3">UnderExpress uses modular css classes, which helps you ship quickly with cleaner code.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 p-3">
<div class="flex">
<div class="col-2 text-center"><i class="fa fa-cubes title-icon"></i>
</div>
<div class="col-10">
<h4 class="font-title font-b-line title">100+ Components</h4>
<p class="py-3">UnderExpress is your own A'La Carte, choose from various components, mix them to create unique pages.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 p-3">
<div class="flex">
<div class="col-2 text-center"><i class="fa fa-money title-icon"></i>
</div>
<div class="col-10">
<h4 class="font-title font-b-line title">Absolutely free</h4>
<p class="py-3">UnderExpress comes absolutely free, which makes it most the affodable website framework.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 p-3">
<div class="flex">
<div class="col-2 text-center"><i class="fa fa-desktop title-icon"></i>
</div>
<div class="col-10">
<h4 class="font-title font-b-line title">Responsive</h4>
<p class="py-3">All components are perfectly responsive. Your content will shine on every device.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 6 end -->
<br>
<br>
<!-- Component Feature 7 Start -->
<section class="feature-style-7 bg-hue-yellow p-relative font-title" style="background-image:url('./assets/img/backgrounds/brown-scene.jpeg');">
<div class="overlay op-4"></div>
<div class="container">
<div class="row py-4 cwhite p-relative">
<div class="col-12 col-md-4">
<div class="content-feature text-center py-3 px-2 my-3 border-light">
<i class="fa fa-code title-icon my-3"></i>
<h4 class="title">Clean Code</h4>
<p class="py-3">UnderExpress uses modular css classes, which helps you ship quickly with cleaner code.</p>
<a href="#" class="uppercase p-2 csuccess bolder">Explore</a>
</div>
</div>
<div class="col-12 col-md-4">
<div class="content-feature text-center py-3 px-2 my-3 border-light">
<i class="fa fa-cubes title-icon my-3"></i>
<h4 class="title">100+ Components</h4>
<p class="py-3">UnderExpress is your own A'La Carte, choose from various components, mix them to create unique pages.</p>
<a href="#" class="uppercase p-2 csuccess bolder">Explore</a>
</div>
</div>
<div class="col-12 col-md-4">
<div class="content-feature text-center py-3 px-2 my-3 border-light">
<i class="fa fa-money title-icon my-3"></i>
<h4 class="title">Absolutely Free</h4>
<p class="py-3">UnderExpress comes absolutely free, which makes it most the affodable website framework.</p>
<a href="#" class="uppercase p-2 csuccess bolder">Explore</a>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 7 end -->
<br>
<br>
<!-- Component Feature 8 Start -->
<section class="feature-style-8 py-5 bg-hue-red p-relative font-title">
<div class="container">
<div class="row cblack p-relative">
<div class="col-12 col-md-4">
<div class="content-feature text-center py-3 px-2 my-3 bg-white p-relative material-shadow">
<span class="icon-container p-absolute cwhite bg-dark">
<i class="fa fa-code title-icon"></i>
</span>
<h4 class="title mt-4">Clean Code</h4>
<p class="py-3">UnderExpress uses modular css classes, which helps you ship quickly with cleaner code.</p>
<a href="#" class="uppercase p-2 csuccess bolder">Explore</a>
</div>
</div>
<div class="col-12 col-md-4">
<div class="content-feature text-center py-3 px-2 bg-white my-3 p-relative material-shadow">
<span class="icon-container p-absolute cwhite bg-dark">
<i class="fa fa-cubes title-icon"></i>
</span>
<h4 class="title mt-4">100+ Components</h4>
<p class="py-3">UnderExpress is your own A'La Carte, choose from various components, create unique pages.</p>
<a href="#" class="uppercase p-2 csuccess bolder">Explore</a>
</div>
</div>
<div class="col-12 col-md-4">
<div class="content-feature text-center py-3 px-2 my-3 bg-white p-relative material-shadow">
<span class="icon-container p-absolute cwhite bg-dark">
<i class="fa fa-money title-icon"></i>
</span>
<h4 class="title mt-4">Absolutely Free</h4>
<p class="py-3">UnderExpress is absolutely free, which makes it most the affodable website framework.</p>
<a href="#" class="uppercase p-2 csuccess bolder">Explore</a>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 8 end -->
<br><br>
<!-- Component Feature 9 Start -->
<section class="feature-style-9 bg-light p-relative py-5 font-title">
<div class="container">
<div class="row cblack p-relative">
<div class="col-12 col-md-6">
<div class="card flex-row material-shadow my-3">
<div class="col-3 p-4 bg-hue-red justify-center align-center">
<i class="fa fa-plane font-jumbo cwhite"></i>
</div>
<div class="col-9 p-3 text-left">
<h5>Get started in minutes</h5>
<p>Ready templates to help you get started in no time.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card flex-row material-shadow my-3">
<div class="col-3 p-4 bg-hue-red justify-center align-center">
<i class="fa fa-code font-jumbo cwhite"></i>
</div>
<div class="col-9 p-3 text-left">
<h5>Clean Code</h5>
<p>Easy to understand, easier to implement.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card flex-row material-shadow my-3">
<div class="col-3 p-4 bg-hue-red justify-center align-center">
<i class="fa fa-money font-jumbo cwhite"></i>
</div>
<div class="col-9 p-3 text-left">
<h5>Most Affordable</h5>
<p>Completely free.. components, pages, ui kit.. all inclusive.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="card flex-row material-shadow my-3">
<div class="col-3 p-4 bg-hue-red justify-center align-center">
<i class="fa fa-cube font-jumbo cwhite"></i>
</div>
<div class="col-9 p-3 text-left">
<h5>Modular</h5>
<p>Pick and compose unique desings for yourself.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Feature 9 end -->
</div>
<footer class="p-3 pt-5 text-center">
<hr>
<p class="cwhite font-title">© 2017 | <a class="" href="https://underexpress.com">UnderExpress.com</a></p>
</footer>
</body>
<script src="./assets/plugins/jquery/jquery-3.2.0.min.js"></script>
<script src="./assets/plugins/popper/popper.js"></script>
<script src="./assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="./assets/js/script.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108011681-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108011681-1');
</script>
<!-- Hotjar Tracking Code for underexpress.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:657265,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</html>