Skip to content

Commit

Permalink
feat: add main image
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jun 22, 2024
1 parent 88a4545 commit 7ec039f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Binary file added public/assets/main.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions src/sections/Landing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,18 @@ const progress = ((await getSponsoredAmount()) / goalAmount) * 100;
<p class="text-center text-2xl lg:text-4xl">
สำเร็จ {progress.toFixed(3)}%
</p>
<p class="hidden text-center lg:block">
To make this event happens, we need your money 🫵.
</p>
<p class="text-center">
<!-- <p class="text-center">
Visit this <a
class="underline"
href="https://creatorsgarten.org/wiki/Sponsorship/sht7">link</a
> to sponsor us.
</p>
</p> -->

<img
src="/assets/main.jpg"
class="w-full rounded-lg border border-white lg:w-1/2"
alt="main"
/>

<p class="hidden text-center lg:block">Thank you for your support!</p>
</section>

0 comments on commit 7ec039f

Please sign in to comment.