Skip to content

Commit

Permalink
Fixes homepage screenshots. (#203)
Browse files Browse the repository at this point in the history
* Updates homepage images.

* Updates references to homepage.

* Ignores Zone.Identifier files.
  • Loading branch information
johnnymatthews authored Aug 16, 2024
1 parent 18e4564 commit 55acd08
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ yarn-error.log*
.yarn*
.vercel
.pnpm-lock.yaml

# Because WSL is weird.
*Zone.Identifier*
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ Entropy enables users to generate cryptographic signatures without directly inte
{{< card
link="./basics/quickstart"
title="Get started"
image="./images/index-quickstart.png"
image="./images/index-quickstart-page.png"
subtitle="Understand the basics of Entropy with the Quickstart guide."
>}}

{{< card
link="./basics/entrosplainer"
title="Core concepts"
image="./images/index-core-concepts.png"
image="./images/index-entropy-home-screen.png"
subtitle="Learn about the core concepts of Entropy with the Entrosplainer."
>}}

{{< card
link="./reference"
title="Reference"
image="./images/index-reference.png"
image="./images/index-sdk-github-page.png"
subtitle="Dive right into the codebase with the reference docs."
>}}

Expand Down
Binary file removed static/images/index-core-concepts.png
Binary file not shown.
Binary file added static/images/index-entropy-home-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/index-main-banner.png
Binary file not shown.
Binary file added static/images/index-quickstart-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/index-quickstart.png
Binary file not shown.
Binary file removed static/images/index-reference.png
Binary file not shown.
Binary file added static/images/index-sdk-github-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55acd08

Please sign in to comment.