mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 18:31:54 +00:00
add link to pdf for more community tech details
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user