diff --git a/src/layouts/index.html b/src/layouts/index.html index d990a1e..7d2ad2f 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -3,10 +3,14 @@
-

Keep what
is yours.

+

Keep what
is yours.

+
+
+
+
+

The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.

- {{ end }} diff --git a/src/static/css/style.css b/src/static/css/style.css index 959af82..6941178 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -16,6 +16,14 @@ body{ } } +/* Navbar General */ + +.navbar{ + background-color: #1a1a1a !important; + height: 80px; + border-bottom: 2px solid #949494; +} + /* Brand Colors */ .teal{ @@ -57,12 +65,27 @@ body{ src: url("/fonts/PPNeueMachina-InktrapLight.woff"); } +@font-face { + font-family: "sono"; + src: url("/fonts/Sono-Light.woff2"); +} + h1{ font-family: "pp-neue-machina", sans-serif; color:#00ffd0; text-transform:uppercase; } +h2{ + font-family: "pp-neue-machina", sans-serif; + color:#00ffd0; +} + +p{ + font-family: "sono", sans-serif; + color: #ffffff; +} + /* Breakpoint-Specific Typography */ @@ -73,4 +96,17 @@ h1{ line-height: 240px; } + h2{ + font-size: 110px; + line-height: 160px; + } + + .lead{ + font-size: 28px !important; + } + + p{ + font-size: 20px; + } + } diff --git a/src/static/fonts/Sono-Light.woff2 b/src/static/fonts/Sono-Light.woff2 new file mode 100644 index 0000000..24cfacb Binary files /dev/null and b/src/static/fonts/Sono-Light.woff2 differ