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

Fix: CSS Cleanup and Minor Typographical Corrections #10154

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
29 changes: 4 additions & 25 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
}

[data-theme="light"] h1, [data-theme="light"] h2 {
color: #321E4C;
color: #321E4C;
}

[data-theme="light"] h3, [data-theme="light"] h4, [data-theme="light"] h5, [data-theme="light"] h6 {
Expand Down Expand Up @@ -200,6 +200,8 @@ html[data-theme="dark"] .sidebar-divider {
text-transform: uppercase;
font-weight: 600;
color: var(--ifm-color-gray-600);
padding: 0.2rem 0.2rem;
margin-top: 0.2rem;
}

html[data-theme="dark"] .sidebar-divider {
Expand Down Expand Up @@ -272,14 +274,6 @@ html[data-theme="dark"] .sidebar-divider {
background: url('../../static/img/logos/github_dark_mode.svg') no-repeat;
}

.dropdown-subtitle {
display: block;
padding: 0.5rem 1rem;
font-weight: bold;
color: var(--ifm-color-primary);
font-size: 0.9rem;
}

.github-item {
display: flex;
align-items: center;
Expand Down Expand Up @@ -327,16 +321,6 @@ html[data-theme="dark"] .sidebar-divider {
font-size: 0.9rem;
}

.twitter-item {
display: flex;
align-items: center;
}

.navbar .dropdown__link::after {
content: '\2197';
margin-left: 5px;
}

.navbar .dropdown__link.no-external-icon::after {
content: none;
}
Expand All @@ -345,11 +329,6 @@ html[data-theme="dark"] .sidebar-divider {
background-color: var(--ifm-color-emphasis-200);
}

.sidebar-title {
padding: 0.2rem 0.2rem;
margin-top: 0.2rem;
}

.card-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
Expand Down Expand Up @@ -395,4 +374,4 @@ html[data-theme="dark"] .sidebar-divider {
font-size: 0.9rem;
color: var(--ifm-color-primary);
text-decoration: none;
}
}
2 changes: 1 addition & 1 deletion noir/noir-repo/docs/docs/how_to/using-devcontainers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo/docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fortunately, there's an easy and free way to get a decent remote machine ready a

- You can start coding Noir in less than a minute
- It uses the resources of a remote machine, so you can code on your grandma's phone if needed be
- It makes it easy to share work with your frens
- It makes it easy to share work with your friends
- It's fully reusable, you can stop and restart whenever you need to

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,
Aztec Contracts leverage Noir to allow for the storage and execution of private information. Writing an Aztec Contract is as easy as writing Noir, and Aztec developers can easily interact with the network storage and execution through the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) library.
</TabItem>
<TabItem value="Solidity Verifiers" label="Solidity Verifiers">
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Soliditry Verifier Example" />
<img src={require("@site/static/img/solidity_verifier_ex.png").default} style={{display: "block", margin: "2rem auto"}} alt="Solidity Verifier Example" />
Noir can auto-generate Solidity verifier contracts that verify Noir proofs. This allows for non-interactive verification of proofs containing private information in an immutable system. This feature powers a multitude of use-case scenarios, from P2P chess tournaments, to [Aztec Layer-2 Blockchain](https://docs.aztec.network/)
</TabItem>
<TabItem value="Full-Stack Development" label="Full-Stack Development">
Expand Down