Skip to content

docs: update asset paths and add a privacy policy #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 30, 2025
57 changes: 56 additions & 1 deletion docs/assets/styles.css → docs/assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,60 @@
:root {
--theme-color: #0284c7;
--theme-secondary-color: #14b8a6;

--theme-hover-color: #0ea5e9;
}

@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(/assets/fonts/material-icons.woff2) format('woff2');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url(/assets/fonts/roboto-mono-400.woff2) format('woff2');
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;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url(/assets/fonts/source-sans-pro-300.woff2) format('woff2');
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;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(/assets/fonts/source-sans-pro-400.woff2) format('woff2');
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;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: url(/assets/fonts/source-sans-pro-600.woff2) format('woff2');
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;
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

.cover img {
width: 300px;
}
Expand Down Expand Up @@ -79,6 +129,11 @@
margin: 0;
}

footer {
display: flex;
justify-content: center;
}

/* Media queries for responsive design */
@media screen and (max-width: 768px) {
.cover img {
Expand Down
1 change: 1 addition & 0 deletions docs/assets/css/vue.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/assets/fonts/material-icons.woff2
Binary file not shown.
Binary file added docs/assets/fonts/roboto-mono-400.woff2
Binary file not shown.
Binary file added docs/assets/fonts/source-sans-pro-300.woff2
Binary file not shown.
Binary file added docs/assets/fonts/source-sans-pro-400.woff2
Binary file not shown.
Binary file added docs/assets/fonts/source-sans-pro-600.woff2
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/assets/js/docsify-copy-code.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading