Skip to content

Commit

Permalink
chore(docs): Remove persona boxes from the landing page (#5400)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves #4982

## Summary\*

These persona boxes were a rudimentary way to get some info about who
was coming to the docs. We have proper analytics now, so we can remove
them.


## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
critesjosh authored Jul 3, 2024
1 parent 322f863 commit e4e4541
Showing 1 changed file with 0 additions and 32 deletions.
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

0 comments on commit e4e4541

Please sign in to comment.