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/green-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">Quick Start</li>
|
15
|
-
</ol>
|
16
|
-
</div><!--//container-->
|
17
|
-
</header><!--//header-->
|
data/_includes/header-home.html
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
<header class="header text-center">
|
2
|
-
<div class="container">
|
3
|
-
<div class="branding">
|
4
|
-
<h1 class="logo">
|
5
|
-
<span aria-hidden="true" class="icon_documents_alt icon"></span>
|
6
|
-
<span class="text-highlight">Pretty</span><span class="text-bold">Docs</span>
|
7
|
-
</h1>
|
8
|
-
</div><!--//branding-->
|
9
|
-
<div class="tagline">
|
10
|
-
<p>Free Bootstrap theme for your project documentation</p>
|
11
|
-
<p>Designed with <i class="fa fa-heart"></i> for developers</p>
|
12
|
-
</div><!--//tagline-->
|
13
|
-
<div class="social-container">
|
14
|
-
<div class="twitter-tweet">
|
15
|
-
<a href="https://twitter.com/share" class="twitter-share-button" data-text="PrettyDocs - A FREE #Bootstrap theme for project documentations #Responsive" data-via="3rdwave_themes">Tweet</a>
|
16
|
-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
17
|
-
</div><!--//tweet-->
|
18
|
-
<div class="fb-like" data-href="http://themes.3rdwavemedia.com" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
|
19
|
-
</div><!--//social-container-->
|
20
|
-
</div><!--//container-->
|
21
|
-
</header><!--//header-->
|
data/_includes/header.html
DELETED
@@ -1,70 +0,0 @@
|
|
1
|
-
{% if include.icon != null %}
|
2
|
-
{% assign icon = include.icon %}
|
3
|
-
{% else %}
|
4
|
-
{% assign icon = 'icon_documents_alt icon' %}
|
5
|
-
{% endif %}
|
6
|
-
|
7
|
-
{% if include.title != null %}
|
8
|
-
{% assign title = include.title %}
|
9
|
-
{% else %}
|
10
|
-
{% assign title = 'Pretty' %}
|
11
|
-
{% endif %}
|
12
|
-
|
13
|
-
{% if include.bold != null %}
|
14
|
-
{% assign bold = include.bold %}
|
15
|
-
{% else %}
|
16
|
-
{% assign bold = 'Docs' %}
|
17
|
-
{% endif %}
|
18
|
-
|
19
|
-
{% if include.breadcrumb != null %}
|
20
|
-
{% assign breadcrumb = include.breadcrumb %}
|
21
|
-
{% else %}
|
22
|
-
{% assign breadcrumb = 'true' %}
|
23
|
-
{% endif %}
|
24
|
-
|
25
|
-
{% if include.breadcrumb-home-link != null %}
|
26
|
-
{% assign breadcrumb-home-link = include.breadcrumb-home-link %}
|
27
|
-
{% else %}
|
28
|
-
{% assign breadcrumb-home-link = 'index.html' %}
|
29
|
-
{% endif %}
|
30
|
-
|
31
|
-
{% if include.breadcrumb-home-title != null %}
|
32
|
-
{% assign breadcrumb-home-title = include.breadcrumb-home-title %}
|
33
|
-
{% else %}
|
34
|
-
{% assign breadcrumb-home-title = 'Home' %}
|
35
|
-
{% endif %}
|
36
|
-
|
37
|
-
{% if include.breadcrumb-active != null %}
|
38
|
-
{% assign breadcrumb-active = include.breadcrumb-active %}
|
39
|
-
{% else %}
|
40
|
-
{% assign breadcrumb-active = 'Quick Start' %}
|
41
|
-
{% endif %}
|
42
|
-
|
43
|
-
{% if breadcrumb-active != '' %}
|
44
|
-
{% assign breadcrumb-active-hide = false %}
|
45
|
-
{% else %}
|
46
|
-
{% assign breadcrumb-active-hide = true %}
|
47
|
-
{% endif %}
|
48
|
-
|
49
|
-
<!-- ******Header****** -->
|
50
|
-
<header id="header" class="header">
|
51
|
-
<div class="container">
|
52
|
-
<div class="branding">
|
53
|
-
<h1 class="logo">
|
54
|
-
<a href="{{ page.url }}">
|
55
|
-
<span aria-hidden="true" class="{{ icon }}"></span>
|
56
|
-
<span class="text-highlight">{{ title }}</span>
|
57
|
-
<span class="text-bold">{{ bold }}</span>
|
58
|
-
</a>
|
59
|
-
</h1>
|
60
|
-
</div><!--//branding-->
|
61
|
-
{% if breadcrumb == 'true' %}
|
62
|
-
<ol class="breadcrumb">
|
63
|
-
<li><a href="{{ breadcrumb-home-link }}">{{ breadcrumb-home-title }}</a></li>
|
64
|
-
{%if breadcrumb-active-hide == false %}
|
65
|
-
<li class="active">{{ breadcrumb-active }}</li>
|
66
|
-
{% endif %}
|
67
|
-
</ol>
|
68
|
-
{% endif %}
|
69
|
-
</div><!--//container-->
|
70
|
-
</header><!--//header-->
|
data/_includes/icon-github.html
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
maiconpinto
|
@@ -1,22 +0,0 @@
|
|
1
|
-
<!-- ******Header****** -->
|
2
|
-
<header class="header text-center">
|
3
|
-
<div class="container">
|
4
|
-
<div class="branding">
|
5
|
-
<h1 class="logo">
|
6
|
-
<span aria-hidden="true" class="icon_documents_alt icon"></span>
|
7
|
-
<span class="text-highlight">Pretty</span><span class="text-bold">Docs</span>
|
8
|
-
</h1>
|
9
|
-
</div><!--//branding-->
|
10
|
-
<div class="tagline">
|
11
|
-
<p>Free Bootstrap theme for your project documentation</p>
|
12
|
-
<p>Designed with <i class="fa fa-heart"></i> for developers</p>
|
13
|
-
</div><!--//tagline-->
|
14
|
-
<div class="social-container">
|
15
|
-
<div class="twitter-tweet">
|
16
|
-
<a href="https://twitter.com/share" class="twitter-share-button" data-text="PrettyDocs - A FREE #Bootstrap theme for project documentations #Responsive" data-via="3rdwave_themes">Tweet</a>
|
17
|
-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
18
|
-
</div><!--//tweet-->
|
19
|
-
<div class="fb-like" data-href="http://themes.3rdwavemedia.com" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
|
20
|
-
</div><!--//social-container-->
|
21
|
-
</div><!--//container-->
|
22
|
-
</header><!--//header-->
|
@@ -1,65 +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_gift"></span> License & Credits</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="license" class="doc-section">
|
11
|
-
<h2 class="section-title">PrettyDocs License</h2>
|
12
|
-
<div class="section-block">
|
13
|
-
<div class="jumbotron text-center">
|
14
|
-
<h1>CC BY 3.0</h1>
|
15
|
-
<p>PrettyDocs is made by UX designer <a href="https://twitter.com/3rdwave_themes" target="_blank">Xiaoying Riley</a> for developers and is 100% <strong>FREE</strong> under the <a class="dotted-line" href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution 3.0 License (CC BY 3.0)</a></p>
|
16
|
-
<div class="author-profile text-center">
|
17
|
-
<a class="center-block" href="https://twitter.com/3rdwave_themes" target="_blank"><img src="assets/images/demo/author-profile.png" alt=""></a>
|
18
|
-
</div><!--//author-profile-->
|
19
|
-
<div class="speech-bubble">
|
20
|
-
<h3 class="speech-title">Want to get more freebies in the future?</h3>
|
21
|
-
|
22
|
-
<p>I tweet and share <strong>#UX</strong> and <strong>#webdev</strong> related resources/content at <a href="https://twitter.com/3rdwave_themes" target="_blank">@3rdwave_themes</a> <br> Follow me on twitter and I will keep you informed about my next free template there. :)</p>
|
23
|
-
</div>
|
24
|
-
|
25
|
-
<div class="list list-inline center-block">
|
26
|
-
<a class="btn btn-cta btn-orange" href="https://twitter.com/3rdwave_themes" target="_blank"><i class="fa fa-twitter"></i> Follow Xiaoying on Twitter</a>
|
27
|
-
</div>
|
28
|
-
</div><!--//jumbotron-->
|
29
|
-
</div><!--//section-block-->
|
30
|
-
|
31
|
-
</section><!--//doc-section-->
|
32
|
-
<section id="credits" class="doc-section">
|
33
|
-
<h2 class="section-title">PrettyDocs Credits</h2>
|
34
|
-
<div class="section-block">
|
35
|
-
<ul class="list list-unstyled">
|
36
|
-
|
37
|
-
<li><a href="http://getbootstrap.com/" target="_blank"><i class="fa fa-external-link-square"></i> Bootstrap</a></li>
|
38
|
-
<li><a href="http://fortawesome.github.io/Font-Awesome/" target="_blank"><i class="fa fa-external-link-square"></i> FontAwesome</a></li>
|
39
|
-
<li><a href="http://www.elegantthemes.com/blog/resources/elegant-icon-font" target="_blank"><i class="fa fa-external-link-square"></i> Elegant icon font</a></li>
|
40
|
-
<li><a href="http://www.google.com/webfonts" target="_blank"><i class="fa fa-external-link-square"></i> Google Fonts</a></li>
|
41
|
-
<li><a href="http://jquery.com/" target="_blank"><i class="fa fa-external-link-square"></i> jQuery</a></li>
|
42
|
-
<li><a href="http://prismjs.com/index.html" target="_blank"><i class="fa fa-external-link-square"></i> Prism</a></li>
|
43
|
-
<li><a href="http://ashleydw.github.io/lightbox/" target="_blank"><i class="fa fa-external-link-square"></i> Bootstrap Lightbox</a></li>
|
44
|
-
<li><a href="http://flesler.blogspot.co.uk/2007/10/jqueryscrollto.html" target="_blank"><i class="fa fa-external-link-square"></i> jQuery ScrollTo</a></li>
|
45
|
-
<li><a href="http://brm.io/jquery-match-height/" target="_blank"><i class="fa fa-external-link-square"></i> jQuery Match Height</a></li>
|
46
|
-
|
47
|
-
</ul>
|
48
|
-
</div><!--//section-block-->
|
49
|
-
|
50
|
-
</section><!--//doc-section-->
|
51
|
-
|
52
|
-
|
53
|
-
</div><!--//content-inner-->
|
54
|
-
</div><!--//doc-content-->
|
55
|
-
<div class="doc-sidebar">
|
56
|
-
<nav id="doc-nav">
|
57
|
-
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
|
58
|
-
<li><a class="scrollto" href="#license">License</a></li>
|
59
|
-
<li><a class="scrollto" href="#credits">Credits</a></li>
|
60
|
-
</ul><!--//doc-menu-->
|
61
|
-
</nav>
|
62
|
-
</div><!--//doc-sidebar-->
|
63
|
-
</div><!--//doc-body-->
|
64
|
-
</div><!--//container-->
|
65
|
-
</div><!--//doc-wrapper-->
|
@@ -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">License & Credits</li>
|
15
|
-
</ol>
|
16
|
-
</div><!--//container-->
|
17
|
-
</header><!--//header-->
|
@@ -1,281 +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_puzzle_alt"></span> Components</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="dashboards" class="doc-section">
|
11
|
-
<h2 class="section-title">Dashboards</h2>
|
12
|
-
<div class="section-block">
|
13
|
-
<p>Welcome! The screenshots used in this page are taken from <a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank">AppKit</a>. AppKit is a Bootstrap Angular admin theme.</p>
|
14
|
-
<ul class="list list-inline">
|
15
|
-
<li><a class="btn btn-cta btn-pink" href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-external-link"></i> AppKit Details</a></li>
|
16
|
-
<li><a class="btn btn-cta btn-primary" href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-eye"></i> AppKit Demo</a></li>
|
17
|
-
</ul>
|
18
|
-
|
19
|
-
</div><!--//section-block-->
|
20
|
-
<div class="section-block">
|
21
|
-
<div class="row">
|
22
|
-
<div class="col-md-6 col-sm-12 col-sm-12">
|
23
|
-
<h6>Use Case 1</h6>
|
24
|
-
<p>Project management</p>
|
25
|
-
<div class="screenshot-holder">
|
26
|
-
<a href="assets/images/demo/appkit-dashboard-1.jpg" data-title="Dashboard - Project Management" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-dashboard-1-thumb.jpg" alt="screenshot" /></a>
|
27
|
-
<a class="mask" href="assets/images/demo/appkit-dashboard-1.jpg" data-title="Dashboard - Project Management" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
28
|
-
</div>
|
29
|
-
</div>
|
30
|
-
<div class="col-md-6 col-sm-12 col-sm-12">
|
31
|
-
<h6>Use Case 2</h6>
|
32
|
-
<p>Web analytics</p>
|
33
|
-
<div class="screenshot-holder">
|
34
|
-
<a href="assets/images/demo/appkit-dashboard-2.jpg" data-title="Dashboard - Web Analytics" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-dashboard-2-thumb.jpg" alt="screenshot" /></a>
|
35
|
-
<a class="mask" href="assets/images/demo/appkit-dashboard-2.jpg" data-title="Dashboard - Web Analytics" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
36
|
-
</div>
|
37
|
-
</div>
|
38
|
-
<div class="clearfix"></div>
|
39
|
-
<div class="col-md-6 col-sm-12 col-sm-12">
|
40
|
-
<h6>Use Case 3</h6>
|
41
|
-
<p>Health/Fitness app</p>
|
42
|
-
<div class="screenshot-holder">
|
43
|
-
<a href="assets/images/demo/appkit-dashboard-3.jpg" data-title="Dashboard - Health/Fitness" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-dashboard-3-thumb.jpg" alt="screenshot" /></a>
|
44
|
-
<a class="mask" href="assets/images/demo/appkit-dashboard-3.jpg" data-title="Dashboard - Health/Fitness" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
45
|
-
</div>
|
46
|
-
</div>
|
47
|
-
<div class="col-md-6 col-sm-12 col-sm-12">
|
48
|
-
<h6>Use Case 4</h6>
|
49
|
-
<p>Web hosting</p>
|
50
|
-
<div class="screenshot-holder">
|
51
|
-
<a href="assets/images/demo/appkit-dashboard-4.jpg" data-title="Dashboard - Web Hosting" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-dashboard-4-thumb.jpg" alt="screenshot" /></a>
|
52
|
-
<a class="mask" href="assets/images/demo/appkit-dashboard-4.jpg" data-title="Dashboard - Web Hosting" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
53
|
-
</div>
|
54
|
-
</div>
|
55
|
-
</div><!--//row-->
|
56
|
-
<div class="callout-block callout-info">
|
57
|
-
<div class="icon-holder">
|
58
|
-
<i class="fa fa-bullhorn"></i>
|
59
|
-
</div><!--//icon-holder-->
|
60
|
-
<div class="content">
|
61
|
-
<h4 class="callout-title">Lightbox Example</h4>
|
62
|
-
<p>Click the screenshot images to trigger the image modal.</p>
|
63
|
-
</div><!--//content-->
|
64
|
-
</div><!--//callout-->
|
65
|
-
</div><!--//section-block-->
|
66
|
-
|
67
|
-
</section><!--//doc-section-->
|
68
|
-
|
69
|
-
<section id="app-components" class="doc-section">
|
70
|
-
<h2 class="section-title">App Components</h2>
|
71
|
-
<div id="projects" class="section-block">
|
72
|
-
<h3 class="block-title">Projects</h3>
|
73
|
-
<p>Intro goes here 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</p>
|
74
|
-
<div class="row">
|
75
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
76
|
-
<h6>Projects Overview</h6>
|
77
|
-
<div class="screenshot-holder">
|
78
|
-
<a href="assets/images/demo/appkit-projects.jpg" data-title="Project Overview" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-projects-thumb.jpg" alt="screenshot" /></a>
|
79
|
-
<a class="mask" href="assets/images/demo/appkit-projects.jpg" data-title="Project Overview" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
80
|
-
</div>
|
81
|
-
</div>
|
82
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
83
|
-
<h6>Project Details</h6>
|
84
|
-
<div class="screenshot-holder">
|
85
|
-
<a href="assets/images/demo/appkit-project.jpg" data-title="Project Details" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-project-thumb.jpg" alt="screenshot" /></a>
|
86
|
-
<a class="mask" href="assets/images/demo/appkit-project.jpg" data-title="Project Details" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
87
|
-
</div>
|
88
|
-
</div>
|
89
|
-
</div><!--//row-->
|
90
|
-
</div><!--//section-block-->
|
91
|
-
<div id="discussions" class="section-block">
|
92
|
-
<h3 class="block-title">Discussions</h3>
|
93
|
-
<div class="row">
|
94
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
95
|
-
<h6>Discussions Overview</h6>
|
96
|
-
<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.</p>
|
97
|
-
<div class="screenshot-holder">
|
98
|
-
<a href="assets/images/demo/appkit-discussions.jpg" data-title="Discussion Overview" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-discussions-thumb.jpg" alt="screenshot" /></a>
|
99
|
-
<a class="mask" href="assets/images/demo/appkit-discussions.jpg" data-title="Discussion Overview" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
100
|
-
</div>
|
101
|
-
</div>
|
102
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
103
|
-
<h6>Discussion Details</h6>
|
104
|
-
<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.</p>
|
105
|
-
<div class="screenshot-holder">
|
106
|
-
<a href="assets/images/demo/appkit-discussion.jpg" data-title="Discussion Details" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-discussion-thumb.jpg" alt="screenshot" /></a>
|
107
|
-
<a class="mask" href="assets/images/demo/appkit-discussion.jpg" data-title="Discussion Details" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
108
|
-
</div>
|
109
|
-
</div>
|
110
|
-
</div><!--//row-->
|
111
|
-
</div><!--//section-block-->
|
112
|
-
|
113
|
-
<div id="members" class="section-block">
|
114
|
-
<h3 class="block-title">Members</h3>
|
115
|
-
<div class="row">
|
116
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
117
|
-
<h6>Members Overview</h6>
|
118
|
-
<div class="screenshot-holder">
|
119
|
-
<a href="assets/images/demo/appkit-members.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-members-thumb.jpg" alt="screenshot" /></a>
|
120
|
-
<a class="mask" href="assets/images/demo/appkit-members.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
121
|
-
</div>
|
122
|
-
</div>
|
123
|
-
<div class="col-md-6 col-sm-6 col-xs-12">
|
124
|
-
<h6>Individual Member</h6>
|
125
|
-
<div class="screenshot-holder">
|
126
|
-
<a href="assets/images/demo/appkit-member.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-member-thumb.jpg" alt="screenshot" /></a>
|
127
|
-
<a class="mask" href="assets/images/demo/appkit-member.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
128
|
-
</div>
|
129
|
-
</div>
|
130
|
-
</div><!--//row-->
|
131
|
-
</div><!--//section-block-->
|
132
|
-
|
133
|
-
<div id="account" class="section-block">
|
134
|
-
<h3 class="block-title">User Account</h3>
|
135
|
-
<p>Intro goes here lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.</p>
|
136
|
-
<div class="row">
|
137
|
-
<div class="col-md-4 col-sm-4 col-xs-6">
|
138
|
-
<h6>User Profile</h6>
|
139
|
-
<div class="screenshot-holder">
|
140
|
-
<a href="assets/images/demo/appkit-account-profile.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-account-profile-thumb.jpg" alt="screenshot" /></a>
|
141
|
-
<a class="mask" href="assets/images/demo/appkit-account-profile.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
142
|
-
</div>
|
143
|
-
</div>
|
144
|
-
<div class="col-md-4 col-sm-4 col-xs-6">
|
145
|
-
<h6>User Settings</h6>
|
146
|
-
<div class="screenshot-holder">
|
147
|
-
<a href="assets/images/demo/appkit-account-settings.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-account-settings-thumb.jpg" alt="screenshot" /></a>
|
148
|
-
<a class="mask" href="assets/images/demo/appkit-account-settings.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
149
|
-
</div>
|
150
|
-
</div>
|
151
|
-
<div class="col-md-4 col-sm-4 col-xs-6">
|
152
|
-
<h6>User Billing</h6>
|
153
|
-
<div class="screenshot-holder">
|
154
|
-
<a href="assets/images/demo/appkit-account-billing.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-account-billing-thumb.jpg" alt="screenshot" /></a>
|
155
|
-
<a class="mask" href="assets/images/demo/appkit-account-billing.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
156
|
-
</div>
|
157
|
-
</div>
|
158
|
-
<div class="col-md-4 col-sm-4 col-xs-6">
|
159
|
-
<h6>User Messages</h6>
|
160
|
-
<div class="screenshot-holder">
|
161
|
-
<a href="assets/images/demo/appkit-account-messages.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-account-messages-thumb.jpg" alt="screenshot" /></a>
|
162
|
-
<a class="mask" href="assets/images/demo/appkit-account-messages.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
163
|
-
</div>
|
164
|
-
</div>
|
165
|
-
<div class="col-md-4 col-sm-4 col-xs-6">
|
166
|
-
<h6>User Drive</h6>
|
167
|
-
<div class="screenshot-holder">
|
168
|
-
<a href="assets/images/demo/appkit-account-drive.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-account-drive-thumb.jpg" alt="screenshot" /></a>
|
169
|
-
<a class="mask" href="assets/images/demo/appkit-account-drive.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
170
|
-
</div>
|
171
|
-
</div>
|
172
|
-
<div class="col-md-4 col-sm-4 col-xs-6">
|
173
|
-
<h6>User Reminders</h6>
|
174
|
-
<div class="screenshot-holder">
|
175
|
-
<a href="assets/images/demo/appkit-account-reminders.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-account-reminders-thumb.jpg" alt="screenshot" /></a>
|
176
|
-
<a class="mask" href="assets/images/demo/appkit-account-reminders.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
177
|
-
</div>
|
178
|
-
</div>
|
179
|
-
</div><!--//row-->
|
180
|
-
</div><!--//section-block-->
|
181
|
-
|
182
|
-
<div id="others" class="section-block">
|
183
|
-
<h3 class="block-title">Others</h3>
|
184
|
-
<div class="row">
|
185
|
-
<div class="col-md-3 col-sm-3 col-xs-6">
|
186
|
-
<h6>Activities</h6>
|
187
|
-
<div class="screenshot-holder">
|
188
|
-
<a href="assets/images/demo/appkit-activities.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-activities-thumb.jpg" alt="screenshot" /></a>
|
189
|
-
<a class="mask" href="assets/images/demo/appkit-activities.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
190
|
-
</div>
|
191
|
-
</div>
|
192
|
-
<div class="col-md-3 col-sm-3 col-xs-6">
|
193
|
-
<h6>Tickets</h6>
|
194
|
-
<div class="screenshot-holder">
|
195
|
-
<a href="assets/images/demo/appkit-tickets.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-tickets-thumb.jpg" alt="screenshot" /></a>
|
196
|
-
<a class="mask" href="assets/images/demo/appkit-tickets.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
197
|
-
</div>
|
198
|
-
</div>
|
199
|
-
<div class="col-md-3 col-sm-3 col-xs-6">
|
200
|
-
<h6>Inbox</h6>
|
201
|
-
<div class="screenshot-holder">
|
202
|
-
<a href="assets/images/demo/appkit-inbox.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-inbox-thumb.jpg" alt="screenshot" /></a>
|
203
|
-
<a class="mask" href="assets/images/demo/appkit-inbox.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
204
|
-
</div>
|
205
|
-
</div>
|
206
|
-
<div class="col-md-3 col-sm-3 col-xs-6">
|
207
|
-
<h6>Timeline</h6>
|
208
|
-
<div class="screenshot-holder">
|
209
|
-
<a href="assets/images/demo/appkit-timeline.jpg" data-toggle="lightbox"><img class="img-responsive" src="assets/images/demo/appkit-timeline-thumb.jpg" alt="screenshot" /></a>
|
210
|
-
<a class="mask" href="assets/images/demo/appkit-timeline.jpg" data-toggle="lightbox"><i class="icon fa fa-search-plus"></i></a>
|
211
|
-
</div>
|
212
|
-
</div>
|
213
|
-
</div><!--//row-->
|
214
|
-
</div><!--//section-block-->
|
215
|
-
<div class="section-block">
|
216
|
-
<p class="text-center">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.</p>
|
217
|
-
<div class="center-block text-center">
|
218
|
-
<a class="btn btn-primary" href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank">More App Components</a>
|
219
|
-
</div>
|
220
|
-
</div><!--//section-block-->
|
221
|
-
</section><!--//doc-section-->
|
222
|
-
<section id="ui-components" class="doc-section">
|
223
|
-
<h2 class="section-title">UI Components</h2>
|
224
|
-
<div class="section-block">
|
225
|
-
<p>Appkit is packed with building blocks. Aenean vulputate eleifend tellus. 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. </p>
|
226
|
-
<div class="row">
|
227
|
-
<div class="col-md-4 col-sm-5 col-xs-12">
|
228
|
-
<h6>Components List</h6>
|
229
|
-
<ul class="list list-unstyled">
|
230
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Typography</a></li>
|
231
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Icons</a></li>
|
232
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Buttons</a></li>
|
233
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Panels</a></li>
|
234
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Tabs</a></li>
|
235
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Accordions</a></li>
|
236
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Maps</a></li>
|
237
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Todo</a></li>
|
238
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Carousels</a></li>
|
239
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Notification</a></li>
|
240
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Draggable</a></li>
|
241
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Sortable</a></li>
|
242
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Nestable</a></li>
|
243
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Tree</a></li>
|
244
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Loaders</a></li>
|
245
|
-
<li><a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="fa fa-check"></i> Many More...</a></li>
|
246
|
-
</ul>
|
247
|
-
</div>
|
248
|
-
<div class="col-md-8 col-sm-5 col-xs-12">
|
249
|
-
<h6>Screenshot</h6>
|
250
|
-
<div class="screenshot-holder">
|
251
|
-
<a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><img class="img-responsive" src="assets/images/demo/appkit-widgets-thumb.jpg" alt="screenshot" /></a>
|
252
|
-
<a class="mask" href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><i class="icon fa fa-link"></i></a>
|
253
|
-
</div>
|
254
|
-
</div>
|
255
|
-
</div><!--//row-->
|
256
|
-
</div><!--//section-block-->
|
257
|
-
</section><!--//doc-section-->
|
258
|
-
|
259
|
-
</div><!--//content-inner-->
|
260
|
-
</div><!--//doc-content-->
|
261
|
-
<div class="doc-sidebar">
|
262
|
-
<nav id="doc-nav">
|
263
|
-
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
|
264
|
-
<li><a class="scrollto" href="#dashboards">Dashboards</a></li>
|
265
|
-
<li>
|
266
|
-
<a class="scrollto" href="#app-components">App Components</a>
|
267
|
-
<ul class="nav doc-sub-menu">
|
268
|
-
<li><a class="scrollto" href="#projects">Projects</a></li>
|
269
|
-
<li><a class="scrollto" href="#discussions">Discussions</a></li>
|
270
|
-
<li><a class="scrollto" href="#members">Members</a></li>
|
271
|
-
<li><a class="scrollto" href="#account">User Account</a></li>
|
272
|
-
<li><a class="scrollto" href="#others">Others</a></li>
|
273
|
-
</ul><!--//nav-->
|
274
|
-
</li>
|
275
|
-
<li><a class="scrollto" href="#ui-components">UI Components</a></li>
|
276
|
-
</ul><!--//doc-menu-->
|
277
|
-
</nav>
|
278
|
-
</div><!--//doc-sidebar-->
|
279
|
-
</div><!--//doc-body-->
|
280
|
-
</div><!--//container-->
|
281
|
-
</div><!--//doc-wrapper-->
|