mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 04:02:00 +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'
|
marketplace: 'https://marketplace.start9.com'
|
||||||
},
|
},
|
||||||
contribute: {
|
contribute: {
|
||||||
url: 'https://start9.com/latest/contribute'
|
url: 'https://start9.com/latest/contribute',
|
||||||
|
techDetails: 'https://start9.com/community-tech-program'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
copyright: '© ' + new Date().getFullYear() + ' by Start9 Labs, Inc',
|
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) {
|
@media only screen and (max-width: 1245px) {
|
||||||
section#hero {
|
section#hero {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ layout: layouts/peripheral.njk
|
|||||||
|
|
||||||
<h4>Benefits</h4>
|
<h4>Benefits</h4>
|
||||||
<p>Do what you love. Get paid in Bitcoin. Get early access to the bleeding edge of Sovereign Computing.</p>
|
<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>
|
||||||
<section id="creators">
|
<section id="creators">
|
||||||
<h2>Creators</h2>
|
<h2>Creators</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user