diff --git a/website/bugs/index.html b/website/bugs/index.html new file mode 100644 index 000000000..2542c42ec --- /dev/null +++ b/website/bugs/index.html @@ -0,0 +1,118 @@ + + + + + Days since the last Hubris kernel bug + + + + + + + +

It has been

+

+

since the last Hubris kernel bug:

+
+
+

Back

+ + + + + diff --git a/website/index.html b/website/index.html index 6734d978e..64de23532 100644 --- a/website/index.html +++ b/website/index.html @@ -4,47 +4,7 @@ Hubris - - + @@ -69,6 +29,7 @@

A small open-source operating system for deeply-embedded comp +

diff --git a/website/style.css b/website/style.css new file mode 100644 index 000000000..39c23d13b --- /dev/null +++ b/website/style.css @@ -0,0 +1,38 @@ +@font-face { + font-family: "Neue Haas Grotesk Display"; + src: url("https://oxide.computer/fonts/NeueHaasGrotDisp-Roman.woff2"); +} +body { + font-family: Neue Haas Grotesk Display, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; + background-color: #0b1418; + color: #E7E7E8; + font-size: 1.1rem; + line-height: 1.4; + letter-spacing: 0.03em; + font-weight: 400; + + max-width: 1080px; + margin: 0 auto !important; + float: none !important; +} +.green { + color: #48D597; +} +.yellow { + color: #F5CF65; +} +h1 { + font-size: 4.5rem; + line-height: 1.05; + letter-spacing: 0.02em; + font-weight: 300; +} +h2 { + font-size: 1.6rem; + line-height: 1.3; + letter-spacing: 0.03em; + font-weight: 300; +} +a { + color: #48D597; +}