From e63b1df34c586922e6bbbba431010943dc5837d0 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 13 Jul 2021 02:54:30 +0300 Subject: [PATCH] draft --- docs/.nojekyll | 0 docs/index.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++++ docs/styles.css | 42 +++++++++++++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 docs/.nojekyll create mode 100644 docs/index.html create mode 100644 docs/styles.css diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a4551fa --- /dev/null +++ b/docs/index.html @@ -0,0 +1,88 @@ + + + + + Cuboid 150W Box Mod goodies + + + +
+ Cuboid 150W Box Mod goodies +
+ +
+
+
Logos
+
+
+
+
+
+
+ + + + + + diff --git a/docs/styles.css b/docs/styles.css new file mode 100644 index 0000000..71eed5c --- /dev/null +++ b/docs/styles.css @@ -0,0 +1,42 @@ +@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap'); + +body { + background-color: #2d3436; + color: #ffffff; + font-family: ABeeZee; + font-size: 1.2rem; +} + +main { + max-width: 800px; + margin: 0 auto 96px; +} + +header { + font-size: 2rem; + padding: 16px; +} + +section header { + font-size: 1.5rem; +} + +footer { + border-top: 1px solid #000000; + background-color: #2d3436; + text-align: center; + position: fixed; + bottom: 0px; + left: 0px; + right: 0px; + margin-bottom: 0px; + padding: 16px; +} + +#column0, #column1 { + display: inline-block; +} + +a { + color: #d63031; +}