diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-09 22:46:34 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-09 22:46:34 -0700 |
| commit | aad528d1b211e64ffe3f5688c141d442d7fa081a (patch) | |
| tree | be540be0b22bc1d5cc65445c3765d80f3bc86238 /docs | |
| parent | 1dc89b551ae3c973e590112c49272132fde12810 (diff) | |
add a skeleton for documentation
Change-Id: I528864e13c4b318dd70a004b8c2029831863c37c
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css/smalltech.css | 63 | ||||
| -rw-r--r-- | docs/index.md | 3 |
2 files changed, 66 insertions, 0 deletions
diff --git a/docs/css/smalltech.css b/docs/css/smalltech.css new file mode 100644 index 0000000..ce33740 --- /dev/null +++ b/docs/css/smalltech.css @@ -0,0 +1,63 @@ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 125 950; + src: url(/css/fonts/Raleway-VariableFont_wght.ttf); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 600; + src: url(/css/fonts/Poppins-SemiBold.ttf); +} + +@font-face { + font-family: 'Harmonia Sans Pro'; + font-style: normal; + font-weight: 600; + src: url(/css/fonts/HarmoniaSansProCyr-Regular.ttf); +} + +@font-face { + font-family: 'Harmonia Sans Pro'; + font-style: normal; + font-weight: bold; + src: url(/css/fonts/HarmoniaSansProCyr-Bold.ttf); +} + + +body { + font-family: 'Raleway'; +} + +.wy-menu, h1, h2, h3, h4, h5, h6 { + font-family: 'Poppins'; +} + +.rst-versions, .btn { + font-family: 'Harmonia Sans Pro', sans-serif; +} + +.wy-side-nav-search, .wy-nav-top { + background-color: #6700be; +} + +.wy-nav-side { + background-color: #dadbdc; +} + +.wy-menu-vertical a { + color: #757679; +} + +.wy-menu-vertical header, +.wy-menu-vertical p.caption { + color: #6700be; +} + +.rst-content code { + color: #757679; + border-radius: 5px; +} + diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..81a3b1d --- /dev/null +++ b/docs/index.md @@ -0,0 +1,3 @@ +# Welcome! + +TODO a sentiment here to ground this experience and set the tone would be great. |