Skip to content
Merged
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
9 changes: 8 additions & 1 deletion docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,14 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,

<Tabs>
<TabItem value="Aztec Contracts" label="Aztec Contracts" default>
<img src={require("@site/static/img/aztec_logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />
<ThemedImage
sources={{
light: useBaseUrl("/img/aztec_word_mark_dark.svg"),
dark: useBaseUrl("/img/aztec_word_mark_light.svg"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Aztec word mark"
/>

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>
Expand Down
Binary file removed docs/static/img/aztec_logo.png
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/static/img/aztec_word_mark_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/static/img/aztec_word_mark_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions docs/versioned_docs/version-v1.0.0-beta.10/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,15 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,

<Tabs>
<TabItem value="Aztec Contracts" label="Aztec Contracts" default>
<img src={require("@site/static/img/aztec_logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />

<ThemedImage
sources={{
light: useBaseUrl("/img/aztec_word_mark_dark.svg"),
dark: useBaseUrl("/img/aztec_word_mark_light.svg"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Aztec word mark"
/>

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">
Expand Down
11 changes: 9 additions & 2 deletions docs/versioned_docs/version-v1.0.0-beta.11/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,15 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,

<Tabs>
<TabItem value="Aztec Contracts" label="Aztec Contracts" default>
<img src={require("@site/static/img/aztec_logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />

<ThemedImage
sources={{
light: useBaseUrl("/img/aztec_word_mark_dark.svg"),
dark: useBaseUrl("/img/aztec_word_mark_light.svg"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Aztec word mark"
/>

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">
Expand Down
11 changes: 9 additions & 2 deletions docs/versioned_docs/version-v1.0.0-beta.12/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,15 @@ Noir can be used both in complex cloud-based backends and in user's smartphones,

<Tabs>
<TabItem value="Aztec Contracts" label="Aztec Contracts" default>
<img src={require("@site/static/img/aztec_logo.png").default} style={{display: "block", width: "50%", margin: "2rem auto"}} alt="Noir Logo" />

<ThemedImage
sources={{
light: useBaseUrl("/img/aztec_word_mark_dark.svg"),
dark: useBaseUrl("/img/aztec_word_mark_light.svg"),
}}
style={{display: "block", width: "50%", margin: "2rem auto"}}
alt="Aztec word mark"
/>

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">
Expand Down
Loading