Add hackathon banner (#17010)

This commit is contained in:
Ryan M. Shea
2021-05-03 13:47:34 -06:00
committed by GitHub
parent 834c96a374
commit 356117819c

View File

@ -101,6 +101,22 @@ function Home() {
</div> */} </div> */}
{/* </div> */} {/* </div> */}
{/* </header> */} {/* </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> <main>
{features && features.length > 0 && ( {features && features.length > 0 && (
<section className={styles.features}> <section className={styles.features}>