From 90dbe4ae0032ded5aa9c771f5aa4cbb64c48f48f Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Thu, 3 Jan 2019 09:18:50 -0600 Subject: [PATCH] Blocking out index --- src/assets/stylesheet.css | 29 +++++++++++++++++++++++++---- src/templates/index.hbs | 16 +++++++++++++--- src/templates/interior.hbs | 2 +- 3 files changed, 39 insertions(+), 8 deletions(-) diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 77194f4..fb14c82 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -68,8 +68,29 @@ a { text-decoration: none; } +.index, .interior-header { background: #15202C; + color: white; +} + +.index-interiorlinks { + list-style-type: none; + margin: 0; + padding: 0; +} + +.index-interiorlink-wrapper { + margin: 1rem 0; +} + +.index-interiorlink { + display: block; + width: 100%; + padding: 1rem; + color: white; + text-decoration: none; + box-sizing: border-box; } .interior-topbar { @@ -83,9 +104,9 @@ a { top: -.5rem; } -.interior-headline { +.index-interiorlink.-volunteer, +.interior-headline.-volunteer { background: linear-gradient(90deg, rgba(235, 181, 242, .3), rgba(128, 95, 132, .3)); - color: white; } .interior-headline svg { @@ -125,13 +146,13 @@ a { overflow: auto; } -.interior-tags { +.tags { list-style: none; margin: 0; padding: 0; } -.interior-tags li { +.tags li { display: inline-block; } diff --git a/src/templates/index.hbs b/src/templates/index.hbs index 72030e6..0deb239 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -12,10 +12,20 @@ - -
    + + diff --git a/src/templates/interior.hbs b/src/templates/interior.hbs index bb7e713..4ae0907 100644 --- a/src/templates/interior.hbs +++ b/src/templates/interior.hbs @@ -46,7 +46,7 @@ {{/if}} -