Skip to content

Commit

Permalink
feat: sponsor update
Browse files Browse the repository at this point in the history
  • Loading branch information
wit03 committed Jun 21, 2023
1 parent ce8cb33 commit f8c7138
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
Binary file removed public/assets/hackth.jpg
Binary file not shown.
Binary file added public/assets/hackth.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 public/assets/rayriffy.gif
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 public/assets/sunday.jpg
Binary file not shown.
Binary file added public/assets/sunday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions src/sections/CoorperateSpon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="grid grid-cols-2 gap-4 lg:grid-cols-3 lg:gap-16">
<img
src="/7/assets/hackth.jpg"
src="/7/assets/hackth.png"
alt="Hackathon Thailand"
class="h-24 w-24 rounded-full lg:h-32 lg:w-32"
/>
Expand Down Expand Up @@ -52,10 +52,15 @@
class="h-24 w-24 rounded-full lg:h-32 lg:w-32"
/>
<img
src="/7/assets/sunday.jpg"
src="/7/assets/sunday.png"
alt="sunday"
class="h-24 w-24 rounded-full lg:h-32 lg:w-32"
/>
<img
src="/7/assets/rayriffy.gif"
alt="rayriffy"
class="h-24 w-24 rounded-full lg:h-32 lg:w-32"
/>
</div>
</div>

Expand Down

0 comments on commit f8c7138

Please sign in to comment.