From b178950ea2ac3582ed8f4473a1c673320f183398 Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Mon, 7 Jan 2019 21:54:44 -0600 Subject: [PATCH] Menu link/icon --- src/assets/stylesheet.css | 9 +++++++++ src/icons/menu.svg | 1 + src/templates/index.hbs | 8 ++++++-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/icons/menu.svg diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 5adf808..25efe81 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -81,6 +81,14 @@ a { background: #F0FFED; } +.index-menulink { + color: white; +} + +.index-menulink svg { + height: 1.5em; +} + .index-top { color: #5B7189; margin-bottom: 2.5rem; @@ -103,6 +111,7 @@ a { .index .intro { font-size: 59px; line-height: 45px; + margin-top: 0; margin-bottom: 5px; text-transform: uppercase; } diff --git a/src/icons/menu.svg b/src/icons/menu.svg new file mode 100644 index 0000000..545f9e2 --- /dev/null +++ b/src/icons/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/templates/index.hbs b/src/templates/index.hbs index 548cb7c..96d31a1 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -13,8 +13,12 @@ -
- +
+ + + + +