-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
538 lines (527 loc) · 25 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
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
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Modrico - Mobile application for driver</title>
<link rel="shortcut icon" href="assets/images/icons/favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- apldr external css -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="assets/css/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="assets/css/themify-icons.css" rel="stylesheet" type="text/css">
<link href="assets/css/owl.carousel.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- apldr header -->
<header class="apldr-header">
<div class="container">
<div class="logo">
<a href="#0">
<!-- <img src="assets/images/logos/white-logo.png" alt="Applander" class="white-logo"/>
<img src="assets/images/logos/dark-logo.png" alt="Applander" class="dark-logo"/> -->
</a>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".apldr-header-right" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="apldr-header-right">
<ul class="nav navbar-nav">
<li><a href="./index.html#features">Features</a></li>
<!-- <li><a href="#overview">Overview</a></li> -->
<li><a href="./index.html#benefites">Benefits</a></li>
<li><a href="./login.html">Login</a></li>
<li><a href="./signup.html">Signup</a></li>
<!-- <li><a href="#0">Screenshots</a></li>
<li><a href="#0">Pricing</a></li> -->
<!-- <li class="dropdown"><a href="#0" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Extra Pages <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#0">Blog List</a></li>
<li><a href="#0">Blog Single</a></li>
<li><a href="#0">Faq</a></li>
<li><a href="#0">Login Page</a></li>
<li><a href="#0">Signup Page</a></li>
<li><a href="#0">Terms & Conditions</a></li>
</ul>
</li> -->
</ul>
<a href="#overview" class="apldr-btn apldr-btn-one apldr-btn-small">Get the App</a>
</div>
</div>
</header>
<!-- apldr banner (wave banner) -->
<section class="apldr-banner wave-banner">
<div class="container">
<div class="apldr-caption-wrap">
<div class="row">
<div class="col-md-6">
<div class="apldr-heading-wrap">
<div class="apldr-heading">The best start up for your mobile app</div>
<div class="apldr-sub-heading">A better way to present your app using fully featured template now available on the App Store and Play Store!</div>
<div class="clearfix"><a href="#overview" class="apldr-btn apldr-btn-one apldr-btn-large"><i aria-hidden="true" class="fa fa-cloud-download"></i> Download App now</a></div>
</div>
</div>
<div class="col-md-6 heading-picture"><img src="assets/images/iphone1.png" alt="iPhone"/></div>
</div>
</div>
</div>
</section>
<!-- apldr app features -->
<section class="apldr-app-features" id="features">
<div class="container">
<div class="section-heading-wrap">
<div class="section-heading">Awesome app features</div>
<div class="section-sub-heading">Select from a diverse range of components and sections to build.</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="apldr-service">
<span class="ti-comment-alt"></span>
<div class="apldr-service-name">High Performance</div>
<p style="line-height:1.6;">Take advantage of media's most prominent business trend and empowers your internal advertising teams.</p>
</div>
</div>
<div class="col-md-4">
<div class="apldr-service">
<span class="ti-dashboard"></span>
<div class="apldr-service-name">Simplified workflow</div>
<p style="line-height:1.6;">Take advantage of media's most prominent business trend and empowers your internal advertising teams.</p>
</div>
</div>
<div class="col-md-4">
<div class="apldr-service">
<span class="ti-comments-smiley"></span>
<div class="apldr-service-name">Cross platform</div>
<p style="line-height:1.6;">Take advantage of media's most prominent business trend and empowers your internal advertising teams.</p>
</div>
</div>
</div>
</div>
</section>
<!-- apldr app info -->
<!-- <section class="apldr-app-info">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="app-info-wrap">
<div class="section-heading-wrap left-align">
<div class="section-heading">Simple, Fast, Flexible!</div>
<div class="section-sub-heading">A feature section is a great way of showcasing your app.</div>
</div>
<p style="line-height:1.7;">Describe your mobile app in even longer paragraphs. You might include a nice icon list on this section too. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque dapibus leo mattis metus.</p>
<div class="clearfix"><a href="#0" class="apldr-btn apldr-btn-two apldr-btn-medium apldr-btn-border">PURCHASE NOW</a></div>
</div>
</div>
<div class="col-md-6">
<div class="animateblock slideinup"><img src="assets/images/iphone2.png" alt="iPhone"/></div>
</div>
</div>
</div>
</section> -->
<!-- apldr app view -->
<!-- <section class="apldr-app-view">
<div class="container">
<div id="carousel-a" class="carousel slide carousel-sync" data-ride="carousel" data-nav="false" data-interval="false">
<div class="carousel-inner">
<div class="item active">
<img src="assets/images/slides/slide5.png" alt="Slide"/>
<img src="assets/images/slides/slide6.png" alt="Slide"/>
</div>
<div class="item">
<img src="assets/images/slides/slide6.png" alt="Slide"/>
<img src="assets/images/slides/slide7.png" alt="Slide"/>
</div>
<div class="item">
<img src="assets/images/slides/slide7.png" alt="Slide"/>
<img src="assets/images/slides/slide5.png" alt="Slide"/>
</div>
</div>
<a class="left carousel-control" href="#carousel-c" data-slide="prev"><span class="ti-angle-left"></span></a>
<a class="right carousel-control" href="#carousel-c" data-slide="next"><span class="ti-angle-right"></span></a>
</div>
<div id="carousel-b" class="carousel slide carousel-sync" data-nav="false" data-interval="false">
<div class="carousel-inner">
<div class="item active">
<img src="assets/images/slides/slide7.png" alt="Slide"/>
</div>
<div class="item">
<img src="assets/images/slides/slide5.png" alt="Slide"/>
</div>
<div class="item">
<img src="assets/images/slides/slide6.png" alt="Slide"/>
</div>
</div>
</div>
<div id="carousel-c" class="carousel slide carousel-fade carousel-sync" data-interval="false">
<div class="carousel-inner">
<div class="item active">
<div class="section-heading">
<span class="section-heading-line">
<span class="section-heading-text">Highly User</span>
</span>
<span class="section-heading-line">
<span class="section-heading-text">
<strong>friendly app demo</strong>
</span>
</span>
</div>
<div class="app-screen-info">
<p style="line-height:1.5;">Burn rate leverage scrum project growth hacking virality backing. Alpha creative facebook business model canvas sales lean startup.</p>
<ul>
<li><span class="ti-lock"></span> Reliable and Secure Platform</li>
<li><span class="ti-layers"></span> Easy drag & drop method</li>
<li><span class="ti-package"></span> Everything is perfectly orgainized</li>
</ul>
</div>
</div>
<div class="item">
<div class="section-heading">
<span class="section-heading-line">
<span class="section-heading-text">Make Your</span>
</span>
<span class="section-heading-line">
<span class="section-heading-text">
<strong>stunning landing</strong>
</span>
</span>
</div>
<div class="app-screen-info">
<p style="line-height:1.5;">Alpha creative facebook business model canvas sales lean startup beta influencer seed round conversion monetization venture. buzz marketing channels beta.</p>
<ul class="style2">
<li><span class="ti-timer"></span> Regular Updation</li>
<li><span class="ti-comments-smiley"></span> Friendly Help</li>
</ul>
</div>
</div>
<div class="item">
<div class="section-heading">
<span class="section-heading-line">
<span class="section-heading-text">Highly User</span>
</span>
<span class="section-heading-line">
<span class="section-heading-text">
<strong>friendly app demo</strong>
</span>
</span>
</div>
<div class="app-screen-info">
<p style="line-height:1.5;">Describe your mobile app in even longer paragraphs. You might include a nice icon list on this section too. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque dapibus leo mattis metus.</p>
</div>
</div>
<a class="left carousel-control" href="#carousel-c" data-slide="prev"><span class="ti-angle-left"></span></a>
<a class="right carousel-control" href="#carousel-c" data-slide="next"><span class="ti-angle-right"></span></a>
<ol class="carousel-indicators">
<li data-slide-to="0" class="active"></li>
<li data-slide-to="1"></li>
<li data-slide-to="2"></li>
</ol>
</div>
</div>
</div>
</section> -->
<!-- apldr app work -->
<!-- <section class="apldr-app-work apldr-parallax-bg" data-parallax-background-ratio=".7">
<div class="container">
<a href="http://www.dailymotion.com/video/xxgmlg_the-ghosts-everything-will-do_music#.UV71MasY3wE" class="play-btn popup-video"><i></i> <span>HOW DOES THIS WORK?</span></a>
</div>
</section>
-->
<!-- apldr app benefites -->
<section class="apldr-app-benefites" id="benefites">
<div class="container">
<div class="section-heading-wrap">
<div class="section-heading">Showcase Features & Benefits</div>
<div class="section-sub-heading">You can use this section to put your features summary with short Description.</div>
</div>
<div class="apldr-benefites-wrap">
<div class="row">
<div class="col-md-4 right-align align-space">
<div class="apldr-service">
<span class="ti-package"></span>
<div class="apldr-service-name">Advanced Option</div>
<p style="line-height:1.6;">Similique sunt culpaqu officia deserunt <br> mollitia laborut dolorum fuga</p>
</div>
<div class="apldr-service">
<span class="ti-pencil-alt"></span>
<div class="apldr-service-name">Easy to Customize</div>
<p style="line-height:1.6;">Similique sunt culpaqu officia deserunt <br> mollitia laborut dolorum fuga</p>
</div>
</div>
<div class="col-md-4">
<div class="app-picture"><img src="assets/images/iphone3.png" alt="iPhone"/></div>
</div>
<div class="col-md-4 left-align align-space">
<div class="apldr-service">
<span class="ti-mobile"></span>
<div class="apldr-service-name">Retina Ready</div>
<p style="line-height:1.6;">Similique sunt culpaqu officia deserunt <br> mollitia laborut dolorum fuga</p>
</div>
<div class="apldr-service">
<span class="ti-brush-alt"></span>
<div class="apldr-service-name">Clean & Elegant</div>
<p style="line-height:1.6;">Similique sunt culpaqu officia deserunt <br> mollitia laborut dolorum fuga</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- apldr app screens -->
<!-- <section class="apldr-app-screens">
<div class="container">
<div class="section-heading-wrap">
<div class="section-heading">Awesome app screenshots</div>
</div>
<div class="apldr-default-slider gray-nav" data-items="4" data-margin="0" data-loop="true" data-nav="false">
<div class="item"><img src="assets/images/slides/slide1.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide2.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide3.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide4.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide1.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide2.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide3.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide4.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide1.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide2.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide3.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide4.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide1.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide2.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide3.png" alt="Slide"/></div>
<div class="item"><img src="assets/images/slides/slide4.png" alt="Slide"/></div>
</div>
</div>
</section> -->
<!-- apldr pricing -->
<!-- <section class="apldr-pricing">
<div class="container">
<div class="section-heading-wrap">
<div class="section-heading">Affordable Packages</div>
<div class="section-sub-heading">If your app is premium, use this section to list all of your pricing packages.</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="pricing-item">
<h5>FREE</h5>
<h1>0$</h1>
<ul>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> 1 GB of space</li>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> Safe, reliable backup</li>
<li><img src="assets/images/icons/cancel-icon.png" alt="Cancel"/> Access from anywhere</li>
<li><img src="assets/images/icons/cancel-icon.png" alt="Cancel"/> Simple file sharing</li>
</ul>
<div class="clearfix"><a href="#0" class="apldr-btn apldr-btn-two apldr-btn-medium-2">GET STARTED</a></div>
</div>
</div>
<div class="col-md-4">
<div class="pricing-item featured">
<h5>ADDICT</h5>
<h1>39$</h1>
<ul>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> 2 GB of space</li>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> Safe, reliable backup</li>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> Remote Wipe</li>
<li><img src="assets/images/icons/cancel-icon.png" alt="Cancel"/> Simple file sharing</li>
</ul>
<div class="clearfix"><a href="#0" class="apldr-btn apldr-btn-two apldr-btn-medium-2">GET STARTED</a></div>
</div>
</div>
<div class="col-md-4">
<div class="pricing-item">
<h5>Professional</h5>
<h1>69$</h1>
<ul>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> Unlimited space</li>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> Safe, reliable backup</li>
<li><img src="assets/images/icons/check-icon1.png" alt="Check"/> Safe, reliable backup</li>
<li><img src="assets/images/icons/cancel-icon.png" alt="Cancel"/> Priority Support</li>
</ul>
<div class="clearfix"><a href="#0" class="apldr-btn apldr-btn-two apldr-btn-medium-2">GET STARTED</a></div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- apldr testimonials -->
<!-- <section class="apldr-testimonials">
<div class="container">
<div class="section-heading-wrap style2">
<div class="section-heading">Some amazing people just like you are <br> already loving us</div>
</div>
<div class="apldr-default-slider" data-items="1" data-margin="0" data-loop="true" data-nav="false">
<div class="item">
<p style="line-height:1.8;">Incredibly easy to use them and extremely versatile! This is one of the best quality themes have purchased. I’m impressed with the features. Of note, customer service was very friendly, replied quickly, and was very helpful.</p>
<div class="testimonial-owner">
<img src="assets/images/user1.png" alt="Jakara Wonth"/>
<div class="name">Jakara Wonth</div>
<div class="clearfix">Appz User</div>
</div>
</div>
<div class="item">
<p style="line-height:1.8;">Incredibly easy to use them and extremely versatile! This is one of the best quality themes have purchased. I’m impressed with the features. Of note, customer service was very friendly, replied quickly, and was very helpful.</p>
<div class="testimonial-owner">
<img src="assets/images/user1.png" alt="Jakara Wonth"/>
<div class="name">Jakara Wonth</div>
<div class="clearfix">Appz User</div>
</div>
</div>
<div class="item">
<p style="line-height:1.8;">Incredibly easy to use them and extremely versatile! This is one of the best quality themes have purchased. I’m impressed with the features. Of note, customer service was very friendly, replied quickly, and was very helpful.</p>
<div class="testimonial-owner">
<img src="assets/images/user1.png" alt="Jakara Wonth"/>
<div class="name">Jakara Wonth</div>
<div class="clearfix">Appz User</div>
</div>
</div>
<div class="item">
<p style="line-height:1.8;">Incredibly easy to use them and extremely versatile! This is one of the best quality themes have purchased. I’m impressed with the features. Of note, customer service was very friendly, replied quickly, and was very helpful.</p>
<div class="testimonial-owner">
<img src="assets/images/user1.png" alt="Jakara Wonth"/>
<div class="name">Jakara Wonth</div>
<div class="clearfix">Appz User</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- apldr get app -->
<section class="apldr-get-app" id="overview">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="animateblock slideinup"><img src="assets/images/iphone4.png" alt="iPhone"/></div>
<div class="animateblock slideinup slideinup-two"><img src="assets/images/iphone5.png" alt="iPhone"/></div>
</div>
<div class="col-md-6">
<div class="section-heading-wrap left-align style3">
<div class="section-heading">Get it for free!</div>
<div class="section-sub-heading">A better way to present your apps, Now available <br> on the App Store and Play Store!</div>
</div>
<div class="app-buttons">
<a href="#0"><img src="assets/images/icons/app-store-icon.png" alt="App Store"/></a>
<a href="#0"><img src="assets/images/icons/google-play-icon.png" alt="Google Play"/></a>
</div>
</div>
</div>
</div>
</section>
<!-- apldr subscribe form -->
<section class="apldr-subscribe-form">
<div class="container">
<div class="section-heading-wrap style4">
<div class="section-heading">Subscribe to receive free updates!</div>
<div class="section-sub-heading">We’ll only send you the best stuff - no spam.</div>
</div>
<div class="form-wrap">
<form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-7" method="post" data-id="7" data-name="Newsletter">
<div class="mc4wp-form-fields">
<p>
<input name="EMAIL" placeholder="Enter your email address" required="" type="email">
</p>
<p>
<input value="Subscribe" type="submit">
</p>
<div style="display: none;">
<input name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" type="text">
</div>
<input name="_mc4wp_timestamp" value="1473135625" type="hidden">
<input name="_mc4wp_form_id" value="7" type="hidden">
<input name="_mc4wp_form_element_id" value="mc4wp-form-1" type="hidden">
</div>
<div class="mc4wp-response"></div>
</form>
</div>
</div>
</section>
<footer class="apldr-footer">
<div class="container">
<div class="primary-footer">
<div class="row">
<div class="col-md-4">
<div class="contact-links">
<div class="clearfix"><img src="assets/images/logos/gray-logo.png" alt="Applander"/></div>
<p style="line-height:1.5;">Ut enim ad minim veniam, quis nostrud <br> exercitation ullamco.</p>
<div class="block">P: <a href="tel:441234567890">+44-12-3456-7890</a></div>
<div class="block">M: <a href="mailto:[email protected]">info[at]modrico.com</a></div>
</div>
</div>
<div class="col-md-4">
<h6>NAVIGATE</h6>
<ul>
<li><a href="./index.html">Home</a></li>
<!-- <li><a href="#0">Pricing</a></li> -->
<li><a href="./index.html#features">Features</a></li>
<li><a href="./faq.html">FAQ</a></li>
<li><a href="./tc.html">Terms and condition</a></li>
<!-- <li><a href="#0">Video</a></li> -->
<!-- <li><a href="#0">Login</a></li> -->
<li><a href="./index.html#overview">Overview</a></li>
<!-- <li><a href="#0">Benifits</a></li> -->
</ul>
</div>
<div class="col-md-4">
<div class="subscribe-form">
<h6>Subscribe</h6>
<p>Get monthly updates and free resources.</p>
<form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-7" method="post" data-id="7" data-name="Newsletter">
<div class="mc4wp-form-fields">
<p>
<input name="EMAIL" placeholder="Email address" required="" type="email">
<input value="Subscribe" type="submit">
</p>
<div style="display: none;">
<input name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" type="text">
</div>
<input name="_mc4wp_timestamp" value="1473135625" type="hidden">
<input name="_mc4wp_form_id" value="7" type="hidden">
<input name="_mc4wp_form_element_id" value="mc4wp-form-1" type="hidden">
</div>
<div class="mc4wp-response"></div>
</form>
</div>
</div>
</div>
</div>
<div class="apldr-copyright">
<div class="pull-left">© Copyright <script>document.write(new Date().getFullYear())</script>. All Rights Reserved.</div>
<div class="pull-right">
<a href="#0"><i aria-hidden="true" class="fa fa-twitter-square"></i></a>
<a href="#0"><i aria-hidden="true" class="fa fa-facebook-square"></i></a>
<a href="#0"><i aria-hidden="true" class="fa fa-google-plus-square"></i></a>
</div>
</div>
</div>
</footer>
<!-- apldr copyright -->
<!-- <section class="apldr-copyright">
<div class="container">
<div class="pull-left">© Copyright <script>document.write(new Date().getFullYear())</script>. All Rights Reserved.</div>
<div class="pull-right">
<a href="#0"><i aria-hidden="true" class="fa fa-twitter-square"></i></a>
<a href="#0"><i aria-hidden="true" class="fa fa-facebook-square"></i></a>
<a href="#0"><i aria-hidden="true" class="fa fa-google-plus-square"></i></a>
</div>
</div>
</section> -->
<!-- apldr back top -->
<div class="apldr-back-top">
<a href="#0"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
</div>
<!-- apldr scripts -->
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
</body>
</html>