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