docs: add hackathon banner

This commit is contained in:
Trent Nelson
2021-05-12 21:16:11 -06:00
committed by mergify[bot]
parent 9753f1a6ca
commit fae0a6307d

View File

@ -101,26 +101,28 @@ function Home() {
</div> */}
{/* </div> */}
{/* </header> */}
<div className="alert alert--primary" role="alert">
<b>Announcing the Solana Season Hackathon</b>
<br />
Jumpstart your next project on Solana & join the fastest growing
ecosystem in crypto
<br />
<a
href="https://solana.com/solanaszn"
rel="noopener noreferrer"
target="_blank"
>
<button className="button button--outline button--secondary">
Register Now
</button>
</a>
</div>
<main>
{features && features.length > 0 && (
<section className={styles.features}>
<div className="container">
<div className="alert alert--primary" role="alert">
<b>Announcing the Solana Season Hackathon</b>
<br />
Jumpstart your next project on Solana & join the fastest growing
ecosystem in crypto
<br />
<p align="right">
<a
href="https://solana.com/solanaszn"
rel="noopener noreferrer"
target="_blank"
>
<button className="button button--outline button--secondary">
Register Now
</button>
</a>
</p>
</div>
<div className="row cards__container">
{features.map((props, idx) => (
<Feature key={idx} {...props} />