-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocumentation.html
919 lines (839 loc) · 44 KB
/
documentation.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
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
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Document title -->
<title>Documentation Template</title>
<!-- SEO (optional) -->
<meta name="description" content="This is a free template for documentation. This template is built on Bootstrap, it is fully responsive and includes Font Awesome Icons and Prism.">
<meta name="author" content="Alexey Trofimov">
<meta name="robots" content="index, follow"><!-- noindex, nofollow -->
<!-- Open Graph: https://ogp.me/ (optional) -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Documentation Template">
<meta property="og:description" content="This is a free template for documentation. This template is built on Bootstrap, it is fully responsive and includes Font Awesome Icons and Prism.">
<meta property="og:url" content="https://demo.minimalweb.net/documentation-template/"><!-- * Note: Replace with your URL. -->
<meta property="og:site_name" content="Documentation Template">
<meta property="og:image" content="https://demo.minimalweb.net/documentation-template/assets/img/meta-og-doc-template.jpg"><!-- * Note: Replace with your URL. -->
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter cards: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started (optional) -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Documentation Template">
<meta name="twitter:description" content="This is a free template for documentation. This template is built on Bootstrap, it is fully responsive and includes Font Awesome Icons and Prism.">
<meta name="twitter:site" content="https://demo.minimalweb.net/documentation-template/"><!-- * Note: Replace with your URL. -->
<meta name="twitter:image" content="https://demo.minimalweb.net/documentation-template/assets/img/meta-og-doc-template.jpg"><!-- * Note: Replace with your URL. -->
<meta name="twitter:creator" content=""><!-- * Note: Add your username (@YourUsername) -->
<!-- Website icons (optional) -->
<link rel="icon" href="assets/img/doc-favicon-32-32.png" sizes="32x32">
<link rel="icon" href="assets/img/doc-favicon-192-192.png" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="assets/img/doc-favicon-180-180.png">
<meta name="msapplication-TileImage" content="assets/img/doc-favicon-270-270.png">
<!-- Google fonts ( https://fonts.google.com/specimen/Open+Sans ) -->
<!-- Preconnect -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Open Sans: 300, 300 Italic, 400, 400 Italic, 600, 600 Italic, 700, 700 Italic; CSS: "font-family: 'Open Sans', sans-serif;" -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<!-- CSS files -->
<link href="assets/css/bootstrap.min.css?ver=3.4.1" rel="stylesheet">
<link href="assets/css/bootstrap-theme.min.css?ver=3.4.1" rel="stylesheet">
<link href="assets/css/ie10-viewport-bug-workaround.css?ver=3.4.1" rel="stylesheet">
<link href="assets/css/font-awesome.min.css?ver=4.7.0" rel="stylesheet">
<link href="assets/plugins/prettyPhoto/css/prettyPhoto.css?ver=3.1.6" rel="stylesheet">
<link href="assets/css/prism.css?ver=1.29.0" rel="stylesheet">
<link href="assets/css/documentation.css?ver=1.0.0" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js?ver=3.7.3"></script>
<script src="assets/js/respond.min.js?ver=1.4.2"></script>
<![endif]-->
</head>
<body>
<!-- header -->
<header id="docs-header">
<div class="container">
<div id="top" class="docs-header-container"><!-- * The #top identifier (id="top") is used for the "Back to top" link -->
<!-- top nav -->
<nav class="docs-header-nav hidden-sm hidden-xs">
<ul class="docs-header-navigation list-unstyled">
<!-- template name -->
<li class="template-name">
<a href="#template-url" title="Template Name">Template Name</a>
</li>
<!-- end: template name -->
<!-- support -->
<li>
<a href="#support-url" title="Support">Support</a>
</li>
<!-- end: support -->
<!-- contact -->
<li>
<a href="#url-to-your-contact-form" title="Contact">Contact</a>
</li>
<!-- end: contact -->
<!-- portfolio -->
<li>
<a href="https://github.com/alexey-trofimov" target="_blank" rel="noopener noreferrer" title="Portfolio (Free Projects on GitHub)">Portfolio</a>
</li>
<!-- end: portfolio -->
<!-- my site -->
<li>
<a href="https://minimalweb.net/" target="_blank" rel="noopener noreferrer" title="Minimalweb.net">Minimalweb.net</a>
</li>
<!-- end: my site -->
<!-- link to Russian version -->
<li>
<a href="documentation-russian-language.html" title="Демонстрация документации на Русском языке">На Русском</a>
</li>
<!-- end: link to Russian version -->
<!-- * links to social profiles: -->
<!-- Twitter -->
<li class="social-link first-social-link"><!-- * The "first-social-link" class is required -->
<a href="#your-twitter-url" target="_blank" rel="noopener noreferrer" title="Twitter: Your Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<!-- end: Twitter -->
<!-- Facebook -->
<li class="social-link">
<a href="https://fb.me/minimalwebdev" target="_blank" rel="noopener noreferrer" title="Facebook: Minimal Web Dev">
<i class="fa fa-facebook-official"></i>
</a>
</li>
<!-- end: Facebook -->
<!-- GitHub -->
<li class="social-link">
<a href="https://github.com/alexey-trofimov" target="_blank" rel="noopener noreferrer" title="GitHub: Alexey Trofimov">
<i class="fa fa-github"></i>
</a>
</li>
<!-- end: GitHub -->
<!-- ... * you can add more social icons here; link to icons: https://fontawesome.com/v4.7.0/icons/#brand -->
</ul>
</nav>
<!-- end: top nav -->
<!-- responsive nav: collapse button and template name -->
<!-- * this section appears only on small screens (window width less than 992 pixels) -->
<div class="navbar-header">
<button type="button" class="navbar-toggle responsive-nav-collapse-btn" data-toggle="collapse" data-target="#responsive-nav-collapse"><!-- * data-target = mobile navigation id -->
<i class="fa fa-bars"></i>
</button>
<a href="#template-url" class="navbar-brand hidden-md hidden-lg">Template Name</a><!-- * template name here -->
</div>
<!-- end: responsive nav: collapse button and template name -->
<!-- responsive nav -->
<!-- * this navigation appears only on small screens (window width less than 992 pixels) -->
<!-- * this navigation is designed for mobile devices (mobile navigation) -->
<div id="responsive-nav-collapse" class="collapse navbar-collapse">
<nav>
<ul class="responsive-nav list-unstyled hidden-md hidden-lg">
<li><a href="#section-with-text">Section with text</a></li>
<li><a href="#section-with-image-and-text">Section with image and text</a></li>
<li><a href="#section-popup-image">Popup image (prettyPhoto)</a></li>
<li><a href="#section-with-several-images">Section with several images</a></li>
<li><a href="#section-text-elements">Text elements</a></li>
<li><a href="#section-code-highlighting">Code highlighting (Prism)</a></li>
<li><a href="#section-credits">Credits</a></li>
<!-- * Here you can set a link to download or purchase your template: -->
<li><a href="#your-url">Buy or Download</a></li>
<!-- link to Russian version: -->
<li><a href="documentation-russian-language.html">Демонстрация на Русском</a></li>
</ul>
</nav>
</div>
<!-- end: responsive nav -->
</div>
</div>
</header>
<!-- end: header -->
<!-- documentation heading -->
<section id="docs-heading-section">
<div class="container">
<div class="docs-heading-container">
<!-- title for documentation: -->
<h1>Template Name - Documentation</h1><!-- * template name here -->
<!-- short description: -->
<p>This is a template for documentation. You can use this template to create documentation for your WordPress themes (<em>or for themes for any other CMS</em>) or for your HTML templates. An example of using this documentation in a real project is available <a href="http://documentation.birdwp.com/wp-orin/" target="_blank" rel="noopener noreferrer" title="Orin WordPress Theme - Documentation" class="fw-600">here</a>. <em class="fw-600">Note</em>: In this demonstration I use <a href="https://en.wikipedia.org/wiki/Lorem_ipsum" target="_blank" rel="noopener noreferrer" title="Lorem ipsum. From Wikipedia, the free encyclopedia." class="fw-600">Lorem Ipsum</a> text. Demonstration in <a href="documentation-russian-language.html" title="Демонстрация документации на Русском языке" class="fw-600">Russian</a> (<em>На Русском</em>).</p>
<!-- optional information: -->
<ul class="list-unstyled">
<li>Marketplace: <a href="#url" title="Marketplace Name"><strong>Marketplace Name</strong></a></li>
<li>By: <a href="#url" title="Your Name"><strong>Your Name</strong></a></li>
<li>Email: <a href="mailto:youremail@yourdomain.com" title="Contact"><strong>youremail@yourdomain.com</strong></a></li>
</ul>
</div>
</div>
</section>
<!-- end: documentation heading -->
<!-- content -->
<section id="docs-content-section">
<div class="container">
<div class="docs-content-container">
<div class="row">
<!-- sidebar nav -->
<div class="col-md-3" role="complementary">
<nav id="sidebar-scrollspy-nav" class="hidden-sm hidden-xs">
<ul id="sidebar-nav" class="nav sidebar-navigation list-unstyled">
<li><a href="#section-with-text">Section with text</a></li>
<li><a href="#section-with-image-and-text">Section with image and text</a></li>
<li><a href="#section-popup-image">Popup image (prettyPhoto)</a></li>
<li><a href="#section-with-several-images">Section with several images</a></li>
<li><a href="#section-text-elements">Text elements</a></li>
<li><a href="#section-code-highlighting">Code highlighting (Prism)</a></li>
<li><a href="#section-credits">Credits</a></li>
<!-- Back to top -->
<li class="nav-item-back-to-top"><a href="#top">Back to top</a></li>
<!-- * Here you can set a link to download or purchase your template: -->
<li class="nav-item-buy-template"><a href="#your-url">Buy or Download</a></li>
</ul>
</nav>
</div>
<!-- end: sidebar nav -->
<!-- documentation content -->
<div class="col-md-9" role="main">
<div class="content">
<!-- ================= MAIN CONTENT STARTS HERE ================= -->
<!-- * Each block must have an identifier that will be used in navigation -->
<!-- section with text -->
<div id="section-with-text"><!-- * ID for navigation -->
<!-- content section -->
<div class="content-section">
<!-- title: -->
<h2 class="content-section-heading ta-center">Section with text</h2>
<!-- paragraphs: -->
<p><strong>Lorem ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. <a href="#" title="Test link" class="fw-600">Donec quam felis</a>, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
<p>Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.</p>
</div>
<!-- end: content section -->
</div>
<!-- end: section with text -->
<!-- section with image and text -->
<div id="section-with-image-and-text"><!-- * ID for navigation -->
<!-- content section -->
<div class="content-section">
<!-- title: -->
<h2 class="content-section-heading ta-center">Section with image and text</h2>
<!-- link to the image: -->
<div class="screenshot-link">
<a href="assets/img/screenshots/image-1355x900px.jpg" target="_blank" rel="noopener noreferrer"><i class="fa fa-link"></i>Screenshot: <span>image-1355x900px.jpg</span></a>
</div>
<!-- image: -->
<figure class="content-section-image">
<img src="assets/img/screenshots/image-1355x900px.jpg" alt="Image 1355x900px">
</figure>
<!-- paragraph: -->
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
</div>
<!-- end: content section -->
</div>
<!-- end: section with image and text -->
<!-- popup image (prettyPhoto) -->
<div id="section-popup-image"><!-- * ID for navigation -->
<!-- content section -->
<div class="content-section">
<!-- title: -->
<h2 class="content-section-heading ta-center">Popup image (prettyPhoto)</h2>
<!-- link to the image: -->
<div class="screenshot-link">
<a href="assets/img/screenshots/image-1355x900px.jpg" target="_blank" rel="noopener noreferrer"><i class="fa fa-link"></i>Screenshot: <span>image-1355x900px.jpg</span></a>
</div>
<!-- popup image (prettyPhoto): -->
<figure class="content-section-image">
<a href="assets/img/screenshots/image-1355x900px.jpg" rel="prettyPhoto">
<img src="assets/img/screenshots/image-1355x900px.jpg" alt="Image 1355x900px">
<div class="img-bg-overlay transition-3"></div>
<span class="expand-icon transition-3">
<i class="fa fa-search-plus"></i>
</span>
</a>
</figure>
<!-- paragraph: -->
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
</div>
<!-- end: content section -->
</div>
<!-- end: popup image (prettyPhoto) -->
<!-- section with several images -->
<div id="section-with-several-images"><!-- * ID for navigation -->
<!-- content section -->
<div class="content-section">
<!-- title: -->
<h2 class="content-section-heading ta-center">Section with several images</h2>
<!-- paragraph: -->
<p class="mb-20">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
<!-- link to the image: -->
<div class="screenshot-link">
<a href="assets/img/screenshots/image-1355x900px.jpg" target="_blank" rel="noopener noreferrer"><i class="fa fa-link"></i>Screenshot: <span>image-1355x900px.jpg</span></a>
</div>
<!-- popup image (prettyPhoto): -->
<figure class="content-section-image">
<a href="assets/img/screenshots/image-1355x900px.jpg" rel="prettyPhoto">
<img src="assets/img/screenshots/image-1355x900px.jpg" alt="Image 1355x900px">
<div class="img-bg-overlay transition-3"></div>
<span class="expand-icon transition-3">
<i class="fa fa-search-plus"></i>
</span>
</a>
</figure>
<!-- paragraph: -->
<p class="mb-20">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
<!-- link to the image: -->
<div class="screenshot-link">
<a href="assets/img/screenshots/image-1355x900px.jpg" target="_blank" rel="noopener noreferrer"><i class="fa fa-link"></i>Screenshot: <span>image-1355x900px.jpg</span></a>
</div>
<!-- popup image (prettyPhoto): -->
<figure class="content-section-image mb-35">
<a href="assets/img/screenshots/image-1355x900px.jpg" rel="prettyPhoto">
<img src="assets/img/screenshots/image-1355x900px.jpg" alt="Image 1355x900px">
<div class="img-bg-overlay transition-3"></div>
<span class="expand-icon transition-3">
<i class="fa fa-search-plus"></i>
</span>
</a>
</figure>
<!-- h3: -->
<h3>H3 Heading</h3>
<!-- paragraph: -->
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
</div>
<!-- end: content section -->
</div>
<!-- end: section with several images -->
<!-- text elements -->
<div id="section-text-elements"><!-- * ID for navigation -->
<!-- content section -->
<div class="content-section">
<!-- title: -->
<h2 class="content-section-heading ta-center">Text elements</h2>
<!-- h1..h6 headings: -->
<h3>Headings (H1..H6)</h3>
<!-- h1: -->
<!-- <h1>H1 Heading</h1> --><!-- * it is recommended not to use this element (h1) because this page already has a first-order heading; use the "h1" class instead: -->
<h2 class="h1">H1 Heading</h2>
<!-- h2: -->
<h2>H2 Heading</h2>
<!-- h3: -->
<h3>H3 Heading</h3>
<!-- h4: -->
<h4>H4 Heading</h4>
<!-- h5: -->
<h5>H5 Heading</h5>
<!-- h6: -->
<h6>H6 Heading</h6>
<!-- h3: -->
<h3>Paragraph</h3>
<!-- paragraph: -->
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
<!-- h3: -->
<h3>Lists (ul, ol)</h3>
<!-- h4: -->
<h4>Unordered list (ul.doc-list)</h4>
<!-- ul: -->
<ul class="doc-list">
<li>Lorem ipsum dolor sit amet</li>
<li>Aenean leo ligula, porttitor eu</li>
<li>Nullam quis ante. Etiam sit</li>
<li>Duis arcu tortor, suscipit</li>
<li>Phasellus leo dolor, tempus</li>
<li>Vestibulum fringilla pede sit</li>
<li>Pellentesque ut neque</li>
</ul>
<!-- h4: -->
<h4>Ordered list (ol.doc-list)</h4>
<!-- ol: -->
<ol class="doc-list">
<li>Lorem ipsum dolor sit amet</li>
<li>Aenean leo ligula, porttitor eu</li>
<li>Nullam quis ante. Etiam sit</li>
<li>Duis arcu tortor, suscipit</li>
<li>Phasellus leo dolor, tempus</li>
<li>Vestibulum fringilla pede sit</li>
<li>Pellentesque ut neque</li>
</ol>
<!-- h4: -->
<h4>Mixed list (ol.doc-list > ul > ol)</h4>
<!-- ol - ul - ol: -->
<ol class="doc-list">
<li>Ordered item</li>
<li>Ordered item
<ul>
<li><strong>Unordered item</strong></li>
<li><strong>Unordered item</strong>
<ol>
<li>Ordered item</li>
<li>Ordered item</li>
</ol>
</li>
</ul>
</li>
<li>Ordered item</li>
<li>Ordered item</li>
</ol>
<!-- h4: -->
<h4>Mixed list (ul.doc-list > ol > ul)</h4>
<!-- ul - ol - ul: -->
<ul class="doc-list">
<li>Unordered item</li>
<li>Unordered item
<ol>
<li>Ordered item</li>
<li>Ordered item
<ul>
<li>Unordered item</li>
<li>Unordered item</li>
</ul>
</li>
</ol>
</li>
<li>Unordered item</li>
<li>Unordered item</li>
</ul>
<!-- h3: -->
<h3>List group</h3>
<!-- h4: -->
<h4>Basic example</h4>
<!-- source link: -->
<div class="source-link">
<span>* Source link:</span><a href="https://getbootstrap.com/docs/3.4/components/#list-group" target="_blank" rel="noopener noreferrer">https://getbootstrap.com/docs/3.4/components/#list-group</a>
</div>
<!-- list group: -->
<ul class="list-group mb-25">
<li class="list-group-item">Lorem ipsum dolor sit amet, consectetuer adipiscing</li>
<li class="list-group-item">Aenean leo ligula, porttitor eu, consequat vitae</li>
<li class="list-group-item">Nullam quis ante. Etiam sit amet orci eget eros</li>
<li class="list-group-item">Duis arcu tortor, suscipit eget, imperdiet nec</li>
<li class="list-group-item">Phasellus leo dolor, tempus non, auctor et, hendrerit</li>
</ul>
<!-- h4: -->
<h4>Contextual classes</h4>
<!-- source link: -->
<div class="source-link">
<span>* Source link:</span><a href="https://getbootstrap.com/docs/3.4/components/#list-group-contextual-classes" target="_blank" rel="noopener noreferrer">https://getbootstrap.com/docs/3.4/components/#list-group-contextual-classes</a>
</div>
<!-- list group (contextual classes): -->
<ul class="list-group mb-25">
<li class="list-group-item list-group-item-success">Lorem ipsum dolor sit amet, consectetuer adipiscing</li>
<li class="list-group-item list-group-item-info">Aenean leo ligula, porttitor eu, consequat vitae</li>
<li class="list-group-item list-group-item-warning">Nullam quis ante. Etiam sit amet orci eget eros</li>
<li class="list-group-item list-group-item-danger">Phasellus leo dolor, tempus non, auctor et, hendrerit</li>
</ul>
<!-- h3: -->
<h3>Responsive tables</h3>
<!-- source link: -->
<div class="source-link">
<span>* Source link:</span><a href="https://getbootstrap.com/docs/3.4/css/#tables" target="_blank" rel="noopener noreferrer">https://getbootstrap.com/docs/3.4/css/#tables</a>
</div>
<!-- h4: -->
<h4>Style №1</h4>
<!-- responsive table: -->
<div class="table-responsive mb-25">
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div><!-- /.table-responsive -->
<!-- h4: -->
<h4>Style №2</h4>
<!-- responsive table: -->
<div class="table-responsive mb-25">
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div><!-- /.table-responsive -->
<!-- h3: -->
<h3>Alerts and notifications</h3>
<!-- source link: -->
<div class="source-link">
<span>* Source link:</span><a href="https://getbootstrap.com/docs/3.4/components/#alerts" target="_blank" rel="noopener noreferrer">https://getbootstrap.com/docs/3.4/components/#alerts</a>
</div>
<!-- success: -->
<div class="alert alert-success" role="alert">
<strong>Lorem ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
</div>
<!-- info: -->
<div class="alert alert-info" role="alert">
<strong>Lorem ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
</div>
<!-- warning: -->
<div class="alert alert-warning" role="alert">
<strong>Lorem ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
</div>
<!-- danger: -->
<div class="alert alert-danger mb-25" role="alert">
<strong>Lorem ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
</div>
<!-- h3: -->
<h3>Progress bars</h3>
<!-- source link: -->
<div class="source-link">
<span>* Source link:</span><a href="https://getbootstrap.com/docs/3.4/components/#progress" target="_blank" rel="noopener noreferrer">https://getbootstrap.com/docs/3.4/components/#progress</a>
</div>
<!-- h4: -->
<h4>Default progress bar</h4>
<!-- default progress bar: -->
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
</div>
</div>
<!-- h4: -->
<h4>With label</h4>
<!-- progress bar with label: -->
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
60%
</div>
</div>
<!-- h4: -->
<h4>More examples</h4>
<!-- progress bar 1: -->
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
<!-- progress bar 2: -->
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
<!-- progress bar 3: -->
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
<!-- progress bar 4: -->
<div class="progress mb-25">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
<!-- h3: -->
<h3>Panel with heading</h3>
<!-- source link: -->
<div class="source-link">
<span>* Source link:</span><a href="https://getbootstrap.com/docs/3.4/components/#panels" target="_blank" rel="noopener noreferrer">https://getbootstrap.com/docs/3.4/components/#panels</a>
</div>
<!-- panel with heading: -->
<div class="panel panel-default mb-25">
<div class="panel-heading">
<h3 class="panel-title">Panel title</h3>
</div>
<div class="panel-body">
Panel content. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.
</div>
</div>
<!-- h3: -->
<h3 class="mb-25">HTML tag: <pre></h3>
<!-- pre: -->
<pre class="mb-5">
/* body */
body {
position: relative;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: normal;
line-height: 1.2;
color: #4d5155;
}</pre>
</div>
<!-- end: content section -->
</div>
<!-- end: text elements -->
<!-- code highlighting (Prism) -->
<div id="section-code-highlighting"><!-- * ID for navigation -->
<!-- content section -->
<div class="content-section">
<!-- title: -->
<h2 class="content-section-heading ta-center">Code highlighting (Prism)</h2>
<!-- paragraph: -->
<p><strong>Prism</strong> is used in this documentation to highlight code. Link: <a href="https://prismjs.com/" target="_blank" rel="noopener noreferrer" class="fw-600">https://prismjs.com/</a>. How to use: <a href="https://prismjs.com/index.html#basic-usage" target="_blank" rel="noopener noreferrer" class="fw-600">https://prismjs.com/index.html#basic-usage</a>.</p>
<!-- ul: -->
<ul class="doc-list">
<li><strong>Theme</strong>: Default;</li>
<li><strong>Supported languages</strong>: Markup + HTML + XML + SVG + MathML + SSML + Atom + RSS, CSS, C-like, JavaScript, .ignore + .gitignore + .hgignore + .npmignore, JSON + Web App Manifest, Markdown, Markup templating, PHP, SQL (<em>This is the list of selected languages on the PrismJS download page</em>);</li>
<li><strong>Plugins</strong>: Line Highlight, Line Numbers, Toolbar, Copy to Clipboard Button (<em>This is the list of selected plugins on the PrismJS download page</em>).</li>
</ul>
<!-- paragraph: -->
<p>If you need more supported languages, or you want to use some other theme, then you can always add the language you need and change the theme on the Prism <a href="https://prismjs.com/download.html" target="_blank" rel="noopener noreferrer" class="fw-600">download page</a>, and after downloading, replace the Prism files (<strong>/assets/css/prism.css</strong> and <strong>/assets/js/prism.js</strong>) in this documentation with yours.</p>
<!-- * simple markup example: -->
<!-- <pre><code class="language-css">p { color: red }</code></pre> -->
<!-- h3: -->
<h3 class="mb-25">Language: HTML (<em>with line numbering</em>)</h3>
<!-- html markup: -->
<!-- * do not forget to replace the "<" sign with its code -->
<pre class="mb-25 line-numbers"><code class="language-html"><!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Author and icon -->
<meta name="author" content="Alexey Trofimov">
<link rel="icon" href="assets/img/favicon.png">
<!-- Document title -->
<title>Documentation Template</title>
<!-- Google font: Open Sans ( link: https://fonts.google.com/specimen/Open+Sans ) -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap" rel="stylesheet">
<!-- CSS files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/plugins/prettyPhoto/css/prettyPhoto.css" rel="stylesheet">
<link href="assets/css/prism.css" rel="stylesheet">
<link href="assets/css/documentation.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- header -->
<header id="docs-header">
<div class="container">
...
...
</div>
</header>
<!-- end: header -->
...
...
<!-- footer -->
<footer id="docs-footer" role="contentinfo">
<div class="container">
<div class="docs-footer-container">
<p>Footer text</p>
</div>
</div>
</footer>
<!-- end: footer -->
<!-- JS files
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="assets/plugins/prettyPhoto/js/jquery.prettyPhoto.js"></script>
<script src="assets/js/prism.js"></script>
<script src="assets/js/documentation.js"></script>
</body>
</html></code></pre>
<!-- h3: -->
<h3 class="mb-25">Language: CSS (<em>no line numbering</em>)</h3>
<!-- css code: -->
<pre class="mb-25"><code class="language-css">/**
* 2.0 Top navigation (Header)
* -------------------------------------------------------------
*/
#docs-header {
background-color: #428bca;
min-height: 40px;
box-shadow: inset 0 -2px 5px rgba(0,0,0,0.1);
}
.docs-header-container {
text-align: center;
}
/* top nav */
.docs-header-navigation {
margin: 0;
padding: 0;
}
.docs-header-navigation li {
display: inline-block;
}
.docs-header-navigation li a {
display: inline-block;
line-height: 40px;
padding: 0 15px;
font-size: 13px;
font-weight: 400;
color: #cdddeb;
text-decoration: none;
}
.docs-header-navigation li a:hover {
color: #ffffff;
}
.docs-header-navigation li.first-social-link {
margin-left: 30px;
}
.docs-header-navigation li.social-link a {
font-size: 14px;
padding: 0 10px;
}
/* template name */
.docs-header-navigation li.template-name {
margin-right: 25px;
}
.docs-header-navigation li.template-name a {
font-size: 14px;
font-weight: 600;
color: #ffffff;
}</code></pre>
<!-- h3: -->
<h3 class="mb-25">Language: JavaScript (<em>with line numbering</em>)</h3>
<!-- JavaScript code: -->
<pre class="mb-5 line-numbers"><code class="language-javascript">/**
* documentation.js
*/
( function( $ ) {
'use strict';
$( document ).ready( function() {
/**
* Scrollspy
* -------------------------------------------------------------
*/
$( 'body' ).scrollspy( {
target: '#sidebar-scrollspy-nav',
offset: 55,
} );
/**
* Affix
* -------------------------------------------------------------
*/
$( '#sidebar-nav' ).affix( {
offset: {
top: function() {
return ( this.top = $( '#docs-header' ).outerHeight( true ) + $( '#docs-heading-section' ).outerHeight( true ) );
},
bottom: function() {
return ( this.bottom = $( '#docs-footer' ).outerHeight( true ) );
},
}
} );
/**
* prettyPhoto lightbox
* -------------------------------------------------------------
*/
$( "a[rel^='prettyPhoto']" ).prettyPhoto( {
autoplay_slideshow: false,
opacity: 0.5,
show_title: false,
allow_resize: true,
theme: 'pp_default',
deeplinking: false,
social_tools: false,
} );
} );
} )( jQuery );</code></pre>
</div>
<!-- end: content section -->
</div>
<!-- end: code highlighting (Prism) -->
<!-- credits -->
<div id="section-credits"><!-- * ID for navigation -->
<!-- content section -->
<div class="content-section">
<!-- title: -->
<h2 class="content-section-heading ta-center">Credits</h2>
<!-- ul: -->
<ul class="doc-list mb-none">
<li><a href="https://jquery.com/" target="_blank" rel="noopener noreferrer"><strong>jQuery (v1.12.4)</strong></a> - jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.</li>
<li><a href="https://getbootstrap.com/docs/3.4/" target="_blank" rel="noopener noreferrer"><strong>Bootstrap (v3.4.1)</strong></a> - Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</li>
<li><a href="https://fontawesome.com/v4.7.0/icons/" target="_blank" rel="noopener noreferrer"><strong>Font Awesome (v4.7.0)</strong></a> - Get vector icons and social logos on your website with the web's most popular icon set and toolkit.</li>
<li><a href="https://github.com/scaron/prettyphoto" target="_blank" rel="noopener noreferrer"><strong>prettyPhoto (v3.1.6)</strong></a> - prettyPhoto is a jQuery lightbox clone. Not only does it support images, it also support for videos, flash, YouTube, iframes and ajax. It's a full blown media lightbox.</li>
<li><a href="https://prismjs.com/" target="_blank" rel="noopener noreferrer"><strong>PrismJS (v1.29.0)</strong></a> - Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.</li>
<li><a href="https://github.com/aFarkas/html5shiv" target="_blank" rel="noopener noreferrer"><strong>html5shiv.js (v3.7.3)</strong></a> from <a href="https://github.com/aFarkas" target="_blank" rel="noopener noreferrer"><strong>Alexander Farkas</strong></a> - The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.</li>
<li><a href="https://github.com/scottjehl/Respond" target="_blank" rel="noopener noreferrer"><strong>Respond.js (v1.4.2)</strong></a> from <a href="https://github.com/scottjehl" target="_blank" rel="noopener noreferrer"><strong>Scott Jehl</strong></a> - A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more).</li>
<li><a href="https://fonts.google.com/" target="_blank" rel="noopener noreferrer"><strong>Google Fonts</strong></a> - <a href="https://fonts.google.com/specimen/Open+Sans" target="_blank" rel="noopener noreferrer">Open Sans</a>.</li>
</ul>
</div>
<!-- end: content section -->
</div>
<!-- end: credits -->
<!-- simple notification: -->
<div class="alert alert-success mt-65 mb-65" role="alert">
As I wrote at the beginning, feel free to use this template in your projects. And thank you very much for your interest and your attention! I wish you good luck in your new projects ;)
</div>
<!-- ================= MAIN CONTENT ENDS HERE ================= -->
</div><!-- /.content -->
</div>
<!-- end: documentation content -->
</div>
</div>
</div>
</section>
<!-- end: content -->
<!-- footer -->
<footer id="docs-footer">
<div class="container">
<div class="docs-footer-container">
<p><i class="fa fa-copyright"></i> Documentation template / Created with <i class="fa fa-heart-o"></i> <strong>Love</strong> in 2022 / Author: <a href="https://minimalweb.net/" target="_blank" rel="noopener noreferrer">Alexey Trofimov</a></p>
</div>
</div>
</footer>
<!-- end: footer -->
<!-- JS files
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js?ver=1.12.4"></script>
<script src="assets/js/bootstrap.min.js?ver=3.4.1"></script>
<script src="assets/js/ie10-viewport-bug-workaround.js?ver=3.4.1"></script>
<script src="assets/plugins/prettyPhoto/js/jquery.prettyPhoto.js?ver=3.1.6"></script>
<script src="assets/js/prism.js?ver=1.29.0"></script>
<script src="assets/js/documentation.js?ver=1.0.0"></script>
</body>
</html>