Skip to content

Commit 6d8151e

Browse files
committed
feat(demo): add docs folder to run demo in ghpages
1 parent 89a00ae commit 6d8151e

File tree

199 files changed

+5038
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+5038
-0
lines changed
44.9 KB
Binary file not shown.

docs/assets/fonts/ionicons.eot

141 KB
Binary file not shown.

docs/assets/fonts/ionicons.scss

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
// Ionicons Icon Font CSS
3+
// --------------------------
4+
// Ionicons CSS for Ionic's <ion-icon> element
5+
// ionicons-icons.scss has the icons and their unicode characters
6+
7+
$ionicons-font-path: $font-path !default;
8+
9+
@import "ionicons-icons";
10+
@import "ionicons-variables";
11+
12+
13+
@font-face {
14+
font-family: "Ionicons";
15+
src: url("#{$ionicons-font-path}/ionicons.woff2?v=#{$ionicons-version}") format("woff2"),
16+
url("#{$ionicons-font-path}/ionicons.woff?v=#{$ionicons-version}") format("woff"),
17+
url("#{$ionicons-font-path}/ionicons.ttf?v=#{$ionicons-version}") format("truetype");
18+
font-weight: normal;
19+
font-style: normal;
20+
}
21+
22+
ion-icon {
23+
display: inline-block;
24+
25+
font-family: "Ionicons";
26+
-moz-osx-font-smoothing: grayscale;
27+
-webkit-font-smoothing: antialiased;
28+
font-style: normal;
29+
font-variant: normal;
30+
font-weight: normal;
31+
line-height: 1;
32+
text-rendering: auto;
33+
text-transform: none;
34+
speak: none;
35+
36+
@include rtl() {
37+
&[aria-label^="arrow"]::before,
38+
&[flip-rtl]::before {
39+
transform: scaleX(-1);
40+
}
41+
42+
&[unflip-rtl]::before {
43+
transform: scaleX(1);
44+
}
45+
}
46+
47+
&::before {
48+
display: inline-block;
49+
}
50+
}

docs/assets/fonts/ionicons.svg

Lines changed: 2630 additions & 0 deletions
Loading

docs/assets/fonts/ionicons.ttf

141 KB
Binary file not shown.

docs/assets/fonts/ionicons.woff

78.5 KB
Binary file not shown.

docs/assets/fonts/ionicons.woff2

59.6 KB
Binary file not shown.

docs/assets/fonts/noto-sans-bold.ttf

405 KB
Binary file not shown.

docs/assets/fonts/noto-sans-bold.woff

207 KB
Binary file not shown.
405 KB
Binary file not shown.
208 KB
Binary file not shown.

docs/assets/fonts/noto-sans.scss

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// Noto Sans Font
2+
// Google
3+
// Apache License, version 2.0
4+
// http://www.apache.org/licenses/LICENSE-2.0.html
5+
6+
$noto-sans-font-path: $font-path !default;
7+
8+
@font-face {
9+
font-family: "Noto Sans";
10+
font-style: normal;
11+
font-weight: 300;
12+
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype");
13+
}
14+
15+
@font-face {
16+
font-family: "Noto Sans";
17+
font-style: normal;
18+
font-weight: 400;
19+
src: local("Noto Sans"), local("Noto-Sans-Regular"), url("#{$noto-sans-font-path}/noto-sans-regular.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-regular.ttf") format("truetype");
20+
}
21+
22+
@font-face {
23+
font-family: "Noto Sans";
24+
font-style: normal;
25+
font-weight: 500;
26+
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype");
27+
}
28+
29+
@font-face {
30+
font-family: "Noto Sans";
31+
font-style: normal;
32+
font-weight: 700;
33+
src: local("Noto Sans Bold"), local("Noto-Sans-Bold"), url("#{$noto-sans-font-path}/noto-sans-bold.woff") format("woff"), url("#{$noto-sans-font-path}/noto-sans-bold.ttf") format("truetype");
34+
}

docs/assets/fonts/roboto-bold.ttf

19.6 KB
Binary file not shown.

docs/assets/fonts/roboto-bold.woff

13 KB
Binary file not shown.

docs/assets/fonts/roboto-bold.woff2

9.97 KB
Binary file not shown.

docs/assets/fonts/roboto-light.ttf

19.4 KB
Binary file not shown.

docs/assets/fonts/roboto-light.woff

13 KB
Binary file not shown.

docs/assets/fonts/roboto-light.woff2

9.98 KB
Binary file not shown.

docs/assets/fonts/roboto-medium.ttf

19.3 KB
Binary file not shown.

docs/assets/fonts/roboto-medium.woff

12.9 KB
Binary file not shown.

docs/assets/fonts/roboto-medium.woff2

9.95 KB
Binary file not shown.

docs/assets/fonts/roboto-regular.ttf

19.4 KB
Binary file not shown.

docs/assets/fonts/roboto-regular.woff

13 KB
Binary file not shown.
9.96 KB
Binary file not shown.

docs/assets/fonts/roboto.scss

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// Roboto Font
2+
// Google
3+
// Apache License, version 2.0
4+
// http://www.apache.org/licenses/LICENSE-2.0.html
5+
6+
$roboto-font-path: $font-path !default;
7+
8+
@font-face {
9+
font-family: "Roboto";
10+
font-style: normal;
11+
font-weight: 300;
12+
src: local("Roboto Light"), local("Roboto-Light"), url("#{$roboto-font-path}/roboto-light.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-light.woff") format("woff"), url("#{$roboto-font-path}/roboto-light.ttf") format("truetype");
13+
}
14+
15+
@font-face {
16+
font-family: "Roboto";
17+
font-style: normal;
18+
font-weight: 400;
19+
src: local("Roboto"), local("Roboto-Regular"), url("#{$roboto-font-path}/roboto-regular.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-regular.woff") format("woff"), url("#{$roboto-font-path}/roboto-regular.ttf") format("truetype");
20+
}
21+
22+
@font-face {
23+
font-family: "Roboto";
24+
font-style: normal;
25+
font-weight: 500;
26+
src: local("Roboto Medium"), local("Roboto-Medium"), url("#{$roboto-font-path}/roboto-medium.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-medium.woff") format("woff"), url("#{$roboto-font-path}/roboto-medium.ttf") format("truetype");
27+
}
28+
29+
@font-face {
30+
font-family: "Roboto";
31+
font-style: normal;
32+
font-weight: 700;
33+
src: local("Roboto Bold"), local("Roboto-Bold"), url("#{$roboto-font-path}/roboto-bold.woff2") format("woff2"), url("#{$roboto-font-path}/roboto-bold.woff") format("woff"), url("#{$roboto-font-path}/roboto-bold.ttf") format("truetype");
34+
}

docs/assets/fonts/sucrose.woff2

135 KB
Binary file not shown.

docs/assets/icon/camera.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/assets/icon/favicon.ico

1.93 KB
Binary file not shown.

docs/assets/icon/heart.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)