-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-components.html
638 lines (565 loc) · 35 KB
/
index-components.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" />
<title>StickyMobile BootStrap</title>
<link rel="stylesheet" type="text/css" href="styles/bootstrap.css">
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900,900i&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="fonts/css/fontawesome-all.min.css">
<link rel="manifest" href="_manifest.json" data-pwa-version="set_in_manifest_and_pwa_js">
<link rel="apple-touch-icon" sizes="180x180" href="app/icons/icon-192x192.png">
</head>
<body class="theme-light" data-background="none" data-highlight="red2">
<div id="preloader"><div class="spinner-border color-highlight" role="status"></div></div>
<div id="page">
<div id="footer-bar" class="footer-bar-1">
<a href="index.html"><i class="fa fa-home"></i><span>Home</span></a>
<a href="index-components.html" class="active-nav"><i class="fa fa-star"></i><span>Features</span></a>
<a href="index-pages.html"><i class="fa fa-heart"></i><span>Pages</span></a>
<a href="index-search.html"><i class="fa fa-search"></i><span>Search</span></a>
<a href="#" data-menu="menu-settings"><i class="fa fa-cog"></i><span>Settings</span></a>
</div>
<div class="page-content header-clear-small">
<div class="card card-style preload-img" data-src="images/pictures/18w.jpg" data-card-height="150">
<div class="card-center ml-3">
<h1 class="color-white mb-0">Components</h1>
<p class="color-white mt-n1 mb-0">Ready built to create Pages</p>
</div>
<div class="card-center mr-3">
<a href="#" class="back-button btn btn-m float-right rounded-xl shadow-xl text-uppercase font-800 bg-highlight">Back Home</a>
</div>
<div class="card-overlay bg-black opacity-80"></div>
</div>
<div class="card card-style">
<div class="content mb-4">
<h4 class="font-600">What are Components?</h4>
<p class="opacity-80">
These elements are ready built and flexible to help you create any page you want using them They are copy & paste created. So it's easy to create your own page.
</p>
</div>
</div>
<div class="card card-style">
<div class="content mt-0 mb-0">
<div class="list-group list-custom-large short-border check-visited">
<a href="component-ad-boxes.html">
<i class="fa fa-dollar-sign bg-green1-dark rounded-s"></i>
<span>Ad Boxes</span>
<strong>Built to the Better Ad Standards</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-add-to-home.html">
<i class="fa fa-mobile-alt bg-gray2-dark rounded-s"></i>
<span>Add To Home</span>
<strong>Invite Visitors to add to Their Homapage</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-accordion.html">
<i class="fa fa-server bg-blue2-dark rounded-s"></i>
<span>Accordions</span>
<strong>Great for FAQ's and Compacting Content</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-action-sheets-new.html">
<i class="fa fa-bookmark bg-red2-dark rounded-s"></i>
<span>Action Sheets</span>
<strong>Interact with Users and Show Messages</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-auto-dark.html">
<i class="fa fa-lightbulb bg-yellow1-dark rounded-s"></i>
<span>Auto Dark Mode</span>
<strong>Detect and Auto Activate Dark Mode</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-buttons.html">
<i class="fa fa-hand-pointer bg-green2-dark rounded-s"></i>
<span>Buttons</span>
<strong>Designed with for Multiple Purposes</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-back-to-top.html">
<i class="fa fa-arrow-up bg-magenta2-dark rounded-s"></i>
<span>Back to Top</span>
<strong>Badge or Single Button to go Back Up!</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-breadcrumb.html">
<i class="fa fa-ellipsis-h bg-plum-dark rounded-s"></i>
<span>Breadcrumbs</span>
<strong>Powered by Bootstrap 4.x</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-charts.html">
<i class="fa fa-chart-pie bg-gray2-dark rounded-s"></i>
<span>Charts</span>
<strong>Powered by charts.js for Power and Features</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-chips.html">
<i class="fa fa-sun bg-yellow1-dark rounded-s"></i>
<span>Chips</span>
<strong>Small Elements to Show Small Information</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-cookie-boxes.html">
<i class="fa fa-check bg-green1-dark rounded-s"></i>
<span>Cookie Box</span>
<strong>Consent or Show Messages with Cookies</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-cards-content.html">
<i class="fa fa-square bg-teal-dark rounded-s"></i>
<span>Cards - Content</span>
<strong>Multiple Designs for Inserting your Content</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-cards-captions.html">
<i class="fa fa-camera bg-red2-dark rounded-s"></i>
<span>Cards - Captions</span>
<strong>The most powerful and easy cards possible!</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-cards-gradient.html">
<i class="far fa-square bg-yellow1-dark rounded-s"></i>
<span>Cards - Gradients</span>
<strong>Powered by the Beautiful Color pack included</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-cards-infinite.html">
<i class="fa fa-star bg-magenta2-dark rounded-s"></i>
<span>Cards - Infinite </span>
<strong>The Most Advanced and Easy to Use Captions</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-columns.html">
<i class="fa fa-th-large bg-magenta1-dark rounded-s"></i>
<span>Columns</span>
<strong>One? Two? Three? We have them all!</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-colors.html">
<i class="fa fa-heart bg-red2-dark rounded-s"></i>
<span>Color Packs</span>
<strong>A beautiful and customizable Color Pallete.</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-collapse.html">
<i class="fa fa-angle-down bg-orange-dark rounded-s"></i>
<span>Collapses</span>
<strong>Great for Holding Links and Small Menus</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-dividers.html">
<i class="fa fa-minus bg-teal-dark rounded-s"></i>
<span>Dividers</span>
<strong>Beautiful Spacing Between your Elements</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-disqus-comments.html">
<i class="fa fa-comment bg-green2-dark rounded-s"></i>
<span>Disqus Comments</span>
<strong>Embed Disqus Comments</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-embedly.html">
<i class="fab fa-youtube bg-red2-dark rounded-s"></i>
<span>Embedly</span>
<strong>Embed Anything</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-emoji.html">
<i class="fa fa-smile bg-pink1-dark rounded-s"></i>
<span>Emoji</span>
<strong>Using UNICODE Format</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-file-upload.html">
<i class="fa fa-upload bg-blue2-dark rounded-s"></i>
<span>File Upload</span>
<strong>Upload Images Using Web API's</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-facebook-comments.html">
<i class="fab fa-facebook-f bg-facebook rounded-s"></i>
<span>Facebook Comments</span>
<strong>Embed Facebook Comments</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-geo-location.html">
<i class="fa fa-map-marker bg-red2-dark rounded-s"></i>
<span>Geo Location</span>
<strong>Get Location Using your Device</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-graphs.html">
<i class="fa fa-chart-bar bg-blue1-dark rounded-s"></i>
<span>Graphs</span>
<strong>Powered by Charts.js for Power and Features</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-footers.html">
<i class="fab fa-google bg-google rounded-s"></i>
<span>Google Fonts</span>
<strong>Use any Google Font in our Products</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-headers.html">
<i class="fa fa-minus bg-green2-dark rounded-s"></i>
<span>Header Styles</span>
<strong>A Variety of Headers Styles Available</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-footers.html">
<i class="fa fa-minus bg-teal-dark rounded-s"></i>
<span>Footer Menu Styles</span>
<strong>Three Awesome Styles Available</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-inputs.html">
<i class="fa fa-code bg-brown1-dark rounded-s"></i>
<span>Inputs</span>
<strong>From Text to Sliders. We have them all</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-icons.html">
<i class="fa fa-bullseye bg-red1-dark rounded-s"></i>
<span>Icons</span>
<strong>As beautiful as Buttons, but smaller.</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-icons-font.html">
<i class="fab fa-font-awesome-flag bg-green1-dark rounded-s"></i>
<span>Icon Font</span>
<strong>Powered by FontAwesome 5</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-infographics.html">
<i class="fa fa-chart-bar bg-brown2-dark rounded-s"></i>
<span>Infographics</span>
<strong>Showcase your statistics.</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-images.html">
<i class="fa fa-image bg-teal-dark rounded-s"></i>
<span>Images</span>
<strong>Effects, Borders and Hovers</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-link-list.html">
<i class="fa fa-list bg-gray2-dark rounded-s"></i>
<span>Link List</span>
<strong>This page is a Link List. There are more</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-notifications.html">
<i class="fa fa-exclamation-triangle bg-red1-dark rounded-s"></i>
<span>Notifications</span>
<strong>Designed to Feel Like Mobile Notifications</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-detection.html">
<i class="fa fa-tablet-alt bg-gray2-dark rounded-s"></i>
<span>OS Detection</span>
<strong>Detect what device is browsing your page</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-offline-detection.html">
<i class="fa fa-wifi bg-green1-dark rounded-s"></i>
<span>Offline Detection</span>
<strong>Turn off your internet. You'll see a Warning</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-quotes.html">
<i class="fa fa-quote-right bg-teal-dark rounded-s"></i>
<span>Quotes</span>
<strong>Share a great quote. We have the style</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-pagination.html">
<i class="fa fa-ellipsis-h bg-red1-dark rounded-s"></i>
<span>Pagination</span>
<strong>Move Between Pages with Ease</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-preloaders.html">
<i class="fa fa-sync bg-orange-dark rounded-s"></i>
<span>Preloaders</span>
<strong>Examples of Preloaders for your Pages</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-pricing.html">
<i class="fa fa-dollar-sign bg-green1-dark rounded-s"></i>
<span>Pricing Tables</span>
<strong>You can use them in Carousels/Sliders as well</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-reviews.html">
<i class="fa fa-star bg-yellow1-dark rounded-s"></i>
<span>Reviews</span>
<strong>Share the awesome feedback you get</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-reading-time.html">
<i class="fa fa-minus bg-red2-dark rounded-s"></i>
<span>Reading Time</span>
<strong>Showing the progress of each Page</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-carousels.html">
<i class="fa fa-image bg-magenta2-dark rounded-s"></i>
<span>Sliders / Carousels</span>
<strong>Powered by OwlCarousel. Fast, light, flexible.</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-snackbars.html">
<i class="fa fa-gem bg-blue1-dark rounded-s"></i>
<span>Snacbkars</span>
<strong>Little notification boxes from the bottom</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-sidebars.html">
<i class="fa fa-bars bg-green1-dark rounded-s"></i>
<span>Sidebars / Panels</span>
<strong>Awesomely Powerful!</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-socials.html">
<i class="fab fa-facebook-f bg-facebook rounded-s"></i>
<span>Socials</span>
<strong>Sharing is caring and gets visitors</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-sharing.html">
<i class="fab fa-twitter bg-twitter rounded-s"></i>
<span>Social Sharing</span>
<strong>Sharing is caring and gets visitors</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-search.html">
<i class="fa fa-search bg-blue2-dark rounded-s"></i>
<span>Search</span>
<strong>A fully functional seach system</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-fixed-ads.html">
<i class="fa fa-dollar-sign bg-green1-dark rounded-s"></i>
<span>Scroll Fixed Ads</span>
<strong>Show ads when you scroll the page</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-tabs.html">
<i class="fa fa-tasks bg-teal-dark rounded-s"></i>
<span>Tabs</span>
<strong>Compact content with classic and pill tabs</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-tables.html">
<i class="fa fa-table bg-yellow1-dark rounded-s"></i>
<span>Tables</span>
<strong>Insert all the information you need.</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-text-resizer.html">
<i class="fa fa-font bg-magenta2-dark rounded-s"></i>
<span>Text Resizer</span>
<strong>Increase or Decrease Text Size</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-toasts.html">
<i class="fa fa-exclamation bg-red2-dark rounded-s"></i>
<span>Toasts</span>
<strong>Simple boxes that fly up and fall down</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-toggles.html">
<i class="fa fa-toggle-on bg-green1-dark rounded-s"></i>
<span>Toggles</span>
<strong>Toggle your content on or off, hidden or shown</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-typography.html">
<i class="fa fa-bold bg-blue2-dark rounded-s"></i>
<span>Typography</span>
<strong>All the typography styles you'll need</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-tooltip.html">
<i class="fa fa-tag bg-orange-dark rounded-s"></i>
<span>Tooltips</span>
<strong>Simple and Useful</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-working-hours.html">
<i class="fa fa-clock bg-green1-dark rounded-s"></i>
<span>Working Hours</span>
<strong>Fully functional Working Hours.</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-qr-generator.html">
<i class="fa fa-code bg-magenta1-dark rounded-s"></i>
<span>QR Genrator</span>
<strong>Effect You Buttons</strong>
<i class="fa fa-angle-right"></i>
</a>
<a href="component-vibrate.html" class="border-0">
<i class="fa fa-bullseye bg-orange-dark rounded-s"></i>
<span>Vibrate</span>
<strong>Effect You Buttons</strong>
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
<div class="card card-style">
<div class="content mt-0 mb-0">
<div class="list-group list-custom-large short-border">
<a href="component-changelog.html">
<i class="fa fa-power-off bg-green1-dark rounded-s"></i>
<span>What's New?</span>
<strong>The latest Major Update</strong>
<span class="badge bg-red2-dark mr-1">HOT</span>
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
<div class="footer card card-style">
<a href="#" class="footer-title"><span class="color-highlight">StickyMobile</span></a>
<p class="footer-text"><span>Made with <i class="fa fa-heart color-highlight font-16 pl-2 pr-2"></i> by Enabled</span><br><br>Powered by the best Mobile Website Developer on Envato Market. Elite Quality. Elite Products.</p>
<div class="text-center mb-3">
<a href="#" class="icon icon-xs rounded-sm shadow-l mr-1 bg-facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="icon icon-xs rounded-sm shadow-l mr-1 bg-twitter"><i class="fab fa-twitter"></i></a>
<a href="#" class="icon icon-xs rounded-sm shadow-l mr-1 bg-phone"><i class="fa fa-phone"></i></a>
<a href="#" data-menu="menu-share" class="icon icon-xs rounded-sm mr-1 shadow-l bg-red2-dark"><i class="fa fa-share-alt"></i></a>
<a href="#" class="back-to-top icon icon-xs rounded-sm shadow-l bg-dark1-light"><i class="fa fa-angle-up"></i></a>
</div>
<p class="footer-copyright">Copyright © Enabled <span id="copyright-year">2017</span>. All Rights Reserved.</p>
<p class="footer-links"><a href="#" class="color-highlight">Privacy Policy</a> | <a href="#" class="color-highlight">Terms and Conditions</a> | <a href="#" class="back-to-top color-highlight"> Back to Top</a></p>
<div class="clear"></div>
</div>
</div>
<!-- End of Page Content-->
<!-- All Menus, Action Sheets, Modals, Notifications, Toasts, Snackbars get Placed outside the <div class="page-content"> -->
<div id="menu-settings" class="menu menu-box-bottom menu-box-detached rounded-m" data-menu-height="308">
<div class="menu-title"><h1>Settings</h1><p class="color-highlight">Flexible and Easy to Use</p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
<div class="divider divider-margins mb-n2"></div>
<div class="content">
<div class="list-group list-custom-small">
<a href="#" data-toggle-theme data-trigger-switch="switch-dark-mode" class="pb-2 ml-n1">
<i class="fa font-12 fa-moon rounded-s bg-highlight color-white mr-3"></i>
<span>Dark Mode</span>
<div class="custom-control scale-switch ios-switch">
<input data-toggle-theme-switch type="checkbox" class="ios-input" id="switch-dark-mode">
<label class="custom-control-label" for="switch-dark-mode"></label>
</div>
<i class="fa fa-angle-right"></i>
</a>
</div>
<div class="list-group list-custom-large">
<a data-menu="menu-highlights" href="#">
<i class="fa font-14 fa-tint bg-green1-dark rounded-s"></i>
<span>Page Highlight</span>
<strong>16 Colors Highlights Included</strong>
<span class="badge bg-highlight color-white">HOT</span>
<i class="fa fa-angle-right"></i>
</a>
<a data-menu="menu-backgrounds" href="#" class="border-0">
<i class="fa font-14 fa-cog bg-blue2-dark rounded-s"></i>
<span>Background Color</span>
<strong>10 Page Gradients Included</strong>
<span class="badge bg-highlight color-white">NEW</span>
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
<!-- Menu Settings Highlights-->
<div id="menu-highlights" class="menu menu-box-bottom menu-box-detached rounded-m" data-menu-height="380" data-menu-effect="menu-over">
<div class="menu-title"><h1>Highlights</h1><p class="color-highlight">Any Element can have a Highlight Color</p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
<div class="divider divider-margins mb-n2"></div>
<div class="content">
<div class="highlight-changer">
<a href="#" data-change-highlight="blue2"><i class="fa fa-circle color-blue2-dark"></i><span class="color-blue2-light">Default</span></a>
<a href="#" data-change-highlight="red2"><i class="fa fa-circle color-red1-dark"></i><span class="color-red2-light">Red</span></a>
<a href="#" data-change-highlight="orange"><i class="fa fa-circle color-orange-dark"></i><span class="color-orange-light">Orange</span></a>
<a href="#" data-change-highlight="pink2"><i class="fa fa-circle color-pink2-dark"></i><span class="color-pink2-light">Pink</span></a>
<a href="#" data-change-highlight="magenta2"><i class="fa fa-circle color-magenta2-dark"></i><span class="color-magenta2-light">Purple</span></a>
<a href="#" data-change-highlight="aqua"><i class="fa fa-circle color-aqua-dark"></i><span class="color-aqua-light">Aqua</span></a>
<a href="#" data-change-highlight="teal"><i class="fa fa-circle color-teal-dark"></i><span class="color-teal-light">Teal</span></a>
<a href="#" data-change-highlight="mint"><i class="fa fa-circle color-mint-dark"></i><span class="color-mint-light">Mint</span></a>
<a href="#" data-change-highlight="green2"><i class="fa fa-circle color-green2-dark"></i><span class="color-green2-light">Green</span></a>
<a href="#" data-change-highlight="green1"><i class="fa fa-circle color-green1-dark"></i><span class="color-green1-light">Grass</span></a>
<a href="#" data-change-highlight="yellow2"><i class="fa fa-circle color-yellow2-dark"></i><span class="color-yellow2-light">Sunny</span></a>
<a href="#" data-change-highlight="yellow1"><i class="fa fa-circle color-yellow1-dark"></i><span class="color-yellow1-light">Goldish</span></a>
<a href="#" data-change-highlight="brown1"><i class="fa fa-circle color-brown1-dark"></i><span class="color-brown1-light">Wood</span></a>
<a href="#" data-change-highlight="dark1"><i class="fa fa-circle color-dark1-dark"></i><span class="color-dark1-light">Night</span></a>
<a href="#" data-change-highlight="dark2"><i class="fa fa-circle color-dark2-dark"></i><span class="color-dark2-light">Dark</span></a>
<div class="clearfix"></div>
</div>
<a href="#" data-menu="menu-settings" class="btn btn-full btn-m rounded-sm bg-highlight shadow-xl text-uppercase font-900 mt-4">Back to Settings</a>
</div>
</div>
<!-- Menu Settings Backgrounds-->
<div id="menu-backgrounds" class="menu menu-box-bottom menu-box-detached rounded-m" data-menu-height="310" data-menu-effect="menu-over">
<div class="menu-title"><h1>Backgrounds</h1><p class="color-highlight">Change Page Color Behind Content Boxes</p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
<div class="divider divider-margins mb-n2"></div>
<div class="content">
<div class="background-changer">
<a href="#" data-change-background="none"><i class="bg-theme"></i><span>Default</span></a>
<a href="#" data-change-background="plum"><i class="body-plum"></i><span class="color-plum-dark">Plum</span></a>
<a href="#" data-change-background="magenta3"><i class="body-magenta3"></i><span class="color-magenta3-dark">Magenta</span></a>
<a href="#" data-change-background="dark3"><i class="body-dark3"></i><span class="color-dark3-dark">Dark</span></a>
<a href="#" data-change-background="violet"><i class="body-violet"></i><span class="color-violet-dark">Violet</span></a>
<a href="#" data-change-background="red3"><i class="body-red3"></i><span class="color-red3-dark">Red</span></a>
<a href="#" data-change-background="green3"><i class="body-green3"></i><span class="color-green3-dark">Green</span></a>
<a href="#" data-change-background="sky"><i class="body-sky"></i><span class="color-sky-dark">Sky</span></a>
<a href="#" data-change-background="pumpkin"><i class="body-pumpkin"></i><span class="color-pumpkin-dark">Orange</span></a>
<a href="#" data-change-background="yellow3"><i class="body-yellow3"></i><span class="color-yellow3-dark">Yellow</span></a>
<div class="clearfix"></div>
</div>
<a href="#" data-menu="menu-settings" class="btn btn-full btn-m rounded-sm bg-highlight shadow-xl text-uppercase font-900 mt-4">Back to Settings</a>
</div>
</div>
<!-- Menu Share -->
<div id="menu-share" class="menu menu-box-bottom menu-box-detached rounded-m" data-menu-height="345" data-menu-effect="menu-over">
<div class="menu-title mt-n1"><h1>Share the Love</h1><p class="color-highlight">Just Tap the Social Icon. We'll add the Link</p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
<div class="content mb-0">
<div class="divider mb-0"></div>
<div class="list-group list-custom-small list-icon-0">
<a href="#" class="shareToFacebook">
<i class="font-18 fab fa-facebook color-facebook"></i>
<span class="font-13">Facebook</span>
<i class="fa fa-angle-right"></i>
</a>
<a href="#" class="shareToTwitter">
<i class="font-18 fab fa-twitter-square color-twitter"></i>
<span class="font-13">Twitter</span>
<i class="fa fa-angle-right"></i>
</a>
<a href="#" class="shareToLinkedIn">
<i class="font-18 fab fa-linkedin color-linkedin"></i>
<span class="font-13">LinkedIn</span>
<i class="fa fa-angle-right"></i>
</a>
<a href="#" class="shareToWhatsApp">
<i class="font-18 fab fa-whatsapp-square color-whatsapp"></i>
<span class="font-13">WhatsApp</span>
<i class="fa fa-angle-right"></i>
</a>
<a href="#" class="shareToMail border-0">
<i class="font-18 fa fa-envelope-square color-mail"></i>
<span class="font-13">Email</span>
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
</body>