From 8f82842835126a7685d298a305b694075709e5df Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Wed, 29 Nov 2023 12:07:19 +0000 Subject: [PATCH] Added missing socials. --- static/css/styled.scss | 20 ++++++++++++++++++++ static/images/socials/linkedin.svg | 2 ++ updates.html | 19 ++++++++++++++++--- 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 static/images/socials/linkedin.svg diff --git a/static/css/styled.scss b/static/css/styled.scss index 8ac0d9b..451c2aa 100644 --- a/static/css/styled.scss +++ b/static/css/styled.scss @@ -703,6 +703,26 @@ body { grid-template-columns: 1fr 1fr !important; } } + + .socials { + a { + display: block; + background-color: #f5f5f5; + padding: 1rem; + border-radius: 6px; + margin-bottom: 1rem; + + img { + max-width: 25px; + vertical-align: middle; + margin-right: .5rem; + } + } + + a:hover { + background-color: #fff; + } + } } /** diff --git a/static/images/socials/linkedin.svg b/static/images/socials/linkedin.svg new file mode 100644 index 0000000..0de2dfa --- /dev/null +++ b/static/images/socials/linkedin.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/updates.html b/updates.html index e44df5d..81fdf1f 100644 --- a/updates.html +++ b/updates.html @@ -51,12 +51,25 @@

{{update.content | strip_html | truncatewords:50}}

{%- include _includes/paginator.html -%} -
+

publicSocials

-