Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Remove persona boxes from the landing page #5400

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions docs/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,6 @@ export default function Landing() {
</Link>
</div>
</div>

<div className="homepage_cta_lj_container">
<div className="homepage_cta_container">
<h2 className="homepage_h2">Learn</h2>
<Link to="/docs/getting_started/installation" target="_blank" rel="noopener noreferrer">
<button className="cta-button button button--primary button--lg homepage_cta">Try Noir</button>
</Link>
<Link to="/docs" target="_blank" rel="noopener noreferrer">
<button className="cta-button button button--secondary button--lg homepage_cta">
Noir Cryptography
</button>
</Link>
</div>
<div className="homepage_cta_container">
<h2 className="homepage_h2">Coming from...</h2>
<Link to="/docs/how_to/how-to-solidity-verifier" target="_blank" rel="noopener noreferrer">
<button className="cta-button button button--primary button--lg homepage_cta">Solidity</button>
</Link>
<Link to="/docs" target="_blank" rel="noopener noreferrer">
<button className="cta-button button button--secondary button--lg homepage_cta">Aztec</button>
</Link>
</div>
<div className="homepage_cta_container">
<h2 className="homepage_h2">New to Everything</h2>
<Link to="/docs" target="_blank" rel="noopener noreferrer">
<button className="cta-button button button--primary button--lg homepage_cta">Noir Basics</button>
</Link>
<Link to="/docs/tutorials/noirjs_app" target="_blank" rel="noopener noreferrer">
<button className="cta-button button button--secondary button--lg homepage_cta">NoirJS</button>
</Link>
</div>
</div>
</div>
</div>
</Layout>
Expand Down
Loading