-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
716 lines (682 loc) · 41.3 KB
/
404.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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metas -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dash Lynk - One link. That’s what I want.</title>
<meta name="description" content="Dash Lynk - One link. That’s what I want.">
<!-- External CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/et-line.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.transitions.css">
<link rel="stylesheet" href="assets/css/plyr.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400%7CUbuntu:400,700%7COpen+Sans" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/icon-114x114.png">
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div class="loader-wrap" id="loader-wrap">
<div class="cssload-loader"></div>
</div>
<!-- Preloader End -->
<!-- Navigation -->
<nav class="navbar navbar-default" data-spy="affix" data-offset-top="60">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" 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>
<a class="navbar-brand" href="index.html">
<img height="32" src="images/dashlynk-icon.png" alt="Dash Lynk">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right" id="one-page-nav">
<li><a href="#banner">Home</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="#description">Sharing</a></li>
<!--<li><a href="#screenshot">Screenshot</a></li>-->
<!--<li><a href="#pricing">Pricing</a></li>-->
<li><a href="#support">Supports</a></li>
<li><a href="#download">Download</a></li>
<!--<li><a href="#contact">Contact</a></li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Navigation End -->
<!-- Banner Area -->
<div id="banner" class="banner">
<div class="banner-item banner-1 steller-parallax" data-stellar-background-ratio="0.5">
<div class="banner-content">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="banner-text-content">
<h1 class="banner-title">One link. <br/>That’s what I want.</h1>
<p class="banner-text">Share business cards in a simple, secure and easy way, with just one link.</p>
<p>Available in App Store & Google Play</p>
<div class="button-group">
<a class="btn btn-lg btn-download" href="#"><i class="fa fa-apple"></i> App Store</a>
<a class="btn btn-lg btn-download btn-border" href="#"><i class="fa fa-android"></i> Play Store</a>
</div>
</div>
</div>
<div class="col-md-5 hidden-sm hidden-xs">
<div class="mock right-style">
<img class="back-mock wow fadeInRight" data-wow-duration="1.5s" data-wow-delay="1s" src="images/mocks/banner-mock-back-qr.png" alt="mock back">
<img class="front-mock wow fadeInUp" data-wow-duration="1.5s" src="images/mocks/banner-mock-front-home.png" alt="mock front">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Banner Area End -->
<div class="main-wrap">
<!-- Intro Section -->
<div class="dark-off section section-padding">
<div class="container">
<div class="intros">
<div class="row">
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.5s">
<div class="intro-icon">
<span class="icon-shield"></span>
</div>
<h4 class="intro-title">Never Lose a Contact</h4>
<p class="intro-content">Statistics say about 78% of people lose or throw away a business card without saving it. Never lose your business card since you will always have a digital copy on the Dash Lynk App.</p>
</div>
</div>
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="1s">
<div class="intro-icon">
<span class="icon-document"></span>
</div>
<h4 class="intro-title">Smart Contact Management</h4>
<p class="intro-content">Keep your network list up to date with Dash Lynk App. Your connections will be automatically updated when you change your profile details.</p>
</div>
</div>
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0s">
<div class="intro-icon">
<span class="icon-chat"></span>
</div>
<h4 class="intro-title">Share Social Profiles</h4>
<p class="intro-content">In the age of social media, sharing your basic details doesn’t cut it. Dash Lynk lets you share your social profiles, website links and much more so people can directly see your work and profile with just one link.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Intro section end -->
<!-- Features -->
<div id="feature" class="section section-padding dark">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h3 class="section-title">Dash Lynk</h3>
<p class="section-subtext">Download Dash Lynk and start enjoying this features</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-tools"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Build your Business Card</h4>
<p>Dash Lynk lets you customize your business card as per your needs, update your logo and colour scheme the way you want</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-browser"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Detailed Profile Page</h4>
<p>Dedicated user page for your business card, provide all the details at once and make the most of it</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-lock"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Security by Default</h4>
<p>We care about your data. That's why it will be safely stored with us and no one will be able to access it</p>
</div>
</div>
</div>
<div class="col-sm-4 text-center hidden-sm hidden-xs">
<div class="mock wow fadeInUp" data-wow-duration="1.5s"><img class="img-responsive" src="images/mocks/banner-features.png" alt="..."></div>
</div>
<div class="col-md-4 col-sm-6">
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-chat"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Instant Sharing</h4>
<p>Take your Dash Lynk profile wherever your audience is, to help them to discover all your important content</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-focus"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">QR Sharing</h4>
<p>Bring your offline audience online with QR codes</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-recycle"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Reduce Carbon Footprint</h4>
<p>Save money by not printing multiple business cards again and again, this helps you and the environment by reducing your carbon footprint</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features End -->
<!-- Extra Features -->
<div id="description" class="section section-padding more-feature-section dark-off">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-3 col-sm-4 text-center">
<div class="mock">
<img class="back-mock wow fadeInLeft" data-wow-duration="1.5s" data-wow-delay="0.5s" src="images/mocks/features-mock-edit-colour.png" alt="mock back">
<img class="front-mock wow fadeInUp" data-wow-duration="1.5s" src="images/mocks/features-mock-login.png" alt="mock front">
</div>
</div>
<div class="col-lg-6 col-lg-offset-1 col-md-7 col-md-offset-2 col-sm-6 col-sm-offset-2">
<div class="section-header style-2">
<h2 class="section-title">How to use the Dash Lynk App</h2>
</div>
<ul class="features icon-list">
<li class="extra-feature"><span class="icon-download"></span>Step 1: Download the application (iOS or Android)</li>
<li class="extra-feature"><span class="icon-browser"></span>Step 2: Build your own card</li>
<li class="extra-feature"><span class="icon-focus"></span>Step 3: Start sharing your card</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Extra Features End -->
<!-- Video Description -->
<!--<div class="section section-padding video-section offwhite-bg">
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12 sm-bottom-40">
<div class="section-header style-2">
<h2 class="section-title">Video Description</h2>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris</p>
</div>
<div class="col-md-6 col-xs-12">
<div class="plyr-video">
<div data-type="youtube" data-video-id="IcsQ4PfnqCo"></div>
</div>
</div>
</div>
</div>
</div>-->
<!-- Video Description End -->
<!--------------- Screenshot --------------->
<!--div id="screenshot" class="section section-padding dark">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h2 class="section-title">This is how we look like</h2>
<p class="section-sub">Share your card, scan your connections cards, keep up to date your profile and more</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="screen-mock"></div>
<div class="screenshot-wrap">
<div class="owl-carousel screenshot-carousel" id="screenshot-carousel">
<img src="images/screenshot/1.jpg" alt="App Screenshot">
<img src="images/screenshot/2.jpg" alt="App Screenshot">
<img src="images/screenshot/3.jpg" alt="App Screenshot">
<img src="images/screenshot/4.jpg" alt="App Screenshot">
<img src="images/screenshot/5.jpg" alt="App Screenshot">
<img src="images/screenshot/1.jpg" alt="App Screenshot">
<img src="images/screenshot/2.jpg" alt="App Screenshot">
<img src="images/screenshot/3.jpg" alt="App Screenshot">
<img src="images/screenshot/4.jpg" alt="App Screenshot">
<img src="images/screenshot/5.jpg" alt="App Screenshot">
<img src="images/screenshot/1.jpg" alt="App Screenshot">
<img src="images/screenshot/2.jpg" alt="App Screenshot">
<img src="images/screenshot/3.jpg" alt="App Screenshot">
<img src="images/screenshot/4.jpg" alt="App Screenshot">
<img src="images/screenshot/5.jpg" alt="App Screenshot">
<img src="images/screenshot/1.jpg" alt="App Screenshot">
<img src="images/screenshot/2.jpg" alt="App Screenshot">
<img src="images/screenshot/3.jpg" alt="App Screenshot">
<img src="images/screenshot/4.jpg" alt="App Screenshot">
<img src="images/screenshot/5.jpg" alt="App Screenshot">
<img src="images/screenshot/1.jpg" alt="App Screenshot">
<img src="images/screenshot/2.jpg" alt="App Screenshot">
<img src="images/screenshot/3.jpg" alt="App Screenshot">
<img src="images/screenshot/4.jpg" alt="App Screenshot">
<img src="images/screenshot/5.jpg" alt="App Screenshot">
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Screenshot end -->
<!-- Pricing Plans -->
<!--<div id="pricing" class="section section-padding offwhite-bg">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h3 class="section-title">Pricing plans</h3>
<p class="section-subtext">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do ut aliquip</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-xs-12">
<div class="pricing-table wow fadeInUp" data-wow-duration="1.5s">
<div class="pricing-header">
<h3 class="pack-name">Starter</h3>
</div>
<p class="pack-price"><span class="currency">$</span><span class="price-ammount">29</span><span class="pack-duration">/monthly</span></p>
<ul class="pack-features">
<li>Unlimited Access</li>
<li>Free Setup</li>
<li>Plugin Supports</li>
<li>No API Supports</li>
<li>Unlimited Supports</li>
</ul>
<a class="btn btn-sm btn-border" href="#">Register</a>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="pricing-table active wow fadeInUp" data-wow-duration="1.5s">
<div class="pricing-header">
<h3 class="pack-name">Starter</h3>
</div>
<p class="pack-price"><span class="currency">$</span><span class="price-ammount">29</span><span class="pack-duration">/monthly</span></p>
<ul class="pack-features">
<li>Unlimited Access</li>
<li>Free Setup</li>
<li>Plugin Supports</li>
<li>No API Supports</li>
<li>Unlimited Supports</li>
</ul>
<a class="btn btn-sm btn-border" href="#">Register</a>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="pricing-table wow fadeInUp" data-wow-duration="1.5s">
<div class="pricing-header">
<h3 class="pack-name">Starter</h3>
</div>
<p class="pack-price"><span class="currency">$</span><span class="price-ammount">29</span><span class="pack-duration">/monthly</span></p>
<ul class="pack-features">
<li>Unlimited Access</li>
<li>Free Setup</li>
<li>Plugin Supports</li>
<li>No API Supports</li>
<li>Unlimited Supports</li>
</ul>
<a class="btn btn-sm btn-border" href="#">Register</a>
</div>
</div>
</div>
</div>
</div>-->
<!-- Pricing Plans End -->
<!-- Supports -->
<div id="support" class="section section-padding dark">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h3 class="section-title">Additional Information</h3>
<p class="section-subtext">Keep reading to master Dash Lynk features</p>
</div>
</div>
</div>
<div class="row">
<div class="support-tabs">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation"><a href="#installation" aria-controls="installation" role="tab" data-toggle="tab"><span class="icon-clipboard"></span>Installation<br/>Guide</a></li>
<li role="presentation"><a href="#video-docs" aria-controls="video-docs" role="tab" data-toggle="tab"><span class="icon-video"></span>Video<br/>Documentation</a></li>
<li role="presentation" class="active"><a href="#general-faq" aria-controls="general-faq" role="tab" data-toggle="tab"><span class="icon-quote"></span>General<br/>FAQ</a></li>
<li role="presentation"><a href="#some-secret-01" aria-controls="some-secret-01" role="tab" data-toggle="tab"><span class="icon-focus"></span>Share your<br/>QR code</a></li>
<li role="presentation"><a href="#some-secret-02" aria-controls="some-secret-02" role="tab" data-toggle="tab"><span class="icon-chat"></span>Share with<br/>your contacts</a></li>
<li role="presentation"><a href="#some-secret-03" aria-controls="some-secret-03" role="tab" data-toggle="tab"><span class="icon-edit"></span>Personalise your card</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade" id="installation">
<div class="pane-content">
<div class="installation-steps">
<div class="installation-step">
<p class="step-title">1. Download the App</p>
<p class="step-content">Available on Google Play Store and Apple App Store</p>
</div>
<div class="installation-step">
<p class="step-title">2. Build your own card</p>
<p class="step-content">Create your own digital business card in the App for free</p>
</div>
<div class="installation-step">
<p class="step-title">3. Start sharing your card</p>
<p class="step-content">Once you have set up your card, start sharing and connecting with anyone, anywhere and anytime</p>
</div>
<div class="installation-step">
<p class="step-title">4. Connect with people</p>
<p class="step-content">Show your network your Dash Lynk card and start building your community</p>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="video-docs">
<div class="pane-content">
<div class="row">
<div class="col-sm-12 xs-bottom-30">
<div class="plyr-video">
<!--<div data-type="youtube" data-video-id="todo"></div>-->
Coming soon.
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in active" id="general-faq">
<div class="pane-content">
<div class="installation-steps">
<!--<div class="installation-step">
<p class="step-title">1. How can I download from app store?</p>
<p class="step-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
</div>
<div class="installation-step">
<p class="step-title">1. How can I download from app store?</p>
<p class="step-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
</div>
<div class="installation-step">
<p class="step-title">1. How can I download from app store?</p>
<p class="step-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
</div>
<div class="installation-step">
<p class="step-title">1. How can I download from app store?</p>
<p class="step-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
</div>-->
Coming soon.
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="some-secret-01">
<div class="pane-content">
<div class="installation-steps">
<p class="step-title">Share your QR code</p>
<p>With Dash Lynk you can share your contact details by simple letting the user scan your personalised QR code from your mobile. Additionally, you can print your personalised QR code to share your contact at conferences or workshops.</p>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="some-secret-02">
<div class="pane-content">
<div class="installation-steps">
<p class="step-title">Share with your contacts</p>
<p class="step-content">We know how important your existing contacts are, that's why you can share your card with non-Dash Lynk users, and invite them to join our network.</p>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="some-secret-03">
<div class="pane-content">
<div class="installation-steps">
<p class="step-title">Personalise your card to match your brand</p>
<p class="step-content">You can personalise your business card so it matches your brand. Pick your preferred colours, upload your brand icon and more with Dash Lynk App.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Supports End -->
<!-- Testimonials -->
<!--<div class="section section-padding theme-bg dark">
<div class="container">
<div id="testimonial-carousel" class="testimonial-carousel owl-carousel">
<div class="testimonial">
<div class="commenter-thumb">
<img src="images/client/client-avatar.png" alt="Client Avatar">
</div>
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</blockquote>
<div class="client-info">
<h5 class="client-name">Lucass Anderson</h5>
<p class="client-profession">Executive Director, Zmdroop Corporation</p>
</div>
</div>
<div class="testimonial">
<div class="commenter-thumb">
<img src="images/client/client-avatar.png" alt="Client Avatar">
</div>
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</blockquote>
<div class="client-info">
<h5 class="client-name">Lucass Anderson</h5>
<p class="client-profession">Executive Director, Zmdroop Corporation</p>
</div>
</div>
<div class="testimonial">
<div class="commenter-thumb">
<img src="images/client/client-avatar.png" alt="Client Avatar">
</div>
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</blockquote>
<div class="client-info">
<h5 class="client-name">Lucass Anderson</h5>
<p class="client-profession">Executive Director, Zmdroop Corporation</p>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Testimonials End -->
<!-- Download -->
<div id="download" class="section section-padding bottom-0 dark-off">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center wow fadeInDown" data-wow-duration="1.5s">
<h3 class="section-title">Download Now</h3>
<p class="section-subtext">Don't hesitate and download now Dash Lynk App!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<div class="button-group wow fadeInUp" data-wow-duration="1.5s">
<a class="btn btn-lg btn-download"><i class="fa fa-apple"></i> App Store</a>
<a class="btn btn-lg btn-download"><i class="fa fa-android"></i> Play Store</a>
</div>
</div>
</div>
</div>
</div>
<!-- Download End -->
<!-- Features In -->
<!--<div class="section section-padding">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center style-2">
<h3 class="section-title">Featured in</h3>
</div>
</div>
</div>
<div class="row">
<a class="client-logo" href="#"><img src="images/client/logo-1.png" alt="Client Logo"></a>
<a class="client-logo" href="#"><img src="images/client/logo-2.png" alt="Client Logo"></a>
<a class="client-logo" href="#"><img src="images/client/logo-3.png" alt="Client Logo"></a>
<a class="client-logo" href="#"><img src="images/client/logo-4.png" alt="Client Logo"></a>
<a class="client-logo" href="#"><img src="images/client/logo-5.png" alt="Client Logo"></a>
</div>
</div>
</div>-->
<!-- Features In End -->
<!-- Contact area -->
<!--<div id="contact" class="section contact-area">
<div class="map-wrap">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 right-image hidden-sm hidden-xs steller-parallax" data-stellar-background-ratio="0.5">
<div class="overlay-black"></div>
</div>
<div class="col-md-6 map-area">
<div class="google-map" id="location" data-lat="23.75043" data-lng="90.38844" data-zoom="16"></div>
</div>
</div>
</div>
</div>
<div class="form-wrap text-white">
<div class="container">
<div class="row">
<div class="col-md-5 col-xs-12">
<div class="section-header style-2">
<h3 class="section-title">Contact us</h3>
<p class="section-subtext">If you have any kind of query feel free to contact with us</p>
</div>
<form id="contactForm" class="contact-form" action="#" method="post">
<p>
<input id="name" type="text" name="name" placeholder="Name" required>
</p>
<p>
<input id="email" type="email" name="email" placeholder="Email" required>
</p>
<p>
<input id="subject" type="text" name="subject" placeholder="Subject" required>
</p>
<p>
<textarea id="message" name="message" placeholder="Your message" rows="5" required></textarea>
</p>
<button type="submit" class="btn"><i class="fa fa-paper-plane"></i> Submit</button>
<p class="input-success">Congrates, your message is being sent</p>
<p class="input-error">Sorry, we failed to send your message, something's wrong</p>
</form>
</div>
</div>
</div>
</div>
</div>-->
<!-- Contact area end -->
</div>
<footer>
<!-- Footer Subscribe -->
<!--<div class="subscription-area section-padding theme-bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3 class="wow fadeInLeft" data-wow-duration="1.5s">Subscribe to the<br/>newsletter</h3>
</div>
<div class="col-md-6">
<form class="subscription wow fadeInRight" data-wow-duration="1.5s" action="#" method="post">
<input type="email" name="email" placeholder="Enter your mail here" required>
<button type="submit">Submit</button>
<p class="newsletter-success"></p>
<p class="newsletter-error"></p>
</form>
</div>
</div>
</div>
</div>-->
<!-- Footer Subscribe -->
<!-- Footer logo and social media button -->
<div class="logo-social-area section-padding dark-off">
<div class="container text-center">
<!--<a class="logo logo-footer wow fadeInDown" data-wow-duration="1.5s" href="#">
<img src="images/logo-footer.png" alt="Site Logo">
</a>-->
<div class="socials wow fadeInUp" data-wow-duration="1.5s">
<a href="https://www.facebook.com/dashlynk"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/dashlynk1"><i class="fa fa-twitter"></i></a>
<a href="https://instagram.com/dash.lynk"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/dashlynk/"><i class="fa fa-linkedin"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
<!-- Footer logo and social media button -->
<!-- Footer copyrgiht and navigation -->
<div class="copyright-footer dark">
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12">
<p class="copyright">Copyright © 2020 Wedupp Pvt Ltd. All Right Reserved</p>
</div>
<div class="col-md-6 col-xs-12">
<ul class="footer-nav">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Legal</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer copyrgiht and navigation -->
</footer>
<!-- Script -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.localScroll.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/plyr.js"></script>
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAmiJjq5DIg_K9fv6RE72OY__p9jz0YTMI"></script>
<script src="js/map.js"></script>
<script src="js/custom.js"></script>
</body>
</html>