From 12391eb7f15c483f113dd54f6bda50f70fd949cf Mon Sep 17 00:00:00 2001 From: a Date: Wed, 29 Dec 2021 23:58:24 -0600 Subject: [PATCH] WIP: convert mastodon embeds to static html --- assets/scss/components/praise.scss | 9 ++++-- content/work/mastodon/index.html | 51 +++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 4 deletions(-) diff --git a/assets/scss/components/praise.scss b/assets/scss/components/praise.scss index 29d4682..e7b5751 100644 --- a/assets/scss/components/praise.scss +++ b/assets/scss/components/praise.scss @@ -1,4 +1,5 @@ #praise { + --color: green; .testimonials { display: flex; flex-flow: row wrap; @@ -19,7 +20,9 @@ width: 4em; height: 4em; border-radius: 100em; - background: #212121; + background: white; + padding: 2px; + border: 2px solid var(--color); } .name { grid-area: n; @@ -27,7 +30,7 @@ } .bubble { grid-area: b; - background: #212121; + background: var(--color); color: white; padding: 0.5em; border-radius: 0.5em; @@ -47,7 +50,7 @@ width: 0; height: 0; border: 0.5em solid transparent; - border-top-color: #212121; + border-top-color: var(--color); bottom: -1em; left:2.5em; } diff --git a/content/work/mastodon/index.html b/content/work/mastodon/index.html index 389b2fc..77410ed 100644 --- a/content/work/mastodon/index.html +++ b/content/work/mastodon/index.html @@ -40,7 +40,7 @@ cover: "/images/cover/mastodocs.jpg" and get this gig out of nowhere:

- + + + + + + +