From 16fcd2400de48de138c4db5ef3c27cb72be6cf30 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 11 Oct 2021 19:28:03 -0500 Subject: [PATCH] Video buttons --- kitchener/index.scss | 11 +++-------- kitchener/index.slim | 4 ++++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/kitchener/index.scss b/kitchener/index.scss index 267bccc..4227efd 100644 --- a/kitchener/index.scss +++ b/kitchener/index.scss @@ -59,28 +59,23 @@ a, a:visited, a:link { color: #fb0; } - &[href^="https://gofund.me"], - &[href^="https://www.eventbrite.ca"], + &[href^="https://www.youtube.com"], &[href="../assets/map.pdf"] { font-family: druk, sans-serif; display: inline-block; text-decoration: none; background: $fg-alt; color: $fg; - font-size: 2em; padding: 0.5em; margin: 1em; - } - - &[href^="https://www.eventbrite.ca"] { - color: $fg-alt; - background: $fg; + border-radius: 2em; } &[href="../assets/map.pdf"] { color: $bg; background: transparent; border: 0.2em solid $fg-alt; + border-radius: 0; font-size: 1em; &:hover { diff --git a/kitchener/index.slim b/kitchener/index.slim index dd40481..7fb09fe 100644 --- a/kitchener/index.slim +++ b/kitchener/index.slim @@ -41,6 +41,10 @@ html a.sponsor href="https://cotdwaterlooregion.org/": img alt="Climb Out of the Darkness" src="../assets/img/cotd.jpg" a.sponsor href="https://www.cafka.org/cafka21/everything-not-saved-will-be-lost": img alt="CAFKA" src="../assets/img/cafka.jpg" + div + a href="https://www.youtube.com/watch?v=7vRvQYGq1as" CAFKA.21 exhibition video + a href="https://www.youtube.com/watch?v=PAi-fCo_brk&t=4s" CAFKA.21 education tour video + section#location h1 Exhibition Location & Partners -- 2.34.5