-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
823 lines (818 loc) · 29.3 KB
/
Copy pathindex.html
File metadata and controls
823 lines (818 loc) · 29.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page title -->
<title>VSDocs - most advanced documentation template on ThemeForest</title>
<!-- Page description -->
<meta name="description" content="">
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon-180x180.png">
<!-- Include StyleSheets -->
<link rel="stylesheet" href="css/style.min.css">
<!-- <link rel="stylesheet" href="css/custom.css"> -->
<script src="js/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="page js-page ">
<!-- Header -->
<div class="header header-over large">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-5">
<!-- Logo Image -->
<a href="index.html" class="logo-image logo-animated">
<img src="img/logos/logo.png" alt="logo">
</a>
<!-- End of Logo Image -->
<!-- Languages -->
<div class="languages js-languages">
<span class="language-active js-language-active">English
<i class="fa fa-caret-down"></i>
</span>
<ul class="languages-list js-languages-list">
<li>
<a href="#">English</a>
</li>
<li>
<a href="#">Español</a>
</li>
<li>
<a href="#">Deutsch</a>
</li>
<li>
<a href="#">Русский</a>
</li>
<li>
<a href="#">Français</a>
</li>
</ul>
</div>
<!-- End of Languages -->
</div>
<div class="col-md-9 col-sm-6 col-xs-7">
<!-- Menu -->
<nav class="right helper">
<ul class="menu sf-menu js-menu">
<li>
<a href="index.html">Home</a>
<ul>
<li>
<a href="#">Menu</a>
<ul>
<li>
<a href="index-2.html">Left - Off Canvas</a>
</li>
<li>
<a href="index-3.html">Right - Off Canvas</a>
</li>
</ul>
</li>
<li>
<a href="index-4.html">Text Rotator</a>
</li>
<li>
<a href="index-5.html">Video</a>
</li>
<li>
<a href="index-6.html">One Page Docs</a>
</li>
</ul>
</li>
<li>
<a href="#">Pages</a>
<ul>
<li>
<a href="panels.html">Panels</a>
</li>
<li>
<a href="#">Blog</a>
<ul>
<li>
<a href="blog-grid.html">Blog Grid</a>
</li>
<li>
<a href="article.html">Article</a>
</li>
</ul>
</li>
<li>
<a href="faq.html">Faq</a>
</li>
<li>
<a href="notification.html">Notification</a>
</li>
<li>
<a href="tutorial.html">Tutorial</a>
</li>
<li>
<a href="login.html">Login</a>
</li>
<li>
<a href="register.html">Register</a>
</li>
</ul>
</li>
<li>
<a href="#">Elements</a>
<ul>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="boxes.html">Boxes</a>
</li>
<li>
<a href="code.html">Code</a>
</li>
<li>
<a href="notes.html">Notes</a>
</li>
<li>
<a href="files.html">File tree</a>
</li>
<li>
<a href="media.html">Media</a>
</li>
<li>
<a href="book.html">Book</a>
</li>
<li>
<a href="steps.html">Steps & Tabs</a>
</li>
<li>
<a href="misc.html">Misc</a>
</li>
</ul>
</li>
<li>
<a href="#">Layouts
<span class="menu-label">v1.2</span>
</a>
<ul>
<li>
<a href="views.html">Views without sidebar</a>
</li>
<li>
<a href="views-left.html">Views left sidebar</a>
</li>
<li>
<a href="views-right.html">Views right sidebar</a>
</li>
<li>
<a href="#">Full left sidebar</a>
<ul>
<li>
<a href="views-left-full.html">Regular</a>
</li>
<li>
<a href="views-left-full-compact.html">Compact</a>
</li>
</ul>
</li>
<li>
<a href="#">Full right sidebar</a>
<ul>
<li>
<a href="views-right-full.html">Regular</a>
</li>
<li>
<a href="views-right-full-compact.html">Compact</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="changelog.html">Changelog</a>
</li>
<li>
<a href="contacts.html">Contacts</a>
</li>
</ul>
</nav>
<!-- End of Menu -->
</div>
</div>
</div>
</div>
<!-- End of Header -->
<!-- Header Back -->
<div class="header-back header-back-default header-back-full-page js-full-page">
<div class="header-back-container">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Page Info -->
<div class="page-info helper center">
<h2 class="page-description">Bring your documentation to the next level.</h2>
</div>
<!-- End Page Info -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Header Back -->
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Promo Title -->
<div class="promo-title-wrapper helper pt60">
<h3 class="promo-title" data-icon=""> Unique Features </h3>
<p class="promo-description"> Amet quis suscipit modi animi quia veniam id, sed nihil? Necessitatibus expedita, velit, itaque tenetur quisquam impedit cumque eum. Dolorum, natus earum. </p>
</div>
<!-- End of Promo Title -->
<div class="row">
<div class="col-md-6">
<!-- Box -->
<div class="box box-small-icon-alt">
<i class="pe-7s-plugin box-icon"></i>
<h4 class="box-title">Components</h4>
<p class="box-description">Dolores, dolore! Iusto veritatis nesciunt quaerat officia eveniet sunt eligendi. Nulla ducimus expedita, voluptas beatae, ipsum itaque.</p>
</div>
<!-- End of Box -->
</div>
<div class="col-md-6">
<!-- Box -->
<div class="box box-small-icon-alt">
<i class="pe-7s-eyedropper box-icon"></i>
<h4 class="box-title">Colors</h4>
<p class="box-description">Architecto tempora id, reprehenderit, aliquam corporis illum in eius vero rem qui reiciendis, dolorem nam iure totam.</p>
</div>
<!-- End of Box -->
</div>
</div>
<div class="row">
<div class="col-md-6">
<!-- Box -->
<div class="box box-small-icon-alt">
<i class="pe-7s-tools box-icon"></i>
<h4 class="box-title">Customization</h4>
<p class="box-description">Nemo, aliquid, alias! A quod doloremque minima porro sequi, facilis velit dolorum iusto assumenda, sed, nemo provident?</p>
</div>
<!-- End of Box -->
</div>
<div class="col-md-6">
<!-- Box -->
<div class="box box-small-icon-alt">
<i class="pe-7s-cup box-icon"></i>
<h4 class="box-title">Premium</h4>
<p class="box-description">Voluptates, rerum, iusto sit, temporibus iure autem vel esse sapiente dolorum nostrum qui dignissimos officiis ea! Possimus.</p>
</div>
<!-- End of Box -->
</div>
</div>
<!-- Promo Title -->
<div class="promo-title-wrapper ">
<h3 class="promo-title" data-icon=""> How it works </h3>
<p class="promo-description"> Fugit impedit ea eveniet ullam distinctio et quisquam nam laudantium nemo cumque consequuntur magni quis unde voluptates velit temporibus, blanditiis, laboriosam minima. </p>
</div>
<!-- End of Promo Title -->
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12">
<div class="code-highlight ">
<span class="js-copy-to-clipboard copy-code">copy</span> <pre><code class="language-javascript js-code">var InteractiveSteps = (function(){
var steps = $('.js-steps-interactive');
steps.each(function() {
var step = $(this);
var config = config = {
headerTag: "h4",
transitionEffect: "fade",
labels: {
current: ''
}
}
var userConfig = step.data('config');
$.extend(true, config, userConfig);
steps.steps(config);
});
})();
</code></pre></div>
</div>
</div>
<!-- Promo Title -->
<div class="promo-title-wrapper ">
<h3 class="promo-title" data-icon=""> Our Plans </h3>
<p class="promo-description"> Ipsam numquam, voluptatem ullam, aspernatur quam molestias in? Quae quam, laudantium fugiat! Placeat odio, tempora eum repellendus mollitia laudantium minima iste a! </p>
</div>
<!-- End of Promo Title -->
<div class="row">
<div class="col-md-4 col-sm-6">
<!-- Price List -->
<div class="price-list">
<h3 class="price-list-title">Free</h3>
<p class="price-list-price">$0
<span class="price-list-price-units">/mo</span>
</p>
<ul class="price-list-features">
<li class="price-list-feature-item "> Nobis animi maxim. </li>
<li class="price-list-feature-item "> Excepturi corrupti veritati. </li>
<li class="price-list-feature-item "> Vitae eligendi fug. </li>
<li class="price-list-feature-item "> Voluptas, numqua. </li>
<li class="price-list-feature-item feature-is-disabled"> </li>
<li class="price-list-feature-item feature-is-disabled"> </li>
<li class="price-list-feature-item feature-is-disabled"> </li>
<li class="price-list-feature-item feature-is-disabled"> </li>
</ul>
<a href="#" class="price-list-button">Select Plan</a>
</div>
<!-- End of Price List -->
</div>
<div class="col-md-4 col-sm-6">
<!-- Price List -->
<div class="price-list">
<h3 class="price-list-title">Standard</h3>
<p class="price-list-price">$10
<span class="price-list-price-units">/mo</span>
</p>
<ul class="price-list-features">
<li class="price-list-feature-item "> Nobis animi maxim. </li>
<li class="price-list-feature-item "> Excepturi corrupti veritati. </li>
<li class="price-list-feature-item "> Vitae eligendi fug. </li>
<li class="price-list-feature-item "> Voluptas, numqua. </li>
<li class="price-list-feature-item "> Nemo enim. </li>
<li class="price-list-feature-item feature-is-disabled"> </li>
<li class="price-list-feature-item feature-is-disabled"> </li>
<li class="price-list-feature-item feature-is-disabled"> </li>
</ul>
<a href="#" class="price-list-button">Select Plan</a>
</div>
<!-- End of Price List -->
</div>
<div class="col-md-4 col-sm-6 col-sm-offset-3 col-md-offset-0">
<!-- Price List -->
<div class="price-list">
<h3 class="price-list-title">Pro</h3>
<p class="price-list-price">$29
<span class="price-list-price-units">/mo</span>
</p>
<ul class="price-list-features">
<li class="price-list-feature-item "> Nobis animi maxim. </li>
<li class="price-list-feature-item "> Excepturi corrupti veritati. </li>
<li class="price-list-feature-item "> Vitae eligendi fug. </li>
<li class="price-list-feature-item "> Voluptas, numqua. </li>
<li class="price-list-feature-item "> Nemo enim. </li>
<li class="price-list-feature-item "> Dolore optio expedit. </li>
<li class="price-list-feature-item "> Odit tenetur. </li>
<li class="price-list-feature-item "> Vitae omnis eni. </li>
</ul>
<a href="#" class="price-list-button">Select Plan</a>
</div>
<!-- End of Price List -->
</div>
</div>
<!-- Promo Title -->
<div class="promo-title-wrapper ">
<h3 class="promo-title" data-icon=""> Brands using VSDocs </h3>
<p class="promo-description"> Asperiores beatae, sequi consequatur a nobis expedita quis nulla quaerat nostrum aperiam corrupti eum voluptatibus quae aut neque error iusto, repellat dolor. </p>
</div>
<!-- End of Promo Title -->
<!-- Brands -->
<ul class="brands ">
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
<li class="brand-item">
<a href="#" class="brand-item-link">
<img src="http://placehold.it/300x100" class="brand-item-image" alt="brand logo"> </a>
</li>
</ul>
<!-- End of Brands -->
<!-- Promo Title -->
<div class="promo-title-wrapper ">
<h3 class="promo-title" data-icon=""> Testimonials </h3>
<p class="promo-description"> Reiciendis quasi ipsum, expedita soluta hic, minima voluptates deserunt odio temporibus obcaecati amet, culpa vel. Beatae, quisquam! </p>
</div>
<!-- End of Promo Title -->
<div class="row">
<div class="col-md-6 col-sm-6">
<!-- Testimonials -->
<div class="testimonial">
<div class="testimonial-photo-wrapper">
<img src="http://placehold.it/128x128" class="testimonial-photo" alt="Person's Photo"> </div>
<h4 class="testimonial-name">Andrew Desmith</h4>
<p class="testimonial-text">Facere dolores a ex ratione ut ipsa pariatur dicta dolorum distinctio deleniti aspernatur eius, sint, quia reprehenderit.</p>
</div>
<!-- End of Testimonials -->
</div>
<div class="col-md-6 col-sm-6">
<!-- Testimonials -->
<div class="testimonial">
<div class="testimonial-photo-wrapper">
<img src="http://placehold.it/128x128" class="testimonial-photo" alt="Person's Photo"> </div>
<h4 class="testimonial-name">Amado Winning</h4>
<p class="testimonial-text">Temporibus enim qui optio quod facere, voluptatem id, itaque tempore necessitatibus aut voluptas iste numquam mollitia! Ipsa, velit.</p>
</div>
<!-- End of Testimonials -->
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<!-- Testimonials -->
<div class="testimonial">
<div class="testimonial-photo-wrapper">
<img src="http://placehold.it/128x128" class="testimonial-photo" alt="Person's Photo"> </div>
<h4 class="testimonial-name">Myles Graziosi</h4>
<p class="testimonial-text">Veniam impedit pariatur veritatis libero ex, nostrum unde quia, qui voluptate et aliquam expedita porro esse ullam!</p>
</div>
<!-- End of Testimonials -->
</div>
<div class="col-md-6 col-sm-6">
<!-- Testimonials -->
<div class="testimonial">
<div class="testimonial-photo-wrapper">
<img src="http://placehold.it/128x128" class="testimonial-photo" alt="Person's Photo"> </div>
<h4 class="testimonial-name">Matt Waack</h4>
<p class="testimonial-text">Id quasi beatae sequi sint necessitatibus? Sapiente repudiandae, maiores. Deserunt tempore alias fugit molestias, dicta qui perspiciatis.</p>
</div>
<!-- End of Testimonials -->
</div>
</div>
</div>
</div>
</div>
<!-- Call to Action -->
<div class="call-to-action helper mt60">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="call-to-action-title"> Got a minute? Join us, it's free! </h3>
<p class="call-to-action-description"> Dolorem sint neque dolores, soluta et vitae dignissimos harum ut adipisci obcaecati. </p>
<div class="call-to-action-buttons">
<a href="#" class="call-to-action-button">Get Started</a>
</div>
</div>
</div>
</div>
</div>
<!-- End of Call to Action -->
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Promo Title -->
<div class="promo-title-wrapper promo-title-no-icon">
<h3 class="promo-title" data-icon=""> FAQ </h3>
<p class="promo-description"> Error perferendis, harum optio at sequi odit voluptate repudiandae. Natus placeat ipsam, veniam, maiores facere odio alias nisi repellat! Debitis, animi assumenda? </p>
</div>
<!-- End of Promo Title -->
<div class="row">
<div class="col-md-4">
<!-- FAQ Grid -->
<div class="faq-grid">
<h4 class="faq-grid-question">Where do I get an overview?</h4>
<p class="faq-grid-answer">Ex amet velit autem eius at necessitatibus alias nulla expedita quas quibusdam. Iusto sed dolores ut, fugiat omnis minus, ab! Nihil odit, saepe tempore illo nisi voluptas tenetur quae inventore unde nesciunt.</p>
</div>
<!-- End of FAQ Grid -->
</div>
<div class="col-md-4">
<!-- FAQ Grid -->
<div class="faq-grid">
<h4 class="faq-grid-question">How do I request a feature?</h4>
<p class="faq-grid-answer">Dicta quisquam totam est error deserunt mollitia, saepe natus cum temporibus a aliquam magnam consectetur, impedit eligendi? Dolore laborum, culpa, esse, optio ut dicta unde veniam ab a quisquam provident nisi! Nostrum.</p>
</div>
<!-- End of FAQ Grid -->
</div>
<div class="col-md-4">
<!-- FAQ Grid -->
<div class="faq-grid">
<h4 class="faq-grid-question">How do I update?</h4>
<p class="faq-grid-answer">Consectetur quae eveniet ab ipsa velit, veniam aliquam dolor quos dolore. Maxime vitae recusandae, quam tempore perspiciatis magni odit asperiores cumque incidunt, blanditiis architecto, facere iure dolores nesciunt illo laborum quaerat!</p>
</div>
<!-- End of FAQ Grid -->
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="helper center">
<a href="#" class="faq-grid-show-more">View all
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="js-footer-is-fixed">
<!-- Footer Extended -->
<div class="footer-extended">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-extended-container">
<div class="row">
<div class="col-md-2 col-sm-2 col-xs-4">
<div class="footer-extended-menu">
<h5 class="footer-extended-menu-title">About</h5>
<ul class="footer-extended-menu-list">
<li>
<a href="#">Our Vision</a>
</li>
<li>
<a href="#">Technologies</a>
</li>
<li>
<a href="#">Newsletter</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Contact Us</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-2 col-xs-4">
<div class="footer-extended-menu">
<h5 class="footer-extended-menu-title">Downloads</h5>
<ul class="footer-extended-menu-list">
<li>
<a href="#">All releases</a>
</li>
<li>
<a href="#">Source code</a>
</li>
<li>
<a href="#">Platforms</a>
</li>
<li>
<a href="#">License</a>
</li>
<li>
<a href="#">Terms of Use</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-2 col-xs-4">
<div class="footer-extended-menu">
<h5 class="footer-extended-menu-title">Documentation</h5>
<ul class="footer-extended-menu-list">
<li>
<a href="#">Docs</a>
</li>
<li>
<a href="#">Beginner's Guide</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Non-English Docs</a>
</li>
</ul>
</div>
</div>
<div class="clearfix visible-xs-block"></div>
<div class="col-md-2 col-sm-2 col-xs-4">
<div class="footer-extended-menu">
<h5 class="footer-extended-menu-title">Community</h5>
<ul class="footer-extended-menu-list">
<li>
<a href="#">Diversity</a>
</li>
<li>
<a href="#">Mailing Lists</a>
</li>
<li>
<a href="#">Wiki</a>
</li>
<li>
<a href="#">Merchandise</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-2 col-xs-4">
<div class="footer-extended-menu">
<h5 class="footer-extended-menu-title">Help</h5>
<ul class="footer-extended-menu-list">
<li>
<a href="#">Job Opportunities</a>
</li>
<li>
<a href="#">Press Info</a>
</li>
<li>
<a href="#">Investors</a>
</li>
<li>
<a href="#">Legal</a>
</li>
<li>
<a href="#">Events</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-2 col-xs-4">
<div class="footer-extended-menu">
<h5 class="footer-extended-menu-title">Values</h5>
<ul class="footer-extended-menu-list">
<li>
<a href="#">Environment</a>
</li>
<li>
<a href="#">Accessibility</a>
</li>
<li>
<a href="#">Privacy</a>
</li>
<li>
<a href="#">Education</a>
</li>
<li>
<a href="#">Site Map</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End of Footer Extended -->
<!-- Footer Default -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="footer-logo-wrapper">
<!-- Logo Image -->
<a href="index.html" class="logo-image ">
<img src="img/logos/logo.png" alt="logo">
</a>
<!-- End of Logo Image -->
<!-- Slogan -->
<p class="slogan"> Learn.
<br>Create.
<br>Impress. </p>
<!-- End of Slogan -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-12">
<div class="footer-wrapper">
<!-- Scroll top -->
<span class="scroll-top js-scroll-top">
<i class="fa fa-angle-up"></i>
</span>
<!-- End of Scroll top -->
<!-- Version -->
<div class="docs-version js-docs-version">
<span class="docs-current-version js-docs-current-version">v3.5</span>
<ul class="js-docs-version-list">
<li>
<a href="#">1.0</a>
</li>
<li>
<a href="#">1.5</a>
</li>
<li>
<a href="#">2.5</a>
</li>
<li>
<a href="#">3.0</a>
</li>
<li>
<a href="#">3.1</a>
</li>
</ul>
</div>
<!-- End of Version -->
<!-- Footer Menu -->
<ul class="footer-menu helper right">
<li>
<a href="#"> About us </a>
</li>
<li>
<a href="#"> Privacy Policy </a>
</li>
<li>
<a href="#"> Terms & Condotions </a>
</li>
<li>
<a href="#"> My account </a>
</li>
<li>
<a href="#"> Support service </a>
</li>
</ul>
<!-- End of Footer Menu -->
<!-- Copyright -->
<p class="copyright helper right">
<a href="http://vsart.me">VSArt</a>, all rights reserved. 2015 © </p>
<!-- End of Copyright -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Footer Default -->
</footer>
<!-- End of Footer -->
</div>
<script src="js/all.js"></script>
<script src="js/custom.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!--
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
-->
</body>
</html>