Improve docs page
6
.gitignore
vendored
@ -1,2 +1,6 @@
|
||||
node_modules
|
||||
dist
|
||||
dist
|
||||
npm-debug.log
|
||||
.env
|
||||
.DS_Store
|
||||
.vscode
|
8
CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.2.2] - 2019-01-27
|
||||
### Added
|
||||
- Add CHANGELOG.md file
|
||||
- Add Fira Code web font
|
||||
- Add favicon
|
2
docs/browserconfig.xml
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig><msapplication><tile><square70x70logo src="/favicon/ms-icon-70x70.png"/><square150x150logo src="/favicon/ms-icon-150x150.png"/><square310x310logo src="/favicon/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
@ -8,6 +8,54 @@
|
||||
<link rel="stylesheet" href="/terminal.min.css" />
|
||||
</head>
|
||||
<style>
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Light.eot');
|
||||
src: url('/fonts/eot/FiraCode-Light.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Light.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Light.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Regular.eot');
|
||||
src: url('/fonts/eot/FiraCode-Regular.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Regular.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Regular.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Medium.eot');
|
||||
src: url('/fonts/eot/FiraCode-Medium.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Medium.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Medium.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Bold.eot');
|
||||
src: url('/fonts/eot/FiraCode-Bold.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Bold.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Bold.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
:root {
|
||||
--global-font-size: 14px;
|
||||
--global-line-height: 1.4em;
|
||||
|
BIN
docs/favicon/android-icon-144x144.png
Normal file
After Width: | Height: | Size: 1022 B |
BIN
docs/favicon/android-icon-192x192.png
Normal file
After Width: | Height: | Size: 266 B |
BIN
docs/favicon/android-icon-36x36.png
Normal file
After Width: | Height: | Size: 871 B |
BIN
docs/favicon/android-icon-48x48.png
Normal file
After Width: | Height: | Size: 973 B |
BIN
docs/favicon/android-icon-72x72.png
Normal file
After Width: | Height: | Size: 854 B |
BIN
docs/favicon/android-icon-96x96.png
Normal file
After Width: | Height: | Size: 844 B |
BIN
docs/favicon/apple-icon-114x114.png
Normal file
After Width: | Height: | Size: 951 B |
BIN
docs/favicon/apple-icon-120x120.png
Normal file
After Width: | Height: | Size: 975 B |
BIN
docs/favicon/apple-icon-144x144.png
Normal file
After Width: | Height: | Size: 1022 B |
BIN
docs/favicon/apple-icon-152x152.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
docs/favicon/apple-icon-180x180.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
docs/favicon/apple-icon-57x57.png
Normal file
After Width: | Height: | Size: 897 B |
BIN
docs/favicon/apple-icon-60x60.png
Normal file
After Width: | Height: | Size: 881 B |
BIN
docs/favicon/apple-icon-72x72.png
Normal file
After Width: | Height: | Size: 854 B |
BIN
docs/favicon/apple-icon-76x76.png
Normal file
After Width: | Height: | Size: 872 B |
BIN
docs/favicon/apple-icon-precomposed.png
Normal file
After Width: | Height: | Size: 838 B |
BIN
docs/favicon/apple-icon.png
Normal file
After Width: | Height: | Size: 838 B |
BIN
docs/favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 839 B |
BIN
docs/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 814 B |
BIN
docs/favicon/favicon-96x96.png
Normal file
After Width: | Height: | Size: 844 B |
BIN
docs/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
docs/favicon/ms-icon-144x144.png
Normal file
After Width: | Height: | Size: 1022 B |
BIN
docs/favicon/ms-icon-150x150.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
docs/favicon/ms-icon-310x310.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
docs/favicon/ms-icon-70x70.png
Normal file
After Width: | Height: | Size: 918 B |
BIN
docs/fonts/eot/FiraCode-Bold.eot
Normal file
BIN
docs/fonts/eot/FiraCode-Light.eot
Normal file
BIN
docs/fonts/eot/FiraCode-Medium.eot
Normal file
BIN
docs/fonts/eot/FiraCode-Regular.eot
Normal file
BIN
docs/fonts/otf/FiraCode-Bold.otf
Normal file
BIN
docs/fonts/otf/FiraCode-Light.otf
Normal file
BIN
docs/fonts/otf/FiraCode-Medium.otf
Normal file
BIN
docs/fonts/otf/FiraCode-Regular.otf
Normal file
BIN
docs/fonts/otf/FiraCode-Retina.otf
Normal file
BIN
docs/fonts/ttf/FiraCode-Bold.ttf
Normal file
BIN
docs/fonts/ttf/FiraCode-Light.ttf
Normal file
BIN
docs/fonts/ttf/FiraCode-Medium.ttf
Normal file
BIN
docs/fonts/ttf/FiraCode-Regular.ttf
Normal file
BIN
docs/fonts/ttf/FiraCode-Retina.ttf
Normal file
BIN
docs/fonts/woff/FiraCode-Bold.woff
Normal file
BIN
docs/fonts/woff/FiraCode-Light.woff
Normal file
BIN
docs/fonts/woff/FiraCode-Medium.woff
Normal file
BIN
docs/fonts/woff/FiraCode-Regular.woff
Normal file
BIN
docs/fonts/woff2/FiraCode-Bold.woff2
Normal file
BIN
docs/fonts/woff2/FiraCode-Light.woff2
Normal file
BIN
docs/fonts/woff2/FiraCode-Medium.woff2
Normal file
BIN
docs/fonts/woff2/FiraCode-Regular.woff2
Normal file
@ -8,6 +8,54 @@
|
||||
<link rel="stylesheet" href="/terminal.min.css" />
|
||||
</head>
|
||||
<style>
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Light.eot');
|
||||
src: url('/fonts/eot/FiraCode-Light.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Light.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Light.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Regular.eot');
|
||||
src: url('/fonts/eot/FiraCode-Regular.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Regular.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Regular.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Medium.eot');
|
||||
src: url('/fonts/eot/FiraCode-Medium.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Medium.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Medium.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Code';
|
||||
src: url('/fonts/eot/FiraCode-Bold.eot');
|
||||
src: url('/fonts/eot/FiraCode-Bold.eot') format('embedded-opentype'),
|
||||
url('/fonts/woff2/FiraCode-Bold.woff2') format('woff2'),
|
||||
url('/fonts/woff/FiraCode-Bold.woff') format('woff'),
|
||||
url('/fonts/ttf/FiraCode-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
.components-grid {
|
||||
display: grid;
|
||||
grid-column-gap: 1em;
|
||||
|
41
docs/manifest.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "Terminal CSS",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon\/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "/favicon\/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "/favicon\/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "/favicon\/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "/favicon\/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "/favicon\/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|