From 94d6bfa862771cb7b6a8bdc1786019ff5b58f5f8 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 10 May 2023 14:07:38 -0600 Subject: [PATCH] add link to pdf for more community tech details --- src/_data/site.js | 3 ++- src/assets/styles/peripheral.scss | 19 +++++++++++++++++++ src/contribute.njk | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/_data/site.js b/src/_data/site.js index 0dc1a26..c72c9e7 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -34,7 +34,8 @@ module.exports = { marketplace: 'https://marketplace.start9.com' }, contribute: { - url: 'https://start9.com/latest/contribute' + url: 'https://start9.com/latest/contribute', + techDetails: 'https://start9.com/community-tech-program' }, footer: { copyright: '© ' + new Date().getFullYear() + ' by Start9 Labs, Inc', diff --git a/src/assets/styles/peripheral.scss b/src/assets/styles/peripheral.scss index dbd089b..1886b16 100644 --- a/src/assets/styles/peripheral.scss +++ b/src/assets/styles/peripheral.scss @@ -552,6 +552,25 @@ section#creators { } } +a.btn { + position: relative; + padding: 0.7rem 1.7rem; + color: var(--c-text-bright); + background-color: var(--c-accent); + border: 0; + font-family: var(--f-accent); + font-weight: 400; + font-size: 1.1rem; + text-decoration: none; + box-shadow: 0 1rem 1rem -0.5rem var(--c-shadow-3); + border-radius: 34px; + + &:hover { + transform: scale(1.03); + filter: brightness(120%); + } +} + @media only screen and (max-width: 1245px) { section#hero { flex-direction: column; diff --git a/src/contribute.njk b/src/contribute.njk index 27acb5e..71f39a8 100644 --- a/src/contribute.njk +++ b/src/contribute.njk @@ -49,6 +49,7 @@ layout: layouts/peripheral.njk
Do what you love. Get paid in Bitcoin. Get early access to the bleeding edge of Sovereign Computing.
+ More details