docs: add hackathon banner
This commit is contained in:
committed by
mergify[bot]
parent
9753f1a6ca
commit
fae0a6307d
@ -101,26 +101,28 @@ 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}>
|
||||||
<div className="container">
|
<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">
|
<div className="row cards__container">
|
||||||
{features.map((props, idx) => (
|
{features.map((props, idx) => (
|
||||||
<Feature key={idx} {...props} />
|
<Feature key={idx} {...props} />
|
||||||
|
Reference in New Issue
Block a user