add link to pdf for more community tech details

This commit is contained in:
Lucy Cifferello
2023-05-10 14:07:38 -06:00
parent 0f3c08200c
commit 94d6bfa862
3 changed files with 22 additions and 1 deletions

View File

@@ -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',

View File

@@ -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;

View File

@@ -49,6 +49,7 @@ layout: layouts/peripheral.njk
<h4>Benefits</h4>
<p>Do what you love. Get paid in Bitcoin. Get early access to the bleeding edge of Sovereign Computing.</p>
<a href="{{ site.contribute.techDetails }}" class="btn center" rel="noopener noreferrer" target="_blank">More details</a>
</section>
<section id="creators">
<h2>Creators</h2>