Skip to content

Commit

Permalink
change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzpodder committed Sep 20, 2023
1 parent 8c3ce06 commit a5e6e71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Binary file removed docs/src/assets/houston.webp
Binary file not shown.
Binary file added docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,38 @@ template: splash
hero:
tagline: Run Python in Your Web Application
image:
file: ../../assets/houston.webp
file: ../../assets/logo.png
actions:
- text: Try it out
link: /pysandbox/examples/mainthread/example3_seaborn
icon: right-arrow
variant: primary
- text: View on GitHub
icon: external
link: https://github.com/bugzpodder/pysandbox
---

import { LinkCard, CardGrid } from "@astrojs/starlight/components";

<CardGrid>
<LinkCard
title="Introduction"
icon="pencil"
description="PySandbox is a library that helps developers create client-side Python-powered web applications."
href="/pysandbox/guides/introduction"
/>
<LinkCard
title="Examples"
icon="add-document"
description="Adding Python visualizations backed by IPython and matplotlib into your application."
href="/pysandbox/guides/examples"
/>
<LinkCard
title="Install"
icon="setting"
description="PySandbox is available on NPM (or via CDN)."
href="/pysandbox/guides/installation"
/>
<LinkCard
title="Documentation"
icon="open-book"
description="How to get most out of PySandbox."
href="/pysandbox/references"
/>
</CardGrid>

0 comments on commit a5e6e71

Please sign in to comment.