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
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
* Template Name: PrettyDocs - Bootstrap 4 Template for documentations
|
3
|
+
* Version: 2.0
|
4
|
+
* Author: Xiaoying Riley
|
5
|
+
* Copyright: 3rd Wave Media
|
6
|
+
* Twitter: @3rdwave_themes
|
7
|
+
* License: Creative Commons Attribution 3.0 License
|
8
|
+
* Website: http://themes.3rdwavemedia.com/
|
9
|
+
*/
|
10
|
+
|
11
|
+
//*************************** Theme Colours ****************************/
|
12
|
+
// Define theme colour scheme
|
13
|
+
$color-primary: #40babd;
|
14
|
+
$color-green: #75c181;
|
15
|
+
$color-red: #f77b6b;
|
16
|
+
$color-blue: #58bbee;
|
17
|
+
$color-orange: #F88C30;
|
18
|
+
$color-pink: #EA5395;
|
19
|
+
$color-purple: #8A40A7;
|
20
|
+
|
21
|
+
|
22
|
+
$text-color: #494d55;
|
23
|
+
$text-color-secondary: lighten($text-color, 10%);
|
24
|
+
$text-grey: lighten($text-color-secondary, 25%);
|
25
|
+
$grey: lighten($text-color-secondary, 25%);
|
26
|
+
$light-grey: #c3c3c3;
|
27
|
+
$dark-grey: #666;
|
28
|
+
$black: #000;
|
29
|
+
$smoky-white: #f5f5f5;
|
30
|
+
$smoky-grey: #f9f9fb;
|
31
|
+
$divider: #f0f0f0;
|
32
|
+
|
33
|
+
$new: #60A823;
|
34
|
+
$error: #E65348;
|
35
|
+
$facebook: #3b5998;
|
36
|
+
$twitter: #55acee;
|
37
|
+
$google: #dd4b39;
|
38
|
+
$github: #444;
|
39
|
+
|
40
|
+
//*************************** Theme Styles ****************************/
|
41
|
+
// Import theme styles
|
42
|
+
@import "mixins";
|
43
|
+
@import "base";
|
44
|
+
@import "doc";
|
45
|
+
@import "landing";
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-prettydocs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maicon Pinto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -61,42 +61,16 @@ extra_rdoc_files: []
|
|
61
61
|
files:
|
62
62
|
- LICENSE.txt
|
63
63
|
- README.md
|
64
|
-
- _includes/blue-doc-wrapper.html
|
65
|
-
- _includes/blue-header.html
|
66
|
-
- _includes/card-charts.html
|
67
|
-
- _includes/card-components.html
|
68
|
-
- _includes/card-faqs.html
|
69
|
-
- _includes/card-license.html
|
70
|
-
- _includes/card-quick.html
|
71
|
-
- _includes/card-showcase.html
|
72
|
-
- _includes/cards-section.html
|
73
|
-
- _includes/doc-wrapper.html
|
74
|
-
- _includes/fb-root.html
|
75
64
|
- _includes/footer.html
|
76
|
-
- _includes/
|
77
|
-
- _includes/green-header.html
|
78
|
-
- _includes/header-home.html
|
79
|
-
- _includes/header.html
|
80
|
-
- _includes/icon-github.html
|
81
|
-
- _includes/landing-header.html
|
82
|
-
- _includes/orange-doc-wrapper.html
|
83
|
-
- _includes/orange-header.html
|
84
|
-
- _includes/pink-doc-wrapper.html
|
85
|
-
- _includes/pink-header.html
|
65
|
+
- _includes/home.html
|
86
66
|
- _includes/promo-block.html
|
87
|
-
- _includes/purple-doc-wrapper.html
|
88
|
-
- _includes/purple-header.html
|
89
|
-
- _layouts/blue.html
|
90
|
-
- _layouts/default.html
|
91
|
-
- _layouts/green.html
|
92
67
|
- _layouts/home.html
|
93
|
-
- _layouts/orange.html
|
94
68
|
- _layouts/page.html
|
95
|
-
-
|
96
|
-
-
|
97
|
-
- _layouts/purple.html
|
69
|
+
- assets/.DS_Store
|
70
|
+
- assets/css/.DS_Store
|
98
71
|
- assets/css/styles.css
|
99
|
-
- assets/images
|
72
|
+
- assets/images/.DS_Store
|
73
|
+
- assets/images/demo/.DS_Store
|
100
74
|
- assets/images/demo/appkit-account-billing-thumb.jpg
|
101
75
|
- assets/images/demo/appkit-account-billing.jpg
|
102
76
|
- assets/images/demo/appkit-account-drive-thumb.jpg
|
@@ -152,6 +126,7 @@ files:
|
|
152
126
|
- assets/images/demo/author-profile.png
|
153
127
|
- assets/images/demo/elegant-icon-font.jpg
|
154
128
|
- assets/images/demo/fontawesome-icons.png
|
129
|
+
- assets/images/demo/instance-promo.jpg
|
155
130
|
- assets/images/demo/theme-atom.png
|
156
131
|
- assets/images/demo/theme-college-green.png
|
157
132
|
- assets/images/demo/theme-decibel.png
|
@@ -160,40 +135,58 @@ files:
|
|
160
135
|
- assets/images/demo/theme-developer.png
|
161
136
|
- assets/images/demo/theme-devstudio.png
|
162
137
|
- assets/images/demo/theme-epicure.png
|
138
|
+
- assets/images/demo/theme-instance.png
|
163
139
|
- assets/images/demo/theme-matrimony.png
|
164
140
|
- assets/images/demo/theme-onboard.png
|
141
|
+
- assets/images/demo/theme-orbit.png
|
142
|
+
- assets/images/demo/theme-pillar.png
|
143
|
+
- assets/images/demo/theme-sphere.png
|
144
|
+
- assets/images/demo/theme-startupkit.png
|
165
145
|
- assets/images/demo/theme-tempo.png
|
166
146
|
- assets/images/demo/theme-trades.png
|
167
147
|
- assets/images/demo/theme-velocity.png
|
168
148
|
- assets/images/empty.gif
|
149
|
+
- assets/images/untitled folder/.DS_Store
|
150
|
+
- assets/images/untitled folder/bootstrap-template-for-schools-academy.png
|
151
|
+
- assets/images/untitled folder/crowdfunding-landing-page-onboard.png
|
152
|
+
- assets/images/untitled folder/free-bootstrap-portfolio-theme-for-developers.png
|
153
|
+
- assets/images/untitled folder/free-bootstrap-theme-appkit-landing.png
|
154
|
+
- assets/images/untitled folder/free-bootstrap-theme-for-developers-devaid.png
|
155
|
+
- assets/images/untitled folder/free-bootstrap-theme-for-develpers-prettydocs.png
|
156
|
+
- assets/images/untitled folder/free-bootstrap-theme-for-documentation-prettydedocs.png
|
157
|
+
- assets/images/untitled folder/free-bootstrap-theme-for-startups-developers-appkit-landing.png
|
158
|
+
- assets/images/untitled folder/html5-website-template-college-green.png
|
159
|
+
- assets/images/untitled folder/html5-website-template-placeholder.png
|
160
|
+
- assets/images/untitled folder/restaurant-landing-page-epicure.png
|
161
|
+
- assets/images/untitled folder/wedding-invitation-landing-page-matrimony.png
|
162
|
+
- assets/js/.DS_Store
|
169
163
|
- assets/js/main.js
|
170
|
-
- assets/
|
171
|
-
- assets/less/doc.less
|
172
|
-
- assets/less/landing.less
|
173
|
-
- assets/less/mixins.less
|
174
|
-
- assets/less/styles.less
|
175
|
-
- assets/less/theme-default.less
|
164
|
+
- assets/plugins/.DS_Store
|
176
165
|
- assets/plugins/bootstrap/.editorconfig
|
177
166
|
- assets/plugins/bootstrap/.gitattributes
|
178
167
|
- assets/plugins/bootstrap/.gitignore
|
179
168
|
- assets/plugins/bootstrap/.hound.yml
|
180
169
|
- assets/plugins/bootstrap/.travis.yml
|
181
|
-
- assets/plugins/bootstrap/css/bootstrap-
|
182
|
-
- assets/plugins/bootstrap/css/bootstrap-
|
183
|
-
- assets/plugins/bootstrap/css/bootstrap-
|
184
|
-
- assets/plugins/bootstrap/css/bootstrap-
|
170
|
+
- assets/plugins/bootstrap/css/bootstrap-grid.css
|
171
|
+
- assets/plugins/bootstrap/css/bootstrap-grid.css.map
|
172
|
+
- assets/plugins/bootstrap/css/bootstrap-grid.min.css
|
173
|
+
- assets/plugins/bootstrap/css/bootstrap-grid.min.css.map
|
174
|
+
- assets/plugins/bootstrap/css/bootstrap-reboot.css
|
175
|
+
- assets/plugins/bootstrap/css/bootstrap-reboot.css.map
|
176
|
+
- assets/plugins/bootstrap/css/bootstrap-reboot.min.css
|
177
|
+
- assets/plugins/bootstrap/css/bootstrap-reboot.min.css.map
|
185
178
|
- assets/plugins/bootstrap/css/bootstrap.css
|
186
179
|
- assets/plugins/bootstrap/css/bootstrap.css.map
|
187
180
|
- assets/plugins/bootstrap/css/bootstrap.min.css
|
188
181
|
- assets/plugins/bootstrap/css/bootstrap.min.css.map
|
189
|
-
- assets/plugins/bootstrap/
|
190
|
-
- assets/plugins/bootstrap/
|
191
|
-
- assets/plugins/bootstrap/
|
192
|
-
- assets/plugins/bootstrap/
|
193
|
-
- assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2
|
182
|
+
- assets/plugins/bootstrap/js/bootstrap.bundle.js
|
183
|
+
- assets/plugins/bootstrap/js/bootstrap.bundle.js.map
|
184
|
+
- assets/plugins/bootstrap/js/bootstrap.bundle.min.js
|
185
|
+
- assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map
|
194
186
|
- assets/plugins/bootstrap/js/bootstrap.js
|
187
|
+
- assets/plugins/bootstrap/js/bootstrap.js.map
|
195
188
|
- assets/plugins/bootstrap/js/bootstrap.min.js
|
196
|
-
- assets/plugins/bootstrap/js/
|
189
|
+
- assets/plugins/bootstrap/js/bootstrap.min.js.map
|
197
190
|
- assets/plugins/elegant_font/Licensing/gpl_license.txt
|
198
191
|
- assets/plugins/elegant_font/Licensing/mit_license.txt
|
199
192
|
- assets/plugins/elegant_font/css/fonts/ElegantIcons.eot
|
@@ -923,44 +916,7 @@ files:
|
|
923
916
|
- assets/plugins/elegant_font/images/SVG/social_youtube.svg
|
924
917
|
- assets/plugins/elegant_font/images/SVG/social_youtube_circle.svg
|
925
918
|
- assets/plugins/elegant_font/images/SVG/social_youtube_square.svg
|
926
|
-
- assets/plugins/
|
927
|
-
- assets/plugins/font-awesome/css/font-awesome.css
|
928
|
-
- assets/plugins/font-awesome/css/font-awesome.min.css
|
929
|
-
- assets/plugins/font-awesome/fonts/FontAwesome.otf
|
930
|
-
- assets/plugins/font-awesome/fonts/fontawesome-webfont.eot
|
931
|
-
- assets/plugins/font-awesome/fonts/fontawesome-webfont.svg
|
932
|
-
- assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf
|
933
|
-
- assets/plugins/font-awesome/fonts/fontawesome-webfont.woff
|
934
|
-
- assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2
|
935
|
-
- assets/plugins/font-awesome/less/animated.less
|
936
|
-
- assets/plugins/font-awesome/less/bordered-pulled.less
|
937
|
-
- assets/plugins/font-awesome/less/core.less
|
938
|
-
- assets/plugins/font-awesome/less/fixed-width.less
|
939
|
-
- assets/plugins/font-awesome/less/font-awesome.less
|
940
|
-
- assets/plugins/font-awesome/less/icons.less
|
941
|
-
- assets/plugins/font-awesome/less/larger.less
|
942
|
-
- assets/plugins/font-awesome/less/list.less
|
943
|
-
- assets/plugins/font-awesome/less/mixins.less
|
944
|
-
- assets/plugins/font-awesome/less/path.less
|
945
|
-
- assets/plugins/font-awesome/less/rotated-flipped.less
|
946
|
-
- assets/plugins/font-awesome/less/screen-reader.less
|
947
|
-
- assets/plugins/font-awesome/less/stacked.less
|
948
|
-
- assets/plugins/font-awesome/less/variables.less
|
949
|
-
- assets/plugins/font-awesome/scss/_animated.scss
|
950
|
-
- assets/plugins/font-awesome/scss/_bordered-pulled.scss
|
951
|
-
- assets/plugins/font-awesome/scss/_core.scss
|
952
|
-
- assets/plugins/font-awesome/scss/_fixed-width.scss
|
953
|
-
- assets/plugins/font-awesome/scss/_icons.scss
|
954
|
-
- assets/plugins/font-awesome/scss/_larger.scss
|
955
|
-
- assets/plugins/font-awesome/scss/_list.scss
|
956
|
-
- assets/plugins/font-awesome/scss/_mixins.scss
|
957
|
-
- assets/plugins/font-awesome/scss/_path.scss
|
958
|
-
- assets/plugins/font-awesome/scss/_rotated-flipped.scss
|
959
|
-
- assets/plugins/font-awesome/scss/_screen-reader.scss
|
960
|
-
- assets/plugins/font-awesome/scss/_stacked.scss
|
961
|
-
- assets/plugins/font-awesome/scss/_variables.scss
|
962
|
-
- assets/plugins/font-awesome/scss/font-awesome.scss
|
963
|
-
- assets/plugins/jquery-1.12.3.min.js
|
919
|
+
- assets/plugins/jquery-3.3.1.min.js
|
964
920
|
- assets/plugins/jquery-match-height/CHANGELOG.md
|
965
921
|
- assets/plugins/jquery-match-height/LICENSE
|
966
922
|
- assets/plugins/jquery-match-height/README.md
|
@@ -998,24 +954,48 @@ files:
|
|
998
954
|
- assets/plugins/jquery-scrollTo/tests/test.js
|
999
955
|
- assets/plugins/lightbox/.gitignore
|
1000
956
|
- assets/plugins/lightbox/Gruntfile.js
|
1001
|
-
- assets/plugins/lightbox/
|
957
|
+
- assets/plugins/lightbox/ISSUE_TEMPLATE.md
|
958
|
+
- assets/plugins/lightbox/LICENSE
|
1002
959
|
- assets/plugins/lightbox/README.md
|
1003
960
|
- assets/plugins/lightbox/bower.json
|
1004
961
|
- assets/plugins/lightbox/dist/ekko-lightbox.css
|
1005
962
|
- assets/plugins/lightbox/dist/ekko-lightbox.js
|
1006
|
-
- assets/plugins/lightbox/dist/ekko-lightbox.
|
963
|
+
- assets/plugins/lightbox/dist/ekko-lightbox.js.map
|
1007
964
|
- assets/plugins/lightbox/dist/ekko-lightbox.min.js
|
1008
|
-
- assets/plugins/lightbox/ekko-lightbox.
|
965
|
+
- assets/plugins/lightbox/dist/ekko-lightbox.min.js.map
|
966
|
+
- assets/plugins/lightbox/ekko-lightbox.js
|
1009
967
|
- assets/plugins/lightbox/ekko-lightbox.less
|
1010
|
-
- assets/plugins/lightbox/examples/
|
1011
|
-
- assets/plugins/lightbox/
|
1012
|
-
- assets/plugins/lightbox/examples/remote/page2.html
|
1013
|
-
- assets/plugins/lightbox/examples/remote/readme.md
|
968
|
+
- assets/plugins/lightbox/examples/bs3.html
|
969
|
+
- assets/plugins/lightbox/index.html
|
1014
970
|
- assets/plugins/lightbox/package.json
|
971
|
+
- assets/plugins/lightbox/webpack.config.js
|
972
|
+
- assets/plugins/lightbox/yarn.lock
|
1015
973
|
- assets/plugins/prism/min/prism-min.js
|
1016
974
|
- assets/plugins/prism/prism.css
|
1017
975
|
- assets/plugins/prism/prism.js
|
1018
|
-
|
976
|
+
- assets/plugins/stickyfill/.editorconfig
|
977
|
+
- assets/plugins/stickyfill/.gitignore
|
978
|
+
- assets/plugins/stickyfill/Gruntfile.js
|
979
|
+
- assets/plugins/stickyfill/LICENSE
|
980
|
+
- assets/plugins/stickyfill/README.md
|
981
|
+
- assets/plugins/stickyfill/dist/stickyfill.es6.js
|
982
|
+
- assets/plugins/stickyfill/dist/stickyfill.js
|
983
|
+
- assets/plugins/stickyfill/dist/stickyfill.min.js
|
984
|
+
- assets/plugins/stickyfill/package-lock.json
|
985
|
+
- assets/plugins/stickyfill/package.json
|
986
|
+
- assets/plugins/stickyfill/src/stickyfill.js
|
987
|
+
- assets/plugins/stickyfill/test/index.html
|
988
|
+
- assets/plugins/stickyfill/test/js/jquery-3.1.1.min.js
|
989
|
+
- assets/plugins/stickyfill/types/index.d.ts
|
990
|
+
- assets/plugins/stickyfill/yarn.lock
|
991
|
+
- assets/scss/.DS_Store
|
992
|
+
- assets/scss/_base.scss
|
993
|
+
- assets/scss/_doc.scss
|
994
|
+
- assets/scss/_landing.scss
|
995
|
+
- assets/scss/_mixins.scss
|
996
|
+
- assets/scss/config.codekit3
|
997
|
+
- assets/scss/styles.scss
|
998
|
+
homepage: https://github.com/maiconpinto/jekyll-theme-prettydocs
|
1019
999
|
licenses:
|
1020
1000
|
- MIT
|
1021
1001
|
metadata: {}
|
@@ -1035,7 +1015,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1035
1015
|
version: '0'
|
1036
1016
|
requirements: []
|
1037
1017
|
rubyforge_project:
|
1038
|
-
rubygems_version: 2.
|
1018
|
+
rubygems_version: 2.7.6
|
1039
1019
|
signing_key:
|
1040
1020
|
specification_version: 4
|
1041
1021
|
summary: Jekyll Theme PrettyDocs
|
@@ -1,293 +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_datareport_alt"></span> Charts</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="chartjs" class="doc-section">
|
11
|
-
<h2 class="section-title">Chart.js</h2>
|
12
|
-
<div class="section-block">
|
13
|
-
<h3 class="block-title">1. Screenshot</h3>
|
14
|
-
<p>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>
|
15
|
-
<div class="screenshot-holder">
|
16
|
-
<a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><img class="img-responsive" src="assets/images/demo/appkit-chart-chartjs.jpg" alt="screenshot" /></a>
|
17
|
-
<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>
|
18
|
-
</div>
|
19
|
-
</div><!--//section-block-->
|
20
|
-
<div class="section-block">
|
21
|
-
<h3 class="block-title">2. Global Configurations</h3>
|
22
|
-
<p><strong><i class="fa fa-external-link-square"></i> Source:</strong> <a href="http://www.chartjs.org/docs/" target="_blank">http://www.chartjs.org/docs/</a></p>
|
23
|
-
<div class="code-block">
|
24
|
-
<pre><code class="language-javascript">Chart.defaults.global = {
|
25
|
-
// Boolean - Whether to animate the chart
|
26
|
-
animation: true,
|
27
|
-
|
28
|
-
// Number - Number of animation steps
|
29
|
-
animationSteps: 60,
|
30
|
-
|
31
|
-
// String - Animation easing effect
|
32
|
-
// Possible effects are:
|
33
|
-
// [easeInOutQuart, linear, easeOutBounce, easeInBack, easeInOutQuad,
|
34
|
-
// easeOutQuart, easeOutQuad, easeInOutBounce, easeOutSine, easeInOutCubic,
|
35
|
-
// easeInExpo, easeInOutBack, easeInCirc, easeInOutElastic, easeOutBack,
|
36
|
-
// easeInQuad, easeInOutExpo, easeInQuart, easeOutQuint, easeInOutCirc,
|
37
|
-
// easeInSine, easeOutExpo, easeOutCirc, easeOutCubic, easeInQuint,
|
38
|
-
// easeInElastic, easeInOutSine, easeInOutQuint, easeInBounce,
|
39
|
-
// easeOutElastic, easeInCubic]
|
40
|
-
animationEasing: "easeOutQuart",
|
41
|
-
|
42
|
-
// Boolean - If we should show the scale at all
|
43
|
-
showScale: true,
|
44
|
-
|
45
|
-
// Boolean - If we want to override with a hard coded scale
|
46
|
-
scaleOverride: false,
|
47
|
-
|
48
|
-
// ** Required if scaleOverride is true **
|
49
|
-
// Number - The number of steps in a hard coded scale
|
50
|
-
scaleSteps: null,
|
51
|
-
// Number - The value jump in the hard coded scale
|
52
|
-
scaleStepWidth: null,
|
53
|
-
// Number - The scale starting value
|
54
|
-
scaleStartValue: null,
|
55
|
-
|
56
|
-
// String - Colour of the scale line
|
57
|
-
scaleLineColor: "rgba(0,0,0,.1)",
|
58
|
-
|
59
|
-
// Number - Pixel width of the scale line
|
60
|
-
scaleLineWidth: 1,
|
61
|
-
|
62
|
-
// Boolean - Whether to show labels on the scale
|
63
|
-
scaleShowLabels: true,
|
64
|
-
|
65
|
-
// Interpolated JS string - can access value
|
66
|
-
scaleLabel: "<%=value%>",
|
67
|
-
|
68
|
-
// Boolean - Whether the scale should stick to integers, not floats even if drawing space is there
|
69
|
-
scaleIntegersOnly: true,
|
70
|
-
|
71
|
-
// Boolean - Whether the scale should start at zero, or an order of magnitude down from the lowest value
|
72
|
-
scaleBeginAtZero: false,
|
73
|
-
|
74
|
-
// String - Scale label font declaration for the scale label
|
75
|
-
scaleFontFamily: "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
|
76
|
-
|
77
|
-
// Number - Scale label font size in pixels
|
78
|
-
scaleFontSize: 12,
|
79
|
-
|
80
|
-
// String - Scale label font weight style
|
81
|
-
scaleFontStyle: "normal",
|
82
|
-
|
83
|
-
// String - Scale label font colour
|
84
|
-
scaleFontColor: "#666",
|
85
|
-
|
86
|
-
// Boolean - whether or not the chart should be responsive and resize when the browser does.
|
87
|
-
responsive: false,
|
88
|
-
|
89
|
-
// Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container
|
90
|
-
maintainAspectRatio: true,
|
91
|
-
|
92
|
-
// Boolean - Determines whether to draw tooltips on the canvas or not
|
93
|
-
showTooltips: true,
|
94
|
-
|
95
|
-
// Function - Determines whether to execute the customTooltips function instead of drawing the built in tooltips (See [Advanced - External Tooltips](#advanced-usage-custom-tooltips))
|
96
|
-
customTooltips: false,
|
97
|
-
|
98
|
-
// Array - Array of string names to attach tooltip events
|
99
|
-
tooltipEvents: ["mousemove", "touchstart", "touchmove"],
|
100
|
-
|
101
|
-
// String - Tooltip background colour
|
102
|
-
tooltipFillColor: "rgba(0,0,0,0.8)",
|
103
|
-
|
104
|
-
// String - Tooltip label font declaration for the scale label
|
105
|
-
tooltipFontFamily: "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
|
106
|
-
|
107
|
-
// Number - Tooltip label font size in pixels
|
108
|
-
tooltipFontSize: 14,
|
109
|
-
|
110
|
-
// String - Tooltip font weight style
|
111
|
-
tooltipFontStyle: "normal",
|
112
|
-
|
113
|
-
// String - Tooltip label font colour
|
114
|
-
tooltipFontColor: "#fff",
|
115
|
-
|
116
|
-
// String - Tooltip title font declaration for the scale label
|
117
|
-
tooltipTitleFontFamily: "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
|
118
|
-
|
119
|
-
// Number - Tooltip title font size in pixels
|
120
|
-
tooltipTitleFontSize: 14,
|
121
|
-
|
122
|
-
// String - Tooltip title font weight style
|
123
|
-
tooltipTitleFontStyle: "bold",
|
124
|
-
|
125
|
-
// String - Tooltip title font colour
|
126
|
-
tooltipTitleFontColor: "#fff",
|
127
|
-
|
128
|
-
// Number - pixel width of padding around tooltip text
|
129
|
-
tooltipYPadding: 6,
|
130
|
-
|
131
|
-
// Number - pixel width of padding around tooltip text
|
132
|
-
tooltipXPadding: 6,
|
133
|
-
|
134
|
-
// Number - Size of the caret on the tooltip
|
135
|
-
tooltipCaretSize: 8,
|
136
|
-
|
137
|
-
// Number - Pixel radius of the tooltip border
|
138
|
-
tooltipCornerRadius: 6,
|
139
|
-
|
140
|
-
// Number - Pixel offset from point x to tooltip edge
|
141
|
-
tooltipXOffset: 10,
|
142
|
-
|
143
|
-
// String - Template string for single tooltips
|
144
|
-
tooltipTemplate: "<%if (label){ %><%=label%>: <% }%><%= value %>",
|
145
|
-
|
146
|
-
// String - Template string for multiple tooltips
|
147
|
-
multiTooltipTemplate: "<%= value %>",
|
148
|
-
|
149
|
-
// Function - Will fire on animation progression.
|
150
|
-
onAnimationProgress: function(){},
|
151
|
-
|
152
|
-
// Function - Will fire on animation completion.
|
153
|
-
onAnimationComplete: function(){}
|
154
|
-
}</code></pre>
|
155
|
-
</div><!--//code-block-->
|
156
|
-
</div><!--//section-block-->
|
157
|
-
</section><!--//doc-section-->
|
158
|
-
|
159
|
-
<section id="flot" class="doc-section">
|
160
|
-
<h2 class="section-title">Flot Charts</h2>
|
161
|
-
<div class="section-block">
|
162
|
-
<h3 class="block-title">1. Screenshot</h3>
|
163
|
-
<div class="screenshot-holder">
|
164
|
-
<a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><img class="img-responsive" src="assets/images/demo/appkit-chart-flot.jpg" alt="screenshot" /></a>
|
165
|
-
<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>
|
166
|
-
</div>
|
167
|
-
</div><!--//section-block-->
|
168
|
-
<div class="section-block">
|
169
|
-
<h3 class="block-title">2. Basic Usage</h3>
|
170
|
-
<p><strong><i class="fa fa-external-link-square"></i> Source:</strong> <a href="https://github.com/flot/flot/blob/master/README.md" target="_blank">https://github.com/flot/flot/blob/master/README.md</a></p>
|
171
|
-
<p>Create a placeholder div to put the graph in:</p>
|
172
|
-
<p><pre><code class="language-markup"><div id="placeholder"></div></code></pre></p>
|
173
|
-
<p>You need to set the width and height of this div, otherwise the plot library doesn't know how to scale the graph. You can do it inline like this:</p>
|
174
|
-
<p><pre><code class="language-markup"><div id="placeholder" style="width:600px;height:300px"></div></code></pre></p>
|
175
|
-
<p>You can also do it with an external stylesheet. Make sure that the placeholder isn't within something with a display:none CSS property - in that case, Flot has trouble measuring label dimensions which results in garbled looks and might have trouble measuring the placeholder dimensions which is fatal (it'll throw an exception).</p>
|
176
|
-
|
177
|
-
<p>Then when the div is ready in the DOM, which is usually on document ready, run the plot function:</p>
|
178
|
-
<p><pre><code class="language-javascript">$.plot($("#placeholder"), data, options);</code></pre></p>
|
179
|
-
<p>Here, data is an array of data series and options is an object with settings if you want to customize the plot. Take a look at the examples for some ideas of what to put in or look at the <a href="#">API reference</a>. Here's a quick example that'll draw a line from (0, 0) to (1, 1):</p>
|
180
|
-
|
181
|
-
<p><pre><code class="language-javascript">$.plot($("#placeholder"), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } });</code></pre></p>
|
182
|
-
<p>The plot function immediately draws the chart and then returns a plot object with a couple of methods.</p>
|
183
|
-
|
184
|
-
</div><!--//section-block-->
|
185
|
-
</section><!--//doc-section-->
|
186
|
-
|
187
|
-
<section id="morris" class="doc-section">
|
188
|
-
<h2 class="section-title">Morris.js</h2>
|
189
|
-
<div class="section-block">
|
190
|
-
<h3 class="block-title">1. Screenshot</h3>
|
191
|
-
<div class="screenshot-holder">
|
192
|
-
<a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><img class="img-responsive" src="assets/images/demo/appkit-chart-flot.jpg" alt="screenshot" /></a>
|
193
|
-
<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>
|
194
|
-
</div>
|
195
|
-
</div><!--//section-block-->
|
196
|
-
<div class="section-block">
|
197
|
-
<h3 class="block-title">2. Getting Started</h3>
|
198
|
-
<p>Add <strong>morris.js</strong> and its dependencies (<a href="#">jQuery</a> & <a href="#">Raphaël</a>) to your page.</p>
|
199
|
-
<p><pre><code class="language-markup">1 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">
|
200
|
-
2 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
|
201
|
-
3 <script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
|
202
|
-
4 <script src="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script></code></pre></p>
|
203
|
-
|
204
|
-
|
205
|
-
</div><!--//section-block-->
|
206
|
-
<div class="section-block">
|
207
|
-
<h3 class="block-title">3. Your first chart</h3>
|
208
|
-
<p>Start by adding a <code><div></code> to your page that will contain your chart. Make
|
209
|
-
sure it has an ID so you can refer to it in your Javascript later.</p>
|
210
|
-
<p><pre><code class="language-markup"><div id="myfirstchart" style="height: 250px;"></div></code></pre></p>
|
211
|
-
<div class="callout-block callout-info">
|
212
|
-
<div class="icon-holder">
|
213
|
-
<i class="fa fa-info-circle"></i>
|
214
|
-
</div><!--//icon-holder-->
|
215
|
-
<div class="content">
|
216
|
-
<h4 class="callout-title">Note:</h4>
|
217
|
-
<p>in order to display something, you’ll need to have given the div some dimensions. Here I’ve used inline CSS just for illustration.</p>
|
218
|
-
</div><!--//content-->
|
219
|
-
</div>
|
220
|
-
<p>Next add a <code><script></code> block to the end of your page, containing the following
|
221
|
-
javascript code:</p>
|
222
|
-
<p><pre><code class="language-javascript">new Morris.Line({
|
223
|
-
// ID of the element in which to draw the chart.
|
224
|
-
element: 'myfirstchart',
|
225
|
-
// Chart data records -- each entry in this array corresponds to a point on
|
226
|
-
// the chart.
|
227
|
-
data: [
|
228
|
-
{ year: '2008', value: 20 },
|
229
|
-
{ year: '2009', value: 10 },
|
230
|
-
{ year: '2010', value: 5 },
|
231
|
-
{ year: '2011', value: 5 },
|
232
|
-
{ year: '2012', value: 20 }
|
233
|
-
],
|
234
|
-
// The name of the data record attribute that contains x-values.
|
235
|
-
xkey: 'year',
|
236
|
-
// A list of names of data record attributes that contain y-values.
|
237
|
-
ykeys: ['value'],
|
238
|
-
// Labels for the ykeys -- will be displayed when you hover over the
|
239
|
-
// chart.
|
240
|
-
labels: ['Value']
|
241
|
-
});</code></pre></p>
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
</div><!--//section-block-->
|
246
|
-
</section><!--//doc-section-->
|
247
|
-
|
248
|
-
<section id="inline" class="doc-section">
|
249
|
-
<h2 class="section-title">Inline Charts</h2>
|
250
|
-
<div class="section-block">
|
251
|
-
<h3 class="block-title">1. Screenshot</h3>
|
252
|
-
<div class="screenshot-holder">
|
253
|
-
<a href="https://wrapbootstrap.com/theme/appkit-admin-theme-angularjs-WB051SCJ1?ref=3wm" target="_blank"><img class="img-responsive" src="assets/images/demo/appkit-chart-inline.jpg" alt="screenshot" /></a>
|
254
|
-
<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>
|
255
|
-
</div>
|
256
|
-
</div><!--//section-block-->
|
257
|
-
<div class="section-block">
|
258
|
-
<h3 class="block-title">2. Charts Used</h3>
|
259
|
-
<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.</p>
|
260
|
-
<ul class="list list-unstyled">
|
261
|
-
<li><a href="#" target="_blank"><i class="fa fa-external-link-square"></i> Peity</a></li>
|
262
|
-
<li><a href="#" target="_blank"><i class="fa fa-external-link-square"></i> Easy Pie Chart</a></li>
|
263
|
-
<li><a href="#" target="_blank"><i class="fa fa-external-link-square"></i> Sparklines</a></li>
|
264
|
-
</ul>
|
265
|
-
</div><!--//section-block-->
|
266
|
-
<div class="section-block">
|
267
|
-
<div class="jumbotron text-center">
|
268
|
-
<h1>Jumbotron Example</h1>
|
269
|
-
<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.</p>
|
270
|
-
<ul class="list list-inline center-block">
|
271
|
-
<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>
|
272
|
-
<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>
|
273
|
-
</ul>
|
274
|
-
</div><!--//jumbotron-->
|
275
|
-
</div><!--//section-->
|
276
|
-
</section><!--//doc-section-->
|
277
|
-
|
278
|
-
|
279
|
-
</div><!--//content-inner-->
|
280
|
-
</div><!--//doc-content-->
|
281
|
-
<div class="doc-sidebar">
|
282
|
-
<nav id="doc-nav">
|
283
|
-
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
|
284
|
-
<li><a class="scrollto" href="#chartjs">Chart.js</a></li>
|
285
|
-
<li><a class="scrollto" href="#flot">Flot Charts</a></li>
|
286
|
-
<li><a class="scrollto" href="#morris">Morris.js</a></li>
|
287
|
-
<li><a class="scrollto" href="#inline">Inline Charts</a></li>
|
288
|
-
</ul><!--//doc-menu-->
|
289
|
-
</nav>
|
290
|
-
</div><!--//doc-sidebar-->
|
291
|
-
</div><!--//doc-body-->
|
292
|
-
</div><!--//container-->
|
293
|
-
</div><!--//doc-wrapper-->
|