Skip to content

Commit b55894c

Browse files
authored
docs: update asset paths and add a privacy policy (#187)
* docs: add Google Analytics tracking with gtag plugin * docs: fix gtag plugin script source path in index.html * docs: fix gtag plugin script source path in index.html * docs: add Umami analytics script to index.html * docs: add privacy policy page and footer to index.html * docs: add Material Icons font and styles to styles.css * docs: update asset paths * fix: update email contact in privacy policy * docs: update privacy policy with detailed data practices and rights under GDPR
1 parent ea35655 commit b55894c

16 files changed

+251
-14
lines changed

docs/assets/styles.css renamed to docs/assets/css/styles.css

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,60 @@
11
:root {
22
--theme-color: #0284c7;
33
--theme-secondary-color: #14b8a6;
4-
54
--theme-hover-color: #0ea5e9;
65
}
76

7+
@font-face {
8+
font-family: 'Material Icons';
9+
font-style: normal;
10+
font-weight: 400;
11+
src: url(/assets/fonts/material-icons.woff2) format('woff2');
12+
}
13+
@font-face {
14+
font-family: 'Roboto Mono';
15+
font-style: normal;
16+
font-weight: 400;
17+
src: url(/assets/fonts/roboto-mono-400.woff2) format('woff2');
18+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
19+
}
20+
@font-face {
21+
font-family: 'Source Sans Pro';
22+
font-style: normal;
23+
font-weight: 300;
24+
src: url(/assets/fonts/source-sans-pro-300.woff2) format('woff2');
25+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
26+
}
27+
@font-face {
28+
font-family: 'Source Sans Pro';
29+
font-style: normal;
30+
font-weight: 400;
31+
src: url(/assets/fonts/source-sans-pro-400.woff2) format('woff2');
32+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
33+
}
34+
@font-face {
35+
font-family: 'Source Sans Pro';
36+
font-style: normal;
37+
font-weight: 600;
38+
src: url(/assets/fonts/source-sans-pro-600.woff2) format('woff2');
39+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
40+
}
41+
42+
.material-icons {
43+
font-family: 'Material Icons';
44+
font-weight: normal;
45+
font-style: normal;
46+
font-size: 24px;
47+
line-height: 1;
48+
letter-spacing: normal;
49+
text-transform: none;
50+
display: inline-block;
51+
white-space: nowrap;
52+
word-wrap: normal;
53+
direction: ltr;
54+
-moz-font-feature-settings: 'liga';
55+
-moz-osx-font-smoothing: grayscale;
56+
}
57+
858
.cover img {
959
width: 300px;
1060
}
@@ -79,6 +129,11 @@
79129
margin: 0;
80130
}
81131

132+
footer {
133+
display: flex;
134+
justify-content: center;
135+
}
136+
82137
/* Media queries for responsive design */
83138
@media screen and (max-width: 768px) {
84139
.cover img {

docs/assets/css/vue.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
125 KB
Binary file not shown.
12.4 KB
Binary file not shown.
14.4 KB
Binary file not shown.
14.5 KB
Binary file not shown.
14.5 KB
Binary file not shown.

docs/assets/js/docsify-copy-code.min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)