added to homepage & validator section

This commit is contained in:
Marston Connell
2022-10-20 17:34:28 -04:00
parent d35b42141c
commit 012541160e
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -71,6 +71,26 @@ function HomepageHeader() {
</Link>
</article>
</div>
<h2 className="component-heading">Decentralize the Network</h2>
<div className='row margin-top--md'>
<article className='col col--4'>
<Link
className="card main-card padding--lg margin-bottom--lg"
to="/docs/nodes/installation">
<h2>Become A Validator</h2>
<div>Validate blocks on the network and earn $JKL as a reward.</div>
</Link>
</article>
<article className='col col--4'>
<Link
className="card main-card padding--lg margin-bottom--lg"
to="/docs/nodes/testnet">
<h2>Join the Testnet</h2>
<div>Join the testnet to deploy your dApp & interact with Jackal for free.</div>
</Link>
</article>
</div>
</div>
</header>