Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 18, 2023
1 parent a312624 commit be197ab
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
Expand Down
Binary file modified apps/web/public/img/on-top.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 modified apps/web/public/img/resouces.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 added apps/web/public/img/transparent.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 modified apps/web/public/img/users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions apps/web/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Footer from "../components/footer.astro";

<Layout title="overlayed">
<main
class="min-h-screen w-full flex justify-center items-center flex-col gap-8"
class="min-h-screen w-full flex justify-center items-center flex-col gap-10"
>
<Logo />

Expand All @@ -21,19 +21,24 @@ import Footer from "../components/footer.astro";
href="https://github.com/Hacksore/overlayed">open-source</a
>, and free voice chat overlay for Discord.
</p>
<div>
<a target="_blank" href="https://github.com/Hacksore/overlayed/releases" class="hover:bg-purple-500 bg-purple-600 p-4 rounded-lg">Download Now</a>
</div>
<div class="grid md:grid-cols-2 w-full items-center gap-2">
<Card name="User List" desc="See who is in the current voice channel">
<img src="/img/users.png" alt="User List" class="w-full" />
</Card>
<Card name="Transparent" desc="Crystal clear transparent window" />
<Card name="Transparent" desc="Crystal clear transparent window">
<img src="/img/transparent.png" alt="Transparent" class="w-full" />
</Card>
<Card
name="Always on Top"
desc="Always stays on top so you can continue working"
>
<img src="/img/on-top.png" alt="Always on top" class="w-full" />
</Card>
<Card
name="Lightweight"
name="Blazingly Fast™"
desc="Built with tauri an efficient rust framework"
>
<img src="/img/resouces.png" alt="Lightweight" class="w-full" />
Expand Down

0 comments on commit be197ab

Please sign in to comment.