-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
895 lines (699 loc) · 38.1 KB
/
pricing.html
File metadata and controls
895 lines (699 loc) · 38.1 KB
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
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/favicon/favicon.ico" type="image/x-icon" />
<!-- Map CSS -->
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css" />
<!-- Libs CSS -->
<link rel="stylesheet" href="./assets/css/libs.bundle.css" />
<!--
Theme Sans Serif CSS
Remove the "disabled" attribute if you want to enable Sans Serif for headings.
-->
<link rel="stylesheet" href="./assets/css/theme-sans-serif.bundle.css" id="themeSansSerif" disabled />
<!--
Demo JS
Remove the code below on a production website.
-->
<script src="./assets/js/demo.bundle.js"></script>
<!-- Theme CSS -->
<link rel="stylesheet" href="./assets/css/theme.bundle.css" />
<!-- Title -->
<title>Devy - Pricing</title>
</head>
<body>
<!-- MODALS -->
<!-- Sign in -->
<div class="modal fade" id="modalSignIn" tabindex="-1" role="dialog" aria-labelledby="modalSignInHeading" aria-hidden="true">
<div class="modal-dialog modal-sm modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body text-center">
<!-- Close -->
<button class="btn-close" data-bs-dismiss="modal" type="button" aria-label="Close"></button>
<!-- Heading -->
<h1 class="mb-4" id="modalSignInHeading">
Sign In
</h1>
<!-- Text -->
<p>
Don’t have an account? <a href="sign-up.html">Sign up</a>
</p>
<!-- Form -->
<form class="mb-6">
<!-- Email -->
<div class="form-group">
<label class="visually-hidden" for="signInEmail">
Your email
</label>
<input class="form-control" id="signInEmail" type="email" placeholder="Your email">
</div>
<!-- Password -->
<div class="form-group">
<div class="input-group inpit-group-merge">
<input class="form-control" id="signInPassword" placeholder="Your password" type="password" aria-label="Your password" aria-describedby="signInPasswordCaption">
<a class="input-group-text text-decoration-none text-gray-500" id="signInPasswordCaption" data-toggle="password" href="#signInPassword">
<i class="fe fe-eye"></i>
</a>
</div>
</div>
<!-- Button -->
<button class="btn w-100 btn-primary">
Sign in
</button>
</form>
<!-- Link -->
<a class="fs-sm" href="password-reset.html">
Forgot your password?
</a>
</div>
</div>
</div>
</div>
<!-- Sign up -->
<div class="modal fade" id="modalSignUp" tabindex="-1" role="dialog" aria-labelledby="modalSignUpHeading" aria-hidden="true">
<div class="modal-dialog modal-sm modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body text-center">
<!-- Close -->
<button class="btn-close" data-bs-dismiss="modal" type="button" aria-label="Close"></button>
<!-- Heading -->
<h1 class="mb-4" id="modalSignUpHeading">
Sign Up
</h1>
<!-- Text -->
<p>
Create beautiful marketing websites in hours instead of weeks.
</p>
<!-- Form -->
<form class="mb-6">
<!-- Email -->
<div class="form-group">
<label class="visually-hidden" for="signUpEmail">
Your email
</label>
<input class="form-control" id="signUpEmail" type="email" placeholder="Your email">
</div>
<!-- Password -->
<div class="form-group">
<div class="input-group inpit-group-merge">
<input class="form-control" id="signUpPassword" placeholder="Your password" type="password" aria-label="Your password" aria-describedby="signUpPasswordCaption">
<a class="input-group-text text-decoration-none text-gray-500" id="signUpPasswordCaption" data-toggle="password" href="#signUpPassword">
<i class="fe fe-eye"></i>
</a>
</div>
</div>
<!-- Button -->
<button class="btn w-100 btn-primary">
Sign up
</button>
</form>
<!-- Link -->
<small class="text-muted">
Already have an account? <a href="sign-in.html">Login</a>
</small>
</div>
</div>
</div>
</div>
<!-- Password reset -->
<div class="modal fade" id="modalPasswordReset" tabindex="-1" role="dialog" aria-labelledby="modalPasswordResetHeading" aria-hidden="true">
<div class="modal-dialog modal-sm modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body text-center">
<!-- Close -->
<button class="btn-close" data-bs-dismiss="modal" type="button" aria-label="Close"></button>
<!-- Heading -->
<h1 class="display-4 mb-4" id="modalPasswordResetHeading">
Password reset
</h1>
<!-- Text -->
<p class="text-muted">
Enter your email to reset your password.
</p>
<!-- Form -->
<form class="mb-6">
<!-- Email -->
<div class="form-group">
<label class="visually-hidden" for="passwordResetEmail">
Your email
</label>
<input class="form-control" id="passwordResetEmail" type="email" placeholder="Your email">
</div>
<!-- Button -->
<button class="btn w-100 btn-primary">
Reset password
</button>
</form>
<!-- Text -->
<small class="text-muted">
Remember your password? <a href="sign-in.html">Log in</a>.
</small>
</div>
</div>
</div>
</div>
<!-- Sale -->
<div class="modal fade" id="modalSale" tabindex="-1" role="dialog" aria-labelledby="modalSaleHeading" aria-hidden="true">
<div class="modal-dialog modal-sm modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body text-center">
<!-- Close -->
<button class="btn-close" data-bs-dismiss="modal" type="button" aria-label="Close"></button>
<!-- Image -->
<img class="img-fluid mb-4 mt-n11" src="./assets/img/illustrations/illustration-4.png" alt="...">
<!-- Heading -->
<h1 class="mb-4" id="modalSaleHeading">
30 Day Free Trial
</h1>
<!-- Text -->
<p class="text-muted">
We’ll help you get started by getting you guides and all the basic informaiton.
</p>
<!-- Form -->
<form class="mb-6">
<!-- Email -->
<div class="form-group">
<label class="visually-hidden" for="saleModalEmail">
Your email
</label>
<input class="form-control" id="saleModalEmail" type="email" placeholder="Your email">
</div>
<!-- Button -->
<button class="btn w-100 btn-primary">
Start Trial
</button>
</form>
<!-- Text -->
<small class="text-muted">
<a class="text-reset" data-bs-dismiss="modal" href="#!">No thanks, I hate free stuff.</a>
</small>
</div>
</div>
</div>
</div>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-lg">
<!-- Brand -->
<a class="navbar-brand d-lg-none" href="./index.html">✻ Devy</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Navigation -->
<ul class="navbar-nav justify-content-end w-100">
<li class="nav-item">
<a class="nav-link" href="./blog.html">Blog</a>
</li>
</ul>
<!-- Brand -->
<a class="navbar-brand d-none d-lg-block px-lg-6" href="./index.html">✻ Devy</a>
<!-- Navigation -->
<ul class="navbar-nav justify-content-start w-100">
<li class="nav-item">
<a class="nav-link" href="./faq.html">FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- WELCOME -->
<section class="pt-6 pt-md-11 bg-dark">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-md-10 col-lg-8 text-center text-white">
<!-- Preheading -->
<h6 class="text-uppercase text-warning mb-5">
Keep it simple
</h6>
<!-- Heading -->
<h2 class="display-3 mb-4">
Simple, fair pricing.
</h2>
<!-- Text -->
<p class="fs-lg">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque.
</p>
<!-- Form -->
<form class="d-flex align-items-center justify-content-center text-white">
<!-- Heading -->
<h6 class="text-uppercase me-5 mb-0">
Monthly
</h6>
<!-- Switch -->
<div class="form-check form-check-dark form-switch">
<input class="form-check-input" type="checkbox" id="customSwitch1" data-toggle="prices" data-target=".price">
<label class="form-check-label" for="customSwitch1"></label>
</div>
<!-- Heading -->
<h6 class="text-uppercase ms-4 mb-0">
Annual
</h6>
</form>
</div>
</div>
</div>
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-fluid-x shape-bottom text-dark pb-14 pb-md-18">
<div class="shape-img pb-8 pb-md-11">
<svg viewBox="0 0 100 50" preserveAspectRatio="none"><path d="M0 0h100v25H75L25 50H0z" fill="currentColor"/></svg> </div>
</div>
</div>
<!-- PRICING -->
<section class="pt-10 pt-md-12">
<div class="container-lg">
<div class="row align-items-center gx-0">
<div class="col-md-7">
<!-- Card -->
<div class="position-relative">
<!-- Decoration -->
<div class="position-absolute bottom-start text-warning ms-n10 mb-n10">
<svg width="185" height="186" viewBox="0 0 185 186" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="currentColor"/><circle cx="22" cy="2" r="2" fill="currentColor"/><circle cx="42" cy="2" r="2" fill="currentColor"/><circle cx="62" cy="2" r="2" fill="currentColor"/><circle cx="82" cy="2" r="2" fill="currentColor"/><circle cx="102" cy="2" r="2" fill="currentColor"/><circle cx="122" cy="2" r="2" fill="currentColor"/><circle cx="142" cy="2" r="2" fill="currentColor"/><circle cx="162" cy="2" r="2" fill="currentColor"/><circle cx="182" cy="2" r="2" fill="currentColor"/><circle cx="2" cy="22" r="2" fill="currentColor"/><circle cx="22" cy="22" r="2" fill="currentColor"/><circle cx="42" cy="22" r="2" fill="currentColor"/><circle cx="62" cy="22" r="2" fill="currentColor"/><circle cx="82" cy="22" r="2" fill="currentColor"/><circle cx="102" cy="22" r="2" fill="currentColor"/><circle cx="122" cy="22" r="2" fill="currentColor"/><circle cx="142" cy="22" r="2" fill="currentColor"/><circle cx="162" cy="22" r="2" fill="currentColor"/><circle cx="182" cy="22" r="2" fill="currentColor"/><circle cx="2" cy="42" r="2" fill="currentColor"/><circle cx="22" cy="42" r="2" fill="currentColor"/><circle cx="42" cy="42" r="2" fill="currentColor"/><circle cx="62" cy="42" r="2" fill="currentColor"/><circle cx="82" cy="42" r="2" fill="currentColor"/><circle cx="102" cy="42" r="2" fill="currentColor"/><circle cx="122" cy="42" r="2" fill="currentColor"/><circle cx="142" cy="42" r="2" fill="currentColor"/><circle cx="162" cy="42" r="2" fill="currentColor"/><circle cx="182" cy="42" r="2" fill="currentColor"/><circle cx="2" cy="62" r="2" fill="currentColor"/><circle cx="22" cy="62" r="2" fill="currentColor"/><circle cx="42" cy="62" r="2" fill="currentColor"/><circle cx="62" cy="62" r="2" fill="currentColor"/><circle cx="82" cy="62" r="2" fill="currentColor"/><circle cx="102" cy="62" r="2" fill="currentColor"/><circle cx="122" cy="62" r="2" fill="currentColor"/><circle cx="142" cy="62" r="2" fill="currentColor"/><circle cx="162" cy="62" r="2" fill="currentColor"/><circle cx="182" cy="62" r="2" fill="currentColor"/><circle cx="2" cy="82" r="2" fill="currentColor"/><circle cx="22" cy="82" r="2" fill="currentColor"/><circle cx="42" cy="82" r="2" fill="currentColor"/><circle cx="62" cy="82" r="2" fill="currentColor"/><circle cx="82" cy="82" r="2" fill="currentColor"/><circle cx="102" cy="82" r="2" fill="currentColor"/><circle cx="122" cy="82" r="2" fill="currentColor"/><circle cx="142" cy="82" r="2" fill="currentColor"/><circle cx="162" cy="82" r="2" fill="currentColor"/><circle cx="182" cy="82" r="2" fill="currentColor"/><circle cx="2" cy="102" r="2" fill="currentColor"/><circle cx="22" cy="102" r="2" fill="currentColor"/><circle cx="42" cy="102" r="2" fill="currentColor"/><circle cx="62" cy="102" r="2" fill="currentColor"/><circle cx="82" cy="102" r="2" fill="currentColor"/><circle cx="102" cy="102" r="2" fill="currentColor"/><circle cx="122" cy="102" r="2" fill="currentColor"/><circle cx="142" cy="102" r="2" fill="currentColor"/><circle cx="162" cy="102" r="2" fill="currentColor"/><circle cx="182" cy="102" r="2" fill="currentColor"/><circle cx="2" cy="122" r="2" fill="currentColor"/><circle cx="22" cy="122" r="2" fill="currentColor"/><circle cx="42" cy="122" r="2" fill="currentColor"/><circle cx="62" cy="122" r="2" fill="currentColor"/><circle cx="82" cy="122" r="2" fill="currentColor"/><circle cx="102" cy="122" r="2" fill="currentColor"/><circle cx="122" cy="122" r="2" fill="currentColor"/><circle cx="142" cy="122" r="2" fill="currentColor"/><circle cx="162" cy="122" r="2" fill="currentColor"/><circle cx="182" cy="122" r="2" fill="currentColor"/><circle cx="2" cy="142" r="2" fill="currentColor"/><circle cx="22" cy="142" r="2" fill="currentColor"/><circle cx="42" cy="142" r="2" fill="currentColor"/><circle cx="62" cy="142" r="2" fill="currentColor"/><circle cx="82" cy="142" r="2" fill="currentColor"/><circle cx="102" cy="142" r="2" fill="currentColor"/><circle cx="122" cy="142" r="2" fill="currentColor"/><circle cx="142" cy="142" r="2" fill="currentColor"/><circle cx="162" cy="142" r="2" fill="currentColor"/><circle cx="182" cy="142" r="2" fill="currentColor"/><circle cx="2" cy="162" r="2" fill="currentColor"/><circle cx="22" cy="162" r="2" fill="currentColor"/><circle cx="42" cy="162" r="2" fill="currentColor"/><circle cx="62" cy="162" r="2" fill="currentColor"/><circle cx="82" cy="162" r="2" fill="currentColor"/><circle cx="102" cy="162" r="2" fill="currentColor"/><circle cx="122" cy="162" r="2" fill="currentColor"/><circle cx="142" cy="162" r="2" fill="currentColor"/><circle cx="162" cy="162" r="2" fill="currentColor"/><circle cx="182" cy="162" r="2" fill="currentColor"/><circle cx="2" cy="182" r="2" fill="currentColor"/><circle cx="22" cy="182" r="2" fill="currentColor"/><circle cx="42" cy="182" r="2" fill="currentColor"/><circle cx="62" cy="182" r="2" fill="currentColor"/><circle cx="82" cy="182" r="2" fill="currentColor"/><circle cx="102" cy="182" r="2" fill="currentColor"/><circle cx="122" cy="182" r="2" fill="currentColor"/><circle cx="142" cy="182" r="2" fill="currentColor"/><circle cx="162" cy="182" r="2" fill="currentColor"/><circle cx="182" cy="182" r="2" fill="currentColor"/></svg> </div>
<!-- Card -->
<div class="card mb-6 mb-md-0">
<div class="card-body position-relative bg-white text-center pb-0">
<!-- Heading -->
<h3 class="display-4 mb-4">
Standard
</h3>
<!-- Text -->
<p class="text-muted">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque.
</p>
</div>
<div class="card-body position-relative bg-white">
<!-- List group -->
<ul class="list-group list-group-flush mt-n5">
<li class="list-group-item d-flex align-items-center">
<!-- Title -->
<strong>Fees</strong>
<!-- Text -->
<span class="text-end ms-auto">0.25% per trade</span>
</li>
<li class="list-group-item d-flex align-items-center">
<!-- Title -->
<strong>Rebalances</strong>
<!-- Text -->
<span class="text-end ms-auto">12 per year</span>
</li>
<li class="list-group-item d-flex align-items-center">
<!-- Title -->
<strong>Support</strong>
<!-- Text -->
<span class="text-end ms-auto">24 hour chat</span>
</li>
</ul>
</div>
<div class="card-footer position-relative border-top">
<div class="row">
<div class="col-12 col-lg">
<!-- Price -->
<div class="display-4 fw-bolder text-center text-lg-start mb-4 mb-lg-0">
<span class="fs-3 align-middle">$</span>
<span class="mx-n2">49</span>
<span class="fs-2 align-middle">/mo</span>
</div>
</div>
<div class="col-12 col-lg-auto">
<!-- Button -->
<a class="btn btn-primary w-100" href="#!">
Get Started
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<!-- Card -->
<div class="card bg-gray-800">
<div class="card-body text-center text-white py-md-10 py-xl-12">
<!-- Heading -->
<h3 class="display-4 mb-4">
Professional
</h3>
<!-- Text -->
<p class="text-white-80 mb-0">
We offer variable pricing with discounts for larger organizations. Get in touch with us and we’ll figure out a tier that works well for your needs.
</p>
</div>
<div class="card-footer position-relative border-top border-white-5">
<div class="row">
<div class="col-12 col-xl">
<!-- Price -->
<div class="display-4 fw-bolder text-center text-xl-start text-white mb-4 mb-xl-0">
<span class="fs-3 align-middle">$</span>
<span class="mx-n2">99</span>
<span class="fs-2 align-middle">/mo</span>
</div>
</div>
<div class="col-12 col-xl-auto">
<!-- Button -->
<a class="btn btn-primary w-100" href="#!">
Get Started
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FEATURES -->
<section class="py-10 py-md-12">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-md-10 col-lg-8 text-center">
<!-- Divider -->
<hr class="hr-sm bg-warning mx-auto mb-10 mb-md-12">
<!-- Preheading -->
<h6 class="text-uppercase text-primary mb-5">
Useful at all Tiers
</h6>
<!-- Heading -->
<h2 class="display-4 mb-10">
All plans include a full suite of functional features.
</h2>
</div>
</div>
<div class="row mt-n8 mt-md-n9">
<div class="col-md-6 col-lg-4">
<!-- Item -->
<div class="d-flex mt-8 mt-md-9">
<!-- Icon -->
<div class="icon text-primary-light">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M4 4l7.631-1.43a2 2 0 01.738 0L20 4v9.283a8.51 8.51 0 01-4 7.217l-3.47 2.169a1 1 0 01-1.06 0L8 20.5a8.51 8.51 0 01-4-7.217V4z" fill="#335EEA" opacity=".3"/><path d="M11.175 14.75a.946.946 0 01-.67-.287l-1.917-1.917a.926.926 0 010-1.342c.383-.383 1.006-.383 1.341 0l1.246 1.246 3.163-3.162a.926.926 0 011.341 0 .926.926 0 010 1.341l-3.833 3.834a.946.946 0 01-.671.287z" fill="#335EEA"/></g></svg> </div>
<!-- Body -->
<div class="ms-5">
<!-- Title -->
<p class="fs-lg fw-bold mb-1">
Secure
</p>
<!-- Text -->
<p class="fs-sm text-muted mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<!-- Item -->
<div class="d-flex mt-8 mt-md-9">
<!-- Icon -->
<div class="icon text-primary-light">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M22 15.01l.025-.01v4.586a1 1 0 01-1.707.707L18.025 18H5a3 3 0 01-3-3V6a3 3 0 013-3h14a3 3 0 013 3v9.01zM6.168 10.555C7.678 12.819 9.646 14 12 14c2.354 0 4.322-1.18 5.832-3.445a1 1 0 10-1.664-1.11C15.01 11.181 13.646 12 12 12c-1.646 0-3.01-.82-4.168-2.555a1 1 0 00-1.664 1.11z" fill="#335EEA"/></g></svg> </div>
<!-- Body -->
<div class="ms-5">
<!-- Title -->
<p class="fs-lg fw-bold mb-1">
Cross-platform
</p>
<!-- Text -->
<p class="fs-sm text-muted mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<!-- Item -->
<div class="d-flex mt-9">
<!-- Icon -->
<div class="icon text-primary-light">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M14.293 16.707a1 1 0 011.414-1.414l4 4a1 1 0 01-1.414 1.414l-4-4z" fill="#335EEA" opacity=".3"/><path d="M11 16a5 5 0 100-10 5 5 0 000 10zm0 2a7 7 0 110-14 7 7 0 010 14z" fill="#335EEA"/></g></svg> </div>
<!-- Body -->
<div class="ms-5">
<!-- Title -->
<p class="fs-lg fw-bold mb-1">
Searchable
</p>
<!-- Text -->
<p class="fs-sm text-muted mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<!-- Item -->
<div class="d-flex mt-8 mt-md-9">
<!-- Icon -->
<div class="icon text-primary-light">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M7 11h8a2 2 0 002-2V8h2v1a4 4 0 01-4 4H7v2a1 1 0 01-2 0V9a1 1 0 112 0v2z" fill="#335EEA" opacity=".3"/><path d="M6 21a2 2 0 100-4 2 2 0 000 4zm0 2a4 4 0 110-8 4 4 0 010 8zM18 7a2 2 0 100-4 2 2 0 000 4zm0 2a4 4 0 110-8 4 4 0 010 8zM6 7a2 2 0 100-4 2 2 0 000 4zm0 2a4 4 0 110-8 4 4 0 010 8z" fill="#335EEA"/></g></svg> </div>
<!-- Body -->
<div class="ms-5">
<!-- Title -->
<p class="fs-lg fw-bold mb-1">
Document History
</p>
<!-- Text -->
<p class="fs-sm text-muted mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<!-- Item -->
<div class="d-flex mt-8 mt-md-9">
<!-- Icon -->
<div class="icon text-primary-light">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M4 4h16a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2z" fill="#335EEA" opacity=".3"/><path d="M18.5 11h-13A1.5 1.5 0 004 12.5v.5h4.586a1 1 0 01.707.293l1 1a2.414 2.414 0 003.414 0l1-1a1 1 0 01.707-.293H20v-.5a1.5 1.5 0 00-1.5-1.5zM5.5 6A1.5 1.5 0 004 7.5V8h16v-.5A1.5 1.5 0 0018.5 6h-13z" fill="#335EEA"/></g></svg> </div>
<!-- Body -->
<div class="ms-5">
<!-- Title -->
<p class="fs-lg fw-bold mb-1">
100% Free
</p>
<!-- Text -->
<p class="fs-sm text-muted mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<!-- Item -->
<div class="d-flex mt-8 mt-md-9">
<!-- Icon -->
<div class="icon text-primary-light">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M16.374 19.939l5.849-8.773A.75.75 0 0021.599 10H17V4.477a.75.75 0 00-1.374-.416l-5.849 8.773A.75.75 0 0010.401 14H15v5.523a.75.75 0 001.374.416z" fill="#335EEA"/><path d="M4.5 5h5a1.5 1.5 0 010 3h-5a1.5 1.5 0 010-3zm0 12h5a1.5 1.5 0 010 3h-5a1.5 1.5 0 010-3zm-2-6h4a1.5 1.5 0 010 3h-4a1.5 1.5 0 010-3z" fill="#335EEA" opacity=".3"/></g></svg> </div>
<!-- Body -->
<div class="ms-5">
<!-- Title -->
<p class="fs-lg fw-bold mb-1">
Group Sync
</p>
<!-- Text -->
<p class="fs-sm text-muted mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section>
<div class="container-lg position-relative" style="z-index: 1;">
<div class="row gx-0">
<div class="col-md-6 bg-cover rounded-top-start-3 rounded-bottom-end-3 mb-6 mb-md-0 d-none d-md-block" style="background-image: url(assets/img/avatars/avatar-jumbo-1.jpg);">
<!-- Image (placeholder) -->
<img class="img-fluid invisible" src="assets/img/avatars/avatar-jumbo-1.jpg" alt="...">
</div>
<div class="col-md-6 py-md-6">
<!-- Card -->
<div class="card h-100 rounded-bottom-end-3 border-top border-top-4 border-primary">
<div class="card-body text-center d-flex flex-column py-10">
<!-- Preheading -->
<h6 class="text-uppercase text-primary mb-5">
Student & non profit
</h6>
<!-- Text -->
<p class="lead my-auto">
We provide huge discounts for those we believe are giving back to the larger global community. Our “goodwill” discounts range from 20% - 80% off.
</p>
<!-- Button -->
<div class="mt-6">
<a class="btn btn-primary lift" href="#!">
Contact Us
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-fluid-x shape-top text-dark pb-15">
<div class="shape-img pb-8 pb-md-11">
<svg viewBox="0 0 100 50" preserveAspectRatio="none"><path d="M0 25h25L75 0h25v50H0z" fill="currentColor"/></svg> </div>
</div>
</div>
<!-- FAQ -->
<section class="py-10 py-md-12 bg-dark">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-7">
<!-- Heading -->
<h2 class="display-4 text-center text-white mb-4">
Frequently asked questions.
</h2>
<!-- Text -->
<p class="text-center text-white-80 mb-9">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque.
</p>
<!-- List group -->
<div class="list-group list-group-lg list-group-flush my-n7" id="faq">
<div class="list-group-item border-gray-900">
<!-- Heading -->
<a class="collapse-toggle fs-lg fw-bold text-decoration-none text-white" data-bs-toggle="collapse" href="#faqOne" role="button" aria-expanded="true" aria-controls="faqOne">
Can I use this theme for any project?
</a>
<!-- Collapse -->
<div class="collapse show" id="faqOne" data-bs-parent="#faq">
<p class="text-white-80 mt-2 mb-0">
Yup! Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst. Lorem ipsum dolor sit amet.
</p>
</div>
</div>
<div class="list-group-item border-gray-900">
<!-- Heading -->
<a class="collapse-toggle fs-lg fw-bold text-decoration-none text-white" data-bs-toggle="collapse" href="#faqTwo" role="button" aria-expanded="false" aria-controls="faqTwo">
Do you give out student/military discounts?
</a>
<!-- Collapse -->
<div class="collapse" id="faqTwo" data-bs-parent="#faq">
<p class="text-white-80 mt-2 mb-0">
Yup! In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</div>
<div class="list-group-item border-gray-900">
<!-- Heading -->
<a class="collapse-toggle fs-lg fw-bold text-decoration-none text-white" data-bs-toggle="collapse" href="#faqThree" role="button" aria-expanded="false" aria-controls="faqThree">
Can I use the illustrations and icons?
</a>
<!-- Collapse -->
<div class="collapse" id="faqThree" data-bs-parent="#faq">
<p class="text-white-80 mt-2 mb-0">
Yup! Lorem ipsum dolor sit amet, consectetur adipiscing elit. In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst. Lorem ipsum dolor sit amet.
</p>
</div>
</div>
<div class="list-group-item border-gray-900">
<!-- Heading -->
<a class="collapse-toggle fs-lg fw-bold text-decoration-none text-white" data-bs-toggle="collapse" href="#faqFour" role="button" aria-expanded="false" aria-controls="faqFour">
Does this theme have technical support?
</a>
<!-- Collapse -->
<div class="collapse" id="faqFour" data-bs-parent="#faq">
<p class="text-white-80 mt-2 mb-0">
Yup! In urna lectus, mattis non accumsan in, tempor dictum neque. In hac habitasse platea dictumst. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="footer text-center py-0 pt-8 pt-md-11 bg-dark border-multicolor">
<div class="container-lg">
<div class="row">
<h2 class="font-serif text-white mb-2 display-4">
✻ Devy
</h2>
<p class="text-white-60">Command line for the next generation of techies.</p>
</div>
<div class="row align-items-center justify-content-center">
<div class="col-12 col-md-auto">
<!-- Footer Links -->
<ul class="list-inline list-unstyled text-gray-600 mb-0">
<li class="list-inline-item">
<a class="text-warning" href="/about.html">About</a>
</li>
<li class="list-inline-item ms-5">
<a class="text-warning" href="/blog.html">Blog</a>
</li>
<li class="list-inline-item ms-5">
<a class="text-warning" href="/faq.html">FAQ</a>
</li>
<li class="list-inline-item ms-5">
<a class="text-warning" href="/docs.html">Docs</a>
</li>
<li class="list-inline-item ms-5">
<a class="text-warning" href="/pricing.html">Pricing</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12">
<!-- Divider -->
<hr class="text-white-10 my-7">
</div>
</div>
<div class="row pb-8">
<div class="col-12 col-md-8">
<!-- Legal -->
<ul class="list-inline list-unstyled text-gray-600 small mb-md-0" style="text-align: start;">
<li class="list-inline-item">
© <a class="text-reset" target="_blank" href="/index-orig.html">2024</a> Devy
</li>
<li class="list-inline-item ms-md-8">
<a class="text-reset" href="/privacy-policy.html">
Privacy Policy
</a>
</li>
<li class="list-inline-item ms-md-8">
<a class="text-reset" href="/terms-of-service.html">
Terms of Service
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-4">
<!-- Social -->
<ul class="list-inline list-unstyled text-gray-600 mb-0" style="text-align: end;">
<li class="list-inline-item">
<small class="text-gray-600">
Made with ❤️ by Bitosoft
</small>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT -->
<!-- Map JS -->
<script src='https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.js'></script>
<!-- Vendor JS -->
<script src="./assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="./assets/js/theme.bundle.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2R6YY7YSBG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2R6YY7YSBG');
</script>
</body>
</html>