jekyll-theme-prettydocs 0.0.6 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE.txt +0 -0
- data/README.md +59 -178
- data/_includes/footer.html +6 -6
- data/_includes/home.html +122 -0
- data/_includes/promo-block.html +29 -86
- data/_layouts/home.html +36 -53
- data/_layouts/page.html +51 -5
- data/assets/.DS_Store +0 -0
- data/assets/css/.DS_Store +0 -0
- data/assets/css/styles.css +1373 -1267
- data/assets/images/.DS_Store +0 -0
- data/assets/images/demo/.DS_Store +0 -0
- data/assets/images/demo/fontawesome-icons.png +0 -0
- data/assets/images/demo/instance-promo.jpg +0 -0
- data/assets/images/demo/theme-atom.png +0 -0
- data/assets/images/demo/theme-decibel.png +0 -0
- data/assets/images/demo/theme-delta.png +0 -0
- data/assets/images/demo/theme-devstudio.png +0 -0
- data/assets/images/demo/theme-instance.png +0 -0
- data/assets/images/demo/theme-onboard.png +0 -0
- data/assets/images/demo/theme-orbit.png +0 -0
- data/assets/images/demo/theme-pillar.png +0 -0
- data/assets/images/demo/theme-sphere.png +0 -0
- data/assets/images/demo/theme-startupkit.png +0 -0
- data/assets/images/demo/theme-tempo.png +0 -0
- data/assets/images/demo/theme-trades.png +0 -0
- data/assets/images/empty.gif +0 -0
- data/assets/images/untitled folder/.DS_Store +0 -0
- data/assets/images/untitled folder/bootstrap-template-for-schools-academy.png +0 -0
- data/assets/images/untitled folder/crowdfunding-landing-page-onboard.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-portfolio-theme-for-developers.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-appkit-landing.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-developers-devaid.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-develpers-prettydocs.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-documentation-prettydedocs.png +0 -0
- data/assets/images/untitled folder/free-bootstrap-theme-for-startups-developers-appkit-landing.png +0 -0
- data/assets/images/untitled folder/html5-website-template-college-green.png +0 -0
- data/assets/images/untitled folder/html5-website-template-placeholder.png +0 -0
- data/assets/images/untitled folder/restaurant-landing-page-epicure.png +0 -0
- data/assets/images/untitled folder/wedding-invitation-landing-page-matrimony.png +0 -0
- data/assets/js/.DS_Store +0 -0
- data/assets/js/main.js +42 -46
- data/assets/plugins/.DS_Store +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.css +1912 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.min.css +7 -0
- data/assets/plugins/bootstrap/css/bootstrap-grid.min.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.css +331 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css +8 -0
- data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap.css +7946 -5683
- data/assets/plugins/bootstrap/css/bootstrap.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap.min.css +4 -3
- data/assets/plugins/bootstrap/css/bootstrap.min.css.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.js +6461 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js +7 -0
- data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.js +3448 -1867
- data/assets/plugins/bootstrap/js/bootstrap.js.map +0 -0
- data/assets/plugins/bootstrap/js/bootstrap.min.js +6 -6
- data/assets/plugins/bootstrap/js/bootstrap.min.js.map +0 -0
- data/assets/plugins/jquery-3.3.1.min.js +2 -0
- data/assets/plugins/lightbox/Gruntfile.js +84 -83
- data/assets/plugins/lightbox/ISSUE_TEMPLATE.md +9 -0
- data/assets/plugins/lightbox/LICENSE +21 -0
- data/assets/plugins/lightbox/README.md +15 -10
- data/assets/plugins/lightbox/bower.json +29 -38
- data/assets/plugins/lightbox/dist/ekko-lightbox.css +2 -62
- data/assets/plugins/lightbox/dist/ekko-lightbox.js +668 -400
- data/assets/plugins/lightbox/dist/ekko-lightbox.js.map +1 -0
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.js +2 -7
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.js.map +1 -0
- data/assets/plugins/lightbox/ekko-lightbox.js +671 -0
- data/assets/plugins/lightbox/ekko-lightbox.less +139 -64
- data/assets/plugins/lightbox/examples/bs3.html +596 -0
- data/assets/plugins/lightbox/index.html +659 -0
- data/assets/plugins/lightbox/package.json +57 -46
- data/assets/plugins/lightbox/webpack.config.js +89 -0
- data/assets/plugins/lightbox/yarn.lock +6683 -0
- data/assets/plugins/prism/min/prism-min.js +0 -0
- data/assets/plugins/stickyfill/.editorconfig +9 -0
- data/assets/plugins/stickyfill/.gitignore +1 -0
- data/assets/plugins/stickyfill/Gruntfile.js +106 -0
- data/assets/plugins/stickyfill/LICENSE +21 -0
- data/assets/plugins/stickyfill/README.md +229 -0
- data/assets/plugins/stickyfill/dist/stickyfill.es6.js +507 -0
- data/assets/plugins/stickyfill/dist/stickyfill.js +520 -0
- data/assets/plugins/stickyfill/dist/stickyfill.min.js +7 -0
- data/assets/plugins/stickyfill/package-lock.json +2109 -0
- data/assets/plugins/stickyfill/package.json +32 -0
- data/assets/plugins/stickyfill/src/stickyfill.js +500 -0
- data/assets/plugins/stickyfill/test/index.html +941 -0
- data/assets/plugins/stickyfill/test/js/jquery-3.1.1.min.js +4 -0
- data/assets/plugins/stickyfill/types/index.d.ts +17 -0
- data/assets/plugins/stickyfill/yarn.lock +1475 -0
- data/assets/scss/.DS_Store +0 -0
- data/assets/{less/base.less → scss/_base.scss} +283 -307
- data/assets/{less/doc.less → scss/_doc.scss} +747 -747
- data/assets/{less/landing.less → scss/_landing.scss} +231 -244
- data/assets/scss/_mixins.scss +175 -0
- data/assets/scss/config.codekit3 +2243 -0
- data/assets/scss/styles.scss +45 -0
- metadata +76 -96
- data/_includes/blue-doc-wrapper.html +0 -293
- data/_includes/blue-header.html +0 -17
- data/_includes/card-charts.html +0 -10
- data/_includes/card-components.html +0 -10
- data/_includes/card-faqs.html +0 -10
- data/_includes/card-license.html +0 -10
- data/_includes/card-quick.html +0 -10
- data/_includes/card-showcase.html +0 -10
- data/_includes/cards-section.html +0 -47
- data/_includes/doc-wrapper.html +0 -170
- data/_includes/fb-root.html +0 -9
- data/_includes/green-doc-wrapper.html +0 -484
- data/_includes/green-header.html +0 -17
- data/_includes/header-home.html +0 -21
- data/_includes/header.html +0 -70
- data/_includes/icon-github.html +0 -1
- data/_includes/landing-header.html +0 -22
- data/_includes/orange-doc-wrapper.html +0 -65
- data/_includes/orange-header.html +0 -17
- data/_includes/pink-doc-wrapper.html +0 -281
- data/_includes/pink-header.html +0 -17
- data/_includes/purple-doc-wrapper.html +0 -138
- data/_includes/purple-header.html +0 -17
- data/_layouts/blue.html +0 -53
- data/_layouts/default.html +0 -53
- data/_layouts/green.html +0 -53
- data/_layouts/orange.html +0 -53
- data/_layouts/pink.html +0 -53
- data/_layouts/post.html +0 -5
- data/_layouts/purple.html +0 -53
- data/assets/images/demo/a-complete-example-of-page.png +0 -0
- data/assets/less/mixins.less +0 -185
- data/assets/less/styles.less +0 -13
- data/assets/less/theme-default.less +0 -115
- data/assets/plugins/bootstrap/css/bootstrap-theme.css +0 -587
- data/assets/plugins/bootstrap/css/bootstrap-theme.css.map +0 -0
- data/assets/plugins/bootstrap/css/bootstrap-theme.min.css +0 -6
- data/assets/plugins/bootstrap/css/bootstrap-theme.min.css.map +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg +0 -288
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/plugins/bootstrap/js/npm.js +0 -13
- data/assets/plugins/font-awesome/HELP-US-OUT.txt +0 -7
- data/assets/plugins/font-awesome/css/font-awesome.css +0 -2199
- data/assets/plugins/font-awesome/css/font-awesome.min.css +0 -4
- data/assets/plugins/font-awesome/fonts/FontAwesome.otf +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.svg +0 -685
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/plugins/font-awesome/less/animated.less +0 -34
- data/assets/plugins/font-awesome/less/bordered-pulled.less +0 -25
- data/assets/plugins/font-awesome/less/core.less +0 -12
- data/assets/plugins/font-awesome/less/fixed-width.less +0 -6
- data/assets/plugins/font-awesome/less/font-awesome.less +0 -18
- data/assets/plugins/font-awesome/less/icons.less +0 -733
- data/assets/plugins/font-awesome/less/larger.less +0 -13
- data/assets/plugins/font-awesome/less/list.less +0 -19
- data/assets/plugins/font-awesome/less/mixins.less +0 -60
- data/assets/plugins/font-awesome/less/path.less +0 -15
- data/assets/plugins/font-awesome/less/rotated-flipped.less +0 -20
- data/assets/plugins/font-awesome/less/screen-reader.less +0 -5
- data/assets/plugins/font-awesome/less/stacked.less +0 -20
- data/assets/plugins/font-awesome/less/variables.less +0 -744
- data/assets/plugins/font-awesome/scss/_animated.scss +0 -34
- data/assets/plugins/font-awesome/scss/_bordered-pulled.scss +0 -25
- data/assets/plugins/font-awesome/scss/_core.scss +0 -12
- data/assets/plugins/font-awesome/scss/_fixed-width.scss +0 -6
- data/assets/plugins/font-awesome/scss/_icons.scss +0 -733
- data/assets/plugins/font-awesome/scss/_larger.scss +0 -13
- data/assets/plugins/font-awesome/scss/_list.scss +0 -19
- data/assets/plugins/font-awesome/scss/_mixins.scss +0 -60
- data/assets/plugins/font-awesome/scss/_path.scss +0 -15
- data/assets/plugins/font-awesome/scss/_rotated-flipped.scss +0 -20
- data/assets/plugins/font-awesome/scss/_screen-reader.scss +0 -5
- data/assets/plugins/font-awesome/scss/_stacked.scss +0 -20
- data/assets/plugins/font-awesome/scss/_variables.scss +0 -744
- data/assets/plugins/font-awesome/scss/font-awesome.scss +0 -18
- data/assets/plugins/jquery-1.12.3.min.js +0 -5
- data/assets/plugins/lightbox/LICENSE.txt +0 -339
- data/assets/plugins/lightbox/dist/ekko-lightbox.min.css +0 -6
- data/assets/plugins/lightbox/ekko-lightbox.coffee +0 -353
- data/assets/plugins/lightbox/examples/index.html +0 -559
- data/assets/plugins/lightbox/examples/remote/page1.html +0 -9
- data/assets/plugins/lightbox/examples/remote/page2.html +0 -9
- data/assets/plugins/lightbox/examples/remote/readme.md +0 -1
data/_includes/blue-header.html
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<!-- ******Header****** -->
|
2
|
-
<header id="header" class="header">
|
3
|
-
<div class="container">
|
4
|
-
<div class="branding">
|
5
|
-
<h1 class="logo">
|
6
|
-
<a href="index.html">
|
7
|
-
<span aria-hidden="true" class="icon_documents_alt icon"></span>
|
8
|
-
<span class="text-highlight">Pretty</span><span class="text-bold">Docs</span>
|
9
|
-
</a>
|
10
|
-
</h1>
|
11
|
-
</div><!--//branding-->
|
12
|
-
<ol class="breadcrumb">
|
13
|
-
<li><a href="index.html">Home</a></li>
|
14
|
-
<li class="active">Charts</li>
|
15
|
-
</ol>
|
16
|
-
</div><!--//container-->
|
17
|
-
</header><!--//header-->
|
data/_includes/card-charts.html
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
<div class="item item-blue col-md-4 col-sm-6 col-xs-6">
|
2
|
-
<div class="item-inner">
|
3
|
-
<div class="icon-holder">
|
4
|
-
<span aria-hidden="true" class="icon icon_datareport_alt"></span>
|
5
|
-
</div><!--//icon-holder-->
|
6
|
-
<h3 class="title">Charts</h3>
|
7
|
-
<p class="intro">Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>
|
8
|
-
<a class="link" href="{{ "charts" | prepend: site.baseurl }}"><span></span></a>
|
9
|
-
</div><!--//item-inner-->
|
10
|
-
</div><!--//item-->
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<div class="item item-pink item-2 col-md-4 col-sm-6 col-xs-6">
|
2
|
-
<div class="item-inner">
|
3
|
-
<div class="icon-holder">
|
4
|
-
<span aria-hidden="true" class="icon icon_puzzle_alt"></span>
|
5
|
-
</div><!--//icon-holder-->
|
6
|
-
<h3 class="title">Components</h3>
|
7
|
-
<p class="intro">Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>
|
8
|
-
<a class="link" href="{{ "/components" | prepend: site.baseurl }}"><span></span></a>
|
9
|
-
</div><!--//item-inner-->
|
10
|
-
</div><!--//item-->
|
data/_includes/card-faqs.html
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
<div class="item item-purple col-md-4 col-sm-6 col-xs-6">
|
2
|
-
<div class="item-inner">
|
3
|
-
<div class="icon-holder">
|
4
|
-
<span aria-hidden="true" class="icon icon_lifesaver"></span>
|
5
|
-
</div><!--//icon-holder-->
|
6
|
-
<h3 class="title">FAQs</h3>
|
7
|
-
<p class="intro">Layout for FAQ page. Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>
|
8
|
-
<a class="link" href="{{ "/faqs" | prepend: site.baseurl }}"><span></span></a>
|
9
|
-
</div><!--//item-inner-->
|
10
|
-
</div><!--//item-->
|
data/_includes/card-license.html
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
<div class="item item-orange col-md-4 col-sm-6 col-xs-6">
|
2
|
-
<div class="item-inner">
|
3
|
-
<div class="icon-holder">
|
4
|
-
<span aria-hidden="true" class="icon icon_gift"></span>
|
5
|
-
</div><!--//icon-holder-->
|
6
|
-
<h3 class="title">License & Credits</h3>
|
7
|
-
<p class="intro">Layout for license & credits page. Consectetuer adipiscing elit.</p>
|
8
|
-
<a class="link" href="{{ "license" | prepend: site.baseurl }}"><span></span></a>
|
9
|
-
</div><!--//item-inner-->
|
10
|
-
</div><!--//item-->
|
data/_includes/card-quick.html
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
<div class="item item-green col-md-4 col-sm-6 col-xs-6">
|
2
|
-
<div class="item-inner">
|
3
|
-
<div class="icon-holder">
|
4
|
-
<i class="icon fa fa-paper-plane"></i>
|
5
|
-
</div><!--//icon-holder-->
|
6
|
-
<h3 class="title">Quick Start</h3>
|
7
|
-
<p class="intro">Demo example, consectetuer adipiscing elit</p>
|
8
|
-
<a class="link" href="{{ "/start" | prepend: site.baseurl }}"><span></span></a>
|
9
|
-
</div><!--//item-inner-->
|
10
|
-
</div><!--//item-->
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<div class="item item-primary col-md-4 col-sm-6 col-xs-6">
|
2
|
-
<div class="item-inner">
|
3
|
-
<div class="icon-holder">
|
4
|
-
<span aria-hidden="true" class="icon icon_genius"></span>
|
5
|
-
</div><!--//icon-holder-->
|
6
|
-
<h3 class="title">Showcase</h3>
|
7
|
-
<p class="intro">Layout for showcase page. Lorem ipsum dolor sit amet, consectetuer adipiscing elit </p>
|
8
|
-
<a class="link" href="{{ "/showcase" | prepend: site.baseurl }}"><span></span></a>
|
9
|
-
</div><!--//item-inner-->
|
10
|
-
</div><!--//item-->
|
@@ -1,47 +0,0 @@
|
|
1
|
-
<section class="cards-section text-center">
|
2
|
-
<div class="container">
|
3
|
-
<h2 class="title">Getting started is easy!</h2>
|
4
|
-
<div class="intro">
|
5
|
-
<p>Welcome to prettyDocs. This landing page is an example of how you can use a card view to present segments of your documentation. You can customise the icon fonts based on your needs.</p>
|
6
|
-
<div class="cta-container">
|
7
|
-
<a class="btn btn-primary btn-cta" href="http://themes.3rdwavemedia.com/" target="_blank"><i class="fa fa-cloud-download"></i> Download Now</a>
|
8
|
-
</div><!--//cta-container-->
|
9
|
-
</div><!--//intro-->
|
10
|
-
<div id="cards-wrapper" class="cards-wrapper row">
|
11
|
-
{% assign show_cards_section = true %}
|
12
|
-
|
13
|
-
{% for page in site.pages %}
|
14
|
-
{% if page.cards-section != null %}
|
15
|
-
{% assign show_cards_section = false %}
|
16
|
-
<div class="item item-{{ page.cards-section }} col-md-4 col-sm-6 col-xs-6">
|
17
|
-
<div class="item-inner">
|
18
|
-
<div class="icon-holder">
|
19
|
-
<span aria-hidden="true" class="icon {{ page.icon }}"></span>
|
20
|
-
</div><!--//icon-holder-->
|
21
|
-
<h3 class="title">{{ page.title }} </h3>
|
22
|
-
<p class="intro">{{ page.intro }}</p>
|
23
|
-
<a class="link" href="{{ page.url | prepend: site.baseurl }}"><span></span></a>
|
24
|
-
</div><!--//item-inner-->
|
25
|
-
</div><!--//item-->
|
26
|
-
{% endif %}
|
27
|
-
{% endfor %}
|
28
|
-
|
29
|
-
{% if show_cards_section == true %}
|
30
|
-
|
31
|
-
{% include card-quick.html %}
|
32
|
-
|
33
|
-
{% include card-components.html %}
|
34
|
-
|
35
|
-
{% include card-charts.html %}
|
36
|
-
|
37
|
-
{% include card-faqs.html %}
|
38
|
-
|
39
|
-
{% include card-showcase.html %}
|
40
|
-
|
41
|
-
{% include card-license.html %}
|
42
|
-
|
43
|
-
{% endif %}
|
44
|
-
</div><!--//cards-->
|
45
|
-
|
46
|
-
</div><!--//container-->
|
47
|
-
</section><!--//cards-section-->
|
data/_includes/doc-wrapper.html
DELETED
@@ -1,170 +0,0 @@
|
|
1
|
-
<div class="doc-wrapper">
|
2
|
-
<div class="container">
|
3
|
-
<div id="doc-header" class="doc-header text-center">
|
4
|
-
<h1 class="doc-title"><span aria-hidden="true" class="icon icon_genius"></span> Showcase</h1>
|
5
|
-
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: Jan 25th, 2016</div>
|
6
|
-
</div><!--//doc-header-->
|
7
|
-
<div id="showcase" class="doc-body">
|
8
|
-
<div class="doc-content">
|
9
|
-
<div class="content-inner">
|
10
|
-
<section id="premium-themes" class="doc-section">
|
11
|
-
<div class="jumbotron">
|
12
|
-
<h1><i class="fa fa-twitter"></i> Themes built with Twitter Bootstrap</h1>
|
13
|
-
<p>You can use this page layout to showcase how other people are using your projects. Below is a list of UX-centred Bootstrap themes I made for developers.</p>
|
14
|
-
<a class="scrollto btn btn-blue btn-cta" href="#theme-start">Explore Now</a>
|
15
|
-
</div><!--//jumbotron-->
|
16
|
-
<h2 id="theme-start" class="section-title">Premium Themes</h2>
|
17
|
-
<div class="section-block">
|
18
|
-
<div class="row">
|
19
|
-
<div class="col-sm-6 col-xs-12">
|
20
|
-
<div class="card">
|
21
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-velocity.png" alt="screenshot" /></a>
|
22
|
-
<div class="card-block">
|
23
|
-
<h4 class="card-title">Velocity</h4>
|
24
|
-
<p class="card-text">Designed for Products</p>
|
25
|
-
</div><!--//card-block-->
|
26
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-products-velocity/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
27
|
-
</div><!--//card-->
|
28
|
-
</div>
|
29
|
-
<div class="col-sm-6 col-xs-12">
|
30
|
-
<div class="card">
|
31
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-startups-tempo/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-tempo.png" alt="screenshot" /></a>
|
32
|
-
<div class="card-block">
|
33
|
-
<h4 class="card-title">Tempo</h4>
|
34
|
-
<p class="card-text">Designed for Startups</p>
|
35
|
-
</div><!--//card-block-->
|
36
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-startups-tempo/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
37
|
-
</div><!--//card-->
|
38
|
-
</div>
|
39
|
-
<div class="col-sm-6 col-xs-12">
|
40
|
-
<div class="card">
|
41
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-web-development-agencies-devstudio/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-devstudio.png" alt="screenshot" /></a>
|
42
|
-
<div class="card-block">
|
43
|
-
<h4 class="card-title">DevStudio</h4>
|
44
|
-
<p class="card-text">Designed for Web Development Agencies</p>
|
45
|
-
</div><!--//card-block-->
|
46
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-web-development-agencies-devstudio/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
47
|
-
</div><!--//card-->
|
48
|
-
</div>
|
49
|
-
<div class="col-sm-6 col-xs-12">
|
50
|
-
<div class="card">
|
51
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-mobile-apps-atom/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-atom.png" alt="screenshot" /></a>
|
52
|
-
<div class="card-block">
|
53
|
-
<h4 class="card-title">Atom</h4>
|
54
|
-
<p class="card-text">Designed for App Startups</p>
|
55
|
-
</div><!--//card-block-->
|
56
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-mobile-apps-atom/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
57
|
-
</div><!--//card-->
|
58
|
-
</div>
|
59
|
-
<div class="col-sm-6 col-xs-12">
|
60
|
-
<div class="card">
|
61
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-mobile-apps-delta/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-delta.png" alt="screenshot" /></a>
|
62
|
-
<div class="card-block">
|
63
|
-
<h4 class="card-title">Delta</h4>
|
64
|
-
<p class="card-text">Designed for Mobile Apps</p>
|
65
|
-
</div><!--//card-block-->
|
66
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-mobile-apps-delta/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
67
|
-
</div><!--//card-->
|
68
|
-
</div>
|
69
|
-
<div class="col-sm-6 col-xs-12">
|
70
|
-
<div class="card">
|
71
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-template-builders-tradesmen-trades/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-trades.png" alt="screenshot" /></a>
|
72
|
-
<div class="card-block">
|
73
|
-
<h4 class="card-title">Trades</h4>
|
74
|
-
<p class="card-text">Designed for Builders</p>
|
75
|
-
</div><!--//card-block-->
|
76
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-template-builders-tradesmen-trades/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
77
|
-
</div><!--//card-->
|
78
|
-
</div>
|
79
|
-
<div class="col-sm-6 col-xs-12">
|
80
|
-
<div class="card">
|
81
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-restaurants-epicure/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-epicure.png" alt="screenshot" /></a>
|
82
|
-
<div class="card-block">
|
83
|
-
<h4 class="card-title">Epicure</h4>
|
84
|
-
<p class="card-text">Designed for Restaurants</p>
|
85
|
-
</div><!--//card-block-->
|
86
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-theme-for-restaurants-epicure/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
87
|
-
</div><!--//card-->
|
88
|
-
</div>
|
89
|
-
<div class="col-sm-6 col-xs-12">
|
90
|
-
<div class="card">
|
91
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-wedding-invitation-template-matrimony/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-matrimony.png" alt="screenshot" /></a>
|
92
|
-
<div class="card-block">
|
93
|
-
<h4 class="card-title">Matrimony</h4>
|
94
|
-
<p class="card-text">Designed for Weddings</p>
|
95
|
-
</div><!--//card-block-->
|
96
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-wedding-invitation-template-matrimony/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
97
|
-
</div><!--//card-->
|
98
|
-
</div>
|
99
|
-
|
100
|
-
<div class="col-sm-6 col-xs-12">
|
101
|
-
<div class="card">
|
102
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-template-for-bands-and-musicians-decibel/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-decibel.png" alt="screenshot" /></a>
|
103
|
-
<div class="card-block">
|
104
|
-
<h4 class="card-title">Decibel</h4>
|
105
|
-
<p class="card-text">Designed for Bands</p>
|
106
|
-
</div><!--//card-block-->
|
107
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-template-for-bands-and-musicians-decibel/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
108
|
-
</div><!--//card-->
|
109
|
-
</div>
|
110
|
-
|
111
|
-
<div class="col-sm-6 col-xs-12">
|
112
|
-
<div class="card">
|
113
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-template-for-crowdfunding-campaigns-onboard/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-onboard.png" alt="screenshot" /></a>
|
114
|
-
<div class="card-block">
|
115
|
-
<h4 class="card-title">Onboard</h4>
|
116
|
-
<p class="card-text">Designed for Crowdfunding</p>
|
117
|
-
</div><!--//card-block-->
|
118
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/responsive-bootstrap-template-for-crowdfunding-campaigns-onboard/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
119
|
-
</div><!--//card-->
|
120
|
-
</div>
|
121
|
-
|
122
|
-
</div><!--//row-->
|
123
|
-
</div><!--//section-block-->
|
124
|
-
</section><!--//doc-section-->
|
125
|
-
|
126
|
-
<section id="free-themes" class="doc-section">
|
127
|
-
<h2 class="section-title">Free Themes</h2>
|
128
|
-
<div class="section-block">
|
129
|
-
<div class="row">
|
130
|
-
<div class="col-sm-6 col-xs-12">
|
131
|
-
<div class="card">
|
132
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/free-responsive-website-template-for-developers/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-developer.png" alt="screenshot" /></a>
|
133
|
-
<div class="card-block">
|
134
|
-
<h4 class="card-title">Developer</h4>
|
135
|
-
<p class="card-text">Portfolio theme for developers</p>
|
136
|
-
</div><!--//card-block-->
|
137
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/free-responsive-website-template-for-developers/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
138
|
-
</div><!--//card-->
|
139
|
-
</div>
|
140
|
-
<div class="col-sm-6 col-xs-12">
|
141
|
-
<div class="card">
|
142
|
-
<a href="http://themes.3rdwavemedia.com/website-templates/devaid-free-bootstrap-theme-developers/" target="_blank"><img class="img-responsive" src="assets/images/demo/theme-devaid.png" alt="screenshot" /></a>
|
143
|
-
<div class="card-block">
|
144
|
-
<h4 class="card-title">DevAid</h4>
|
145
|
-
<p class="card-text">Project theme for developers</p>
|
146
|
-
</div><!--//card-block-->
|
147
|
-
<a class="mask" href="http://themes.3rdwavemedia.com/website-templates/devaid-free-bootstrap-theme-developers/" target="_blank"><i class="icon fa fa-search-plus"></i></a>
|
148
|
-
</div><!--//card-->
|
149
|
-
</div>
|
150
|
-
</div><!--//row-->
|
151
|
-
</div><!--//section-block-->
|
152
|
-
</section><!--//doc-section-->
|
153
|
-
|
154
|
-
</div><!--//content-inner-->
|
155
|
-
</div><!--//doc-content-->
|
156
|
-
<div class="doc-sidebar">
|
157
|
-
<nav id="doc-nav">
|
158
|
-
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
|
159
|
-
<li>
|
160
|
-
<a class="scrollto" href="#premium-themes">Premium Themes</a>
|
161
|
-
</li>
|
162
|
-
<li>
|
163
|
-
<a class="scrollto" href="#free-themes">Free Themes</a>
|
164
|
-
</li>
|
165
|
-
</ul><!--//doc-menu-->
|
166
|
-
</nav>
|
167
|
-
</div><!--//doc-sidebar-->
|
168
|
-
</div><!--//doc-body-->
|
169
|
-
</div><!--//container-->
|
170
|
-
</div><!--//doc-wrapper-->
|
data/_includes/fb-root.html
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
<!--FACEBOOK LIKE BUTTON JAVASCRIPT SDK-->
|
2
|
-
<div id="fb-root"></div>
|
3
|
-
<script>(function(d, s, id) {
|
4
|
-
var js, fjs = d.getElementsByTagName(s)[0];
|
5
|
-
if (d.getElementById(id)) return;
|
6
|
-
js = d.createElement(s); js.id = id;
|
7
|
-
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
|
8
|
-
fjs.parentNode.insertBefore(js, fjs);
|
9
|
-
}(document, 'script', 'facebook-jssdk'));</script>
|
@@ -1,484 +0,0 @@
|
|
1
|
-
<div class="doc-wrapper">
|
2
|
-
<div class="container">
|
3
|
-
<div id="doc-header" class="doc-header text-center">
|
4
|
-
<h1 class="doc-title"><i class="icon fa fa-paper-plane"></i> Quick Start</h1>
|
5
|
-
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: Jan 25th, 2016</div>
|
6
|
-
</div><!--//doc-header-->
|
7
|
-
<div class="doc-body">
|
8
|
-
<div class="doc-content">
|
9
|
-
<div class="content-inner">
|
10
|
-
<section id="download-section" class="doc-section">
|
11
|
-
<h2 class="section-title">Download</h2>
|
12
|
-
<div class="section-block">
|
13
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi nec imperdiet turpis. Curabitur aliquet pulvinar ultrices. Etiam at posuere leo. Proin ultrices ex et dapibus feugiat <a href="#">link example</a> aenean purus leo, faucibus at elit vel, aliquet scelerisque dui. Etiam quis elit euismod, imperdiet augue sit amet, imperdiet odio. Aenean sem erat, hendrerit eu gravida id, dignissim ut ante. Nam consequat porttitor libero euismod congue.
|
14
|
-
</p>
|
15
|
-
<a href="http://themes.3rdwavemedia.com" class="btn btn-green" target="_blank"><i class="fa fa-download"></i> Download PrettyDocs</a>
|
16
|
-
</div>
|
17
|
-
</section><!--//doc-section-->
|
18
|
-
<section id="installation-section" class="doc-section">
|
19
|
-
<h2 class="section-title">Installation</h2>
|
20
|
-
<div id="step1" class="section-block">
|
21
|
-
<h3 class="block-title">Step One</h3>
|
22
|
-
<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.
|
23
|
-
</p>
|
24
|
-
<div class="code-block">
|
25
|
-
<h6>Default code example:</h6>
|
26
|
-
<p><code>bower install <package></code></p>
|
27
|
-
<p><code>npm install <package></code></p>
|
28
|
-
</div><!--//code-block-->
|
29
|
-
</div><!--//section-block-->
|
30
|
-
<div id="step2" class="section-block">
|
31
|
-
<h3 class="block-title">Step Two</h3>
|
32
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
|
33
|
-
</p>
|
34
|
-
<div class="row">
|
35
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
36
|
-
<h6>Un-ordered list example</h6>
|
37
|
-
<ul class="list">
|
38
|
-
<li>Lorem ipsum dolor sit amet.</li>
|
39
|
-
<li>Aliquam tincidunt mauris.</li>
|
40
|
-
<li>Ultricies eget vel aliquam libero.
|
41
|
-
<ul>
|
42
|
-
<li>Turpis pulvinar</li>
|
43
|
-
<li>Feugiat scelerisque</li>
|
44
|
-
<li>Ut tincidunt</li>
|
45
|
-
</ul>
|
46
|
-
</li>
|
47
|
-
<li>Pellentesque habitant morbi.</li>
|
48
|
-
<li>Praesent dapibus, neque id.</li>
|
49
|
-
</ul>
|
50
|
-
</div>
|
51
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
52
|
-
<h6>Ordered list example</h6>
|
53
|
-
<ol class="list">
|
54
|
-
<li>Lorem ipsum dolor sit amet.</li>
|
55
|
-
<li>Aliquam tincidunt mauris.</li>
|
56
|
-
<li>Ultricies eget vel aliquam libero.
|
57
|
-
<ul>
|
58
|
-
<li>Turpis pulvinar</li>
|
59
|
-
<li>Feugiat scelerisque</li>
|
60
|
-
<li>Ut tincidunt</li>
|
61
|
-
</ul>
|
62
|
-
</li>
|
63
|
-
<li>Pellentesque habitant morbi.</li>
|
64
|
-
<li>Praesent dapibus, neque id.</li>
|
65
|
-
</ol>
|
66
|
-
</div>
|
67
|
-
</div><!--//row-->
|
68
|
-
</div><!--//section-block-->
|
69
|
-
<div id="step3" class="section-block">
|
70
|
-
<h3 class="block-title">Step Three</h3>
|
71
|
-
<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.
|
72
|
-
</p>
|
73
|
-
</div><!--//section-block-->
|
74
|
-
</section><!--//doc-section-->
|
75
|
-
|
76
|
-
<section id="code-section" class="doc-section">
|
77
|
-
<h2 class="section-title">Code</h2>
|
78
|
-
<div class="section-block">
|
79
|
-
<p>
|
80
|
-
<a href="http://prismjs.com/" target="_blank">PrismJS</a> is used as the syntax highlighter here. You can <a href="http://prismjs.com/download.html" target="_blank">build your own version</a> via their website should you need to.
|
81
|
-
</p>
|
82
|
-
|
83
|
-
</div><!--//section-block-->
|
84
|
-
<div id="html" class="section-block">
|
85
|
-
|
86
|
-
<div class="callout-block callout-success">
|
87
|
-
<div class="icon-holder">
|
88
|
-
<i class="fa fa-thumbs-up"></i>
|
89
|
-
</div><!--//icon-holder-->
|
90
|
-
<div class="content">
|
91
|
-
<h4 class="callout-title">Useful Tip:</h4>
|
92
|
-
<p>You can use this online <a href="https://mothereff.in/html-entities" target="_blank">HTML entity encoder/decoder</a> to generate your code examples.</p>
|
93
|
-
</div><!--//content-->
|
94
|
-
</div>
|
95
|
-
<div class="code-block">
|
96
|
-
<h6>HTML Code Example</h6>
|
97
|
-
<pre><code class="language-markup"><!DOCTYPE html>
|
98
|
-
<html lang="en">
|
99
|
-
...
|
100
|
-
<div class="jumbotron">
|
101
|
-
<h1>Hello, world!</h1>
|
102
|
-
<p>...</p>
|
103
|
-
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
|
104
|
-
</div>
|
105
|
-
<div class="jumbotron">
|
106
|
-
<h1>Hello, world!</h1>
|
107
|
-
<p>...</p>
|
108
|
-
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p>
|
109
|
-
</div>
|
110
|
-
...
|
111
|
-
</html></code></pre>
|
112
|
-
</div><!--//code-block-->
|
113
|
-
</div><!--//section-block-->
|
114
|
-
<div id="css" class="section-block">
|
115
|
-
<div class="code-block">
|
116
|
-
<h6>CSS Code Example</h6>
|
117
|
-
<pre><code class="language-css">/* ======= Base Styling ======= */
|
118
|
-
body {
|
119
|
-
font-family: 'Open Sans', arial, sans-serif;
|
120
|
-
color: #333;
|
121
|
-
font-size: 16px;
|
122
|
-
-webkit-font-smoothing: antialiased;
|
123
|
-
-moz-osx-font-smoothing: grayscale;
|
124
|
-
}</code></pre>
|
125
|
-
</div><!--//code-block-->
|
126
|
-
</div><!--//section-block-->
|
127
|
-
<div id="less" class="section-block">
|
128
|
-
<div class="code-block">
|
129
|
-
<h6>LESS Code Example</h6>
|
130
|
-
<pre><code class="language-css">/*
|
131
|
-
* Template Name: prettyDocs - Responsive Website Template for documentations
|
132
|
-
* Version: 1.0
|
133
|
-
* Author: Xiaoying Riley
|
134
|
-
* License: Creative Commons Attribution 3.0 License
|
135
|
-
* Twitter: @3rdwave_themes
|
136
|
-
* Website: http://themes.3rdwavemedia.com/
|
137
|
-
*/
|
138
|
-
@import "mixins.less";
|
139
|
-
@import "theme-default.less";
|
140
|
-
@import "base.less";
|
141
|
-
@import "doc.less";
|
142
|
-
@import "landing.less";
|
143
|
-
@import "responsive.less";</code></pre>
|
144
|
-
</div><!--//code-block-->
|
145
|
-
</div><!--//section-block-->
|
146
|
-
<div id="sass" class="section-block">
|
147
|
-
<div class="code-block">
|
148
|
-
<h6>Sass Code Example</h6>
|
149
|
-
<pre><code class="language-sass">#main {
|
150
|
-
$width: 5em;
|
151
|
-
width: $width;
|
152
|
-
}
|
153
|
-
|
154
|
-
#sidebar {
|
155
|
-
width: $width;
|
156
|
-
}</code></pre>
|
157
|
-
</div><!--//code-block-->
|
158
|
-
</div><!--//section-block-->
|
159
|
-
<div id="javascript" class="section-block">
|
160
|
-
<div class="code-block">
|
161
|
-
<h6>JavaScript Code Example</h6>
|
162
|
-
<pre><code class="language-javascript"><script>
|
163
|
-
function myFunction(a, b) {
|
164
|
-
return a * b;
|
165
|
-
}
|
166
|
-
|
167
|
-
document.getElementById("demo").innerHTML = myFunction(4, 3);
|
168
|
-
</script></code></pre>
|
169
|
-
</div><!--//code-block-->
|
170
|
-
</div><!--//section-block-->
|
171
|
-
<div id="python" class="section-block">
|
172
|
-
<div class="code-block">
|
173
|
-
<h6>Python Code Example</h6>
|
174
|
-
<pre><code class="language-python">>>> x = int(input("
|
175
|
-
Please enter an integer: ")) Please enter an integer: 42
|
176
|
-
>>> if x < 0:
|
177
|
-
... x = 0
|
178
|
-
... print('Negative changed to zero')
|
179
|
-
... elif x == 0:
|
180
|
-
... print('Zero')
|
181
|
-
... elif x == 1:
|
182
|
-
... print('Single')
|
183
|
-
... else:
|
184
|
-
... print('More')
|
185
|
-
... More</code></pre>
|
186
|
-
</div><!--//code-block-->
|
187
|
-
</div><!--//section-block-->
|
188
|
-
<div id="php" class="section-block">
|
189
|
-
<div class="code-block">
|
190
|
-
<h6>PHP Code Example</h6>
|
191
|
-
<pre><code class="language-php"><?php
|
192
|
-
$txt = "Hello world!";
|
193
|
-
$x = 5;
|
194
|
-
$y = 10.5;
|
195
|
-
|
196
|
-
echo $txt;
|
197
|
-
echo "<br>";
|
198
|
-
echo $x;
|
199
|
-
echo "<br>";
|
200
|
-
echo $y;
|
201
|
-
?></code></pre>
|
202
|
-
</div><!--//code-block-->
|
203
|
-
</div><!--//section-block-->
|
204
|
-
<div id="handlebars" class="section-block">
|
205
|
-
<div class="code-block">
|
206
|
-
<h6>Handlebars Code Example</h6>
|
207
|
-
<pre><code class="language-handlebars">Handlebars.registerHelper('list', function(items, options) {
|
208
|
-
var out = "<ul>";
|
209
|
-
|
210
|
-
for(var i=0, l=items.length; i<l; i++) {
|
211
|
-
out = out + "<li>" + options.fn(items[i]) + "</li>";
|
212
|
-
}
|
213
|
-
|
214
|
-
return out + "</ul>";
|
215
|
-
});</code></pre>
|
216
|
-
</div><!--//code-block-->
|
217
|
-
<div class="code-block">
|
218
|
-
<h6>Git Code Example</h6>
|
219
|
-
<pre><code class="language-git">$ git add Documentation.txt</code></pre>
|
220
|
-
</div><!--//code-block-->
|
221
|
-
</div><!--//section-block-->
|
222
|
-
</section><!--//doc-section-->
|
223
|
-
<section id="callouts-section" class="doc-section">
|
224
|
-
<h2 class="section-title">Callouts</h2>
|
225
|
-
<div class="section-block">
|
226
|
-
<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.
|
227
|
-
</p>
|
228
|
-
</div>
|
229
|
-
|
230
|
-
<div class="section-block">
|
231
|
-
<div class="callout-block callout-info">
|
232
|
-
<div class="icon-holder">
|
233
|
-
<i class="fa fa-info-circle"></i>
|
234
|
-
</div><!--//icon-holder-->
|
235
|
-
<div class="content">
|
236
|
-
<h4 class="callout-title">Aenean imperdiet</h4>
|
237
|
-
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium <code><code></code> , Nemo enim ipsam voluptatem quia voluptas <a href="#">link example</a> sit aspernatur aut odit aut fugit.</p>
|
238
|
-
</div><!--//content-->
|
239
|
-
</div><!--//callout-block-->
|
240
|
-
|
241
|
-
<div class="callout-block callout-warning">
|
242
|
-
<div class="icon-holder">
|
243
|
-
<i class="fa fa-bug"></i>
|
244
|
-
</div><!--//icon-holder-->
|
245
|
-
<div class="content">
|
246
|
-
<h4 class="callout-title">Morbi posuere</h4>
|
247
|
-
<p>Nunc hendrerit odio quis dignissim efficitur. Proin ut finibus libero. Morbi posuere fringilla felis eget sagittis. Fusce sem orci, cursus in tortor <a href="#">link example</a> tellus vel diam viverra elementum.</p>
|
248
|
-
</div><!--//content-->
|
249
|
-
</div><!--//callout-block-->
|
250
|
-
|
251
|
-
<div class="callout-block callout-success">
|
252
|
-
<div class="icon-holder">
|
253
|
-
<i class="fa fa-thumbs-up"></i>
|
254
|
-
</div><!--//icon-holder-->
|
255
|
-
<div class="content">
|
256
|
-
<h4 class="callout-title">Lorem ipsum dolor sit amet</h4>
|
257
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. <a href="#">Link example</a> aenean commodo ligula eget dolor.</p>
|
258
|
-
</div><!--//content-->
|
259
|
-
</div><!--//callout-block-->
|
260
|
-
|
261
|
-
<div class="callout-block callout-danger">
|
262
|
-
<div class="icon-holder">
|
263
|
-
<i class="fa fa-exclamation-triangle"></i>
|
264
|
-
</div><!--//icon-holder-->
|
265
|
-
<div class="content">
|
266
|
-
<h4 class="callout-title">Interdum et malesuada</h4>
|
267
|
-
<p>Morbi eget interdum sapien. Donec sed turpis sed nulla lacinia accumsan vitae ut tellus. Aenean vestibulum <a href="#">Link example</a> maximus ipsum vel dignissim. Morbi ornare elit sit amet massa feugiat, viverra dictum ipsum pellentesque. </p>
|
268
|
-
</div><!--//content-->
|
269
|
-
</div><!--//callout-block-->
|
270
|
-
</div>
|
271
|
-
</section><!--//doc-section-->
|
272
|
-
<section id="tables-section" class="doc-section">
|
273
|
-
<h2 class="section-title">Tables</h2>
|
274
|
-
<div class="section-block">
|
275
|
-
<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.
|
276
|
-
</p>
|
277
|
-
</div>
|
278
|
-
<div class="section-block">
|
279
|
-
<h6>Basic Table</h6>
|
280
|
-
<div class="table-responsive">
|
281
|
-
<table class="table">
|
282
|
-
<thead>
|
283
|
-
<tr>
|
284
|
-
<th>#</th>
|
285
|
-
<th>First Name</th>
|
286
|
-
<th>Last Name</th>
|
287
|
-
<th>Username</th>
|
288
|
-
</tr>
|
289
|
-
</thead>
|
290
|
-
<tbody>
|
291
|
-
<tr>
|
292
|
-
<th scope="row">1</th>
|
293
|
-
<td>Mark</td>
|
294
|
-
<td>Otto</td>
|
295
|
-
<td>@mdo</td>
|
296
|
-
</tr>
|
297
|
-
<tr>
|
298
|
-
<th scope="row">2</th>
|
299
|
-
<td>Jacob</td>
|
300
|
-
<td>Thornton</td>
|
301
|
-
<td>@fat</td>
|
302
|
-
</tr>
|
303
|
-
<tr>
|
304
|
-
<th scope="row">3</th>
|
305
|
-
<td>Larry</td>
|
306
|
-
<td>the Bird</td>
|
307
|
-
<td>@twitter</td>
|
308
|
-
</tr>
|
309
|
-
</tbody>
|
310
|
-
</table>
|
311
|
-
</div><!--//table-responsive-->
|
312
|
-
<h6>Bordered Table</h6>
|
313
|
-
<div class="table-responsive">
|
314
|
-
<table class="table table-striped">
|
315
|
-
<thead>
|
316
|
-
<tr>
|
317
|
-
<th>#</th>
|
318
|
-
<th>First Name</th>
|
319
|
-
<th>Last Name</th>
|
320
|
-
<th>Username</th>
|
321
|
-
</tr>
|
322
|
-
</thead>
|
323
|
-
<tbody>
|
324
|
-
<tr>
|
325
|
-
<th scope="row">1</th>
|
326
|
-
<td>Mark</td>
|
327
|
-
<td>Otto</td>
|
328
|
-
<td>@mdo</td>
|
329
|
-
</tr>
|
330
|
-
<tr>
|
331
|
-
<th scope="row">2</th>
|
332
|
-
<td>Jacob</td>
|
333
|
-
<td>Thornton</td>
|
334
|
-
<td>@fat</td>
|
335
|
-
</tr>
|
336
|
-
<tr>
|
337
|
-
<th scope="row">3</th>
|
338
|
-
<td>Larry</td>
|
339
|
-
<td>the Bird</td>
|
340
|
-
<td>@twitter</td>
|
341
|
-
</tr>
|
342
|
-
</tbody>
|
343
|
-
</table>
|
344
|
-
</div><!--//table-responsive-->
|
345
|
-
<h6>Striped Table</h6>
|
346
|
-
<div class="table-responsive">
|
347
|
-
<table class="table table-bordered">
|
348
|
-
<thead>
|
349
|
-
<tr>
|
350
|
-
<th>#</th>
|
351
|
-
<th>First Name</th>
|
352
|
-
<th>Last Name</th>
|
353
|
-
<th>Username</th>
|
354
|
-
</tr>
|
355
|
-
</thead>
|
356
|
-
<tbody>
|
357
|
-
<tr>
|
358
|
-
<th scope="row">1</th>
|
359
|
-
<td>Mark</td>
|
360
|
-
<td>Otto</td>
|
361
|
-
<td>@mdo</td>
|
362
|
-
</tr>
|
363
|
-
<tr>
|
364
|
-
<th scope="row">2</th>
|
365
|
-
<td>Jacob</td>
|
366
|
-
<td>Thornton</td>
|
367
|
-
<td>@fat</td>
|
368
|
-
</tr>
|
369
|
-
<tr>
|
370
|
-
<th scope="row">3</th>
|
371
|
-
<td>Larry</td>
|
372
|
-
<td>the Bird</td>
|
373
|
-
<td>@twitter</td>
|
374
|
-
</tr>
|
375
|
-
</tbody>
|
376
|
-
</table>
|
377
|
-
</div><!--//table-responsive-->
|
378
|
-
</div><!--//section-block-->
|
379
|
-
</section><!--//doc-section-->
|
380
|
-
<section id="buttons-section" class="doc-section">
|
381
|
-
<h2 class="section-title">Buttons</h2>
|
382
|
-
<div class="section-block">
|
383
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi nec imperdiet turpis. Curabitur aliquet pulvinar ultrices. Etiam at posuere leo. Proin ultrices ex et dapibus feugiat <a href="#">link example</a> aenean purus leo, faucibus at elit vel, aliquet scelerisque dui. Etiam quis elit euismod, imperdiet augue sit amet, imperdiet odio. Aenean sem erat, hendrerit eu gravida id, dignissim ut ante. Nam consequat porttitor libero euismod congue.
|
384
|
-
</p>
|
385
|
-
<div class="row">
|
386
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
387
|
-
<h6>Basic Buttons</h6>
|
388
|
-
<ul class="list list-unstyled">
|
389
|
-
<li><a href="#" class="btn btn-primary">Primary Button</a></li>
|
390
|
-
<li><a href="#" class="btn btn-green">Green Button</a></li>
|
391
|
-
<li><a href="#" class="btn btn-blue">Blue Button</a></li>
|
392
|
-
<li><a href="#" class="btn btn-orange">Orange Button</a></li>
|
393
|
-
<li><a href="#" class="btn btn-red">Red Button</a></li>
|
394
|
-
</ul>
|
395
|
-
</div>
|
396
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
397
|
-
<h6>CTA Buttons</h6>
|
398
|
-
<ul class="list list-unstyled">
|
399
|
-
<li><a href="#" class="btn btn-primary btn-cta"><i class="fa fa-download"></i> Download Now</a></li>
|
400
|
-
<li><a href="#" class="btn btn-green btn-cta"><i class="fa fa-code-fork"></i> Fork Now</a></li>
|
401
|
-
<li><a href="#" class="btn btn-blue btn-cta"><i class="fa fa-play-circle"></i> Find Out Now</a></li>
|
402
|
-
<li><a href="#" class="btn btn-orange btn-cta"><i class="fa fa-bug"></i> Report Bugs</a></li>
|
403
|
-
<li><a href="#" class="btn btn-red btn-cta"><i class="fa fa-exclamation-circle"></i> Submit Issues</a></li>
|
404
|
-
</ul>
|
405
|
-
</div>
|
406
|
-
</div><!--//row-->
|
407
|
-
</div><!--//section-block-->
|
408
|
-
</section><!--//doc-section-->
|
409
|
-
<section id="video-section" class="doc-section">
|
410
|
-
<h2 class="section-title">Video</h2>
|
411
|
-
<div class="section-block">
|
412
|
-
<div class="row">
|
413
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
414
|
-
<h6>Responsive Video 16:9</h6>
|
415
|
-
<!-- 16:9 aspect ratio -->
|
416
|
-
<div class="embed-responsive embed-responsive-16by9">
|
417
|
-
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/ejBkOjEG6F0?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
|
418
|
-
</div>
|
419
|
-
</div>
|
420
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
421
|
-
<h6>Responsive Video 4:3</h6>
|
422
|
-
<!-- 4:3 aspect ratio -->
|
423
|
-
<div class="embed-responsive embed-responsive-4by3">
|
424
|
-
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/ejBkOjEG6F0?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
|
425
|
-
</div>
|
426
|
-
</div>
|
427
|
-
</div><!--//row-->
|
428
|
-
</div><!--//section-block-->
|
429
|
-
<section id="icons-section" class="doc-section">
|
430
|
-
<h2 class="section-title">Icons</h2>
|
431
|
-
<div class="section-block">
|
432
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi nec imperdiet turpis. Curabitur aliquet pulvinar ultrices. Etiam at posuere leo. Proin ultrices ex et dapibus feugiat <a href="#">link example</a> aenean purus leo, faucibus at elit vel, aliquet scelerisque dui. Etiam quis elit euismod, imperdiet augue sit amet, imperdiet odio. Aenean sem erat, hendrerit eu gravida id, dignissim ut ante. Nam consequat porttitor libero euismod congue.
|
433
|
-
</p>
|
434
|
-
</div><!--//section-block-->
|
435
|
-
<div class="section-block">
|
436
|
-
<h6>Elegant Icon Font</h6>
|
437
|
-
<a href="https://www.elegantthemes.com/blog/resources/elegant-icon-font" target="_blank"><img class="img-responsive" src="assets/images/demo/elegant-icon-font.jpg" alt="elegant icons" /></a>
|
438
|
-
</div><!--//section-block-->
|
439
|
-
<div class="section-block">
|
440
|
-
<h6>FontAwesome Icon Font</h6>
|
441
|
-
<a href="https://fortawesome.github.io/Font-Awesome/" target="_blank"><img class="img-responsive" src="assets/images/demo/fontawesome-icons.png" alt="fontawesome" /></a>
|
442
|
-
</div><!--//section-block-->
|
443
|
-
|
444
|
-
</section><!--//doc-section-->
|
445
|
-
|
446
|
-
</section><!--//doc-section-->
|
447
|
-
</div><!--//content-inner-->
|
448
|
-
</div><!--//doc-content-->
|
449
|
-
<div class="doc-sidebar hidden-xs">
|
450
|
-
<nav id="doc-nav">
|
451
|
-
<ul id="doc-menu" class="nav doc-menu" data-spy="affix">
|
452
|
-
<li><a class="scrollto" href="#download-section">Download</a></li>
|
453
|
-
<li>
|
454
|
-
<a class="scrollto" href="#installation-section">Installation</a>
|
455
|
-
<ul class="nav doc-sub-menu">
|
456
|
-
<li><a class="scrollto" href="#step1">Step One</a></li>
|
457
|
-
<li><a class="scrollto" href="#step2">Step Two</a></li>
|
458
|
-
<li><a class="scrollto" href="#step3">Step Three</a></li>
|
459
|
-
</ul><!--//nav-->
|
460
|
-
</li>
|
461
|
-
<li>
|
462
|
-
<a class="scrollto" href="#code-section">Code</a>
|
463
|
-
<ul class="nav doc-sub-menu">
|
464
|
-
<li><a class="scrollto" href="#html">HTML</a></li>
|
465
|
-
<li><a class="scrollto" href="#css">CSS</a></li>
|
466
|
-
<li><a class="scrollto" href="#less">LESS</a></li>
|
467
|
-
<li><a class="scrollto" href="#sass">Sass</a></li>
|
468
|
-
<li><a class="scrollto" href="#javascript">JavaScript</a></li>
|
469
|
-
<li><a class="scrollto" href="#python">Python</a></li>
|
470
|
-
<li><a class="scrollto" href="#php">PHP</a></li>
|
471
|
-
<li><a class="scrollto" href="#handlebars">Handlebars</a></li>
|
472
|
-
</ul><!--//nav-->
|
473
|
-
</li>
|
474
|
-
<li><a class="scrollto" href="#callouts-section">Callouts</a></li>
|
475
|
-
<li><a class="scrollto" href="#tables-section">Tables</a></li>
|
476
|
-
<li><a class="scrollto" href="#buttons-section">Buttons</a></li>
|
477
|
-
<li><a class="scrollto" href="#video-section">Video</a></li>
|
478
|
-
<li><a class="scrollto" href="#icons-section">Icons</a></li>
|
479
|
-
</ul><!--//doc-menu-->
|
480
|
-
</nav>
|
481
|
-
</div><!--//doc-sidebar-->
|
482
|
-
</div><!--//doc-body-->
|
483
|
-
</div><!--//container-->
|
484
|
-
</div><!--//doc-wrapper-->
|