Skip to content

Commit

Permalink
feat: add kandu and nexthop logos (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren authored Jan 14, 2025
1 parent ea398de commit 16eb0c5
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 24 deletions.
28 changes: 28 additions & 0 deletions public/tg25/sponsors/kandu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions public/tg25/sponsors/nexthop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 8 additions & 24 deletions src/components/Sponsors.astro
Original file line number Diff line number Diff line change
@@ -1,35 +1,19 @@
<sponsor
class="flex my-4 py-5 px-2 md:px-5 max-sm:py-10 max-w-7xl justify-center gap-4 w-full mx-auto bg-backgroundSecondary rounded-3xl"
class="flex my-4 py-5 px-2 md:px-5 max-sm:py-10 max-w-7xl justify-center gap-6 w-full mx-auto bg-backgroundSecondary rounded-3xl"
>
<a href="/" class="">
<a href="https://nexthop.no/" target="_blank">
<img
src="/images/tglogo-bw.png"
alt="The Gathering logo"
src="/tg25/sponsors/nexthop.svg"
alt="Nexthop"
width={150}
class="aspect-thumbnail object-cover"
/>
</a>
<a href="/" class="">
<a href="https://www.kandu.no/" target="_blank">
<img
src="/images/tglogo-bw.png"
alt="The Gathering logo"
width={150}
class="aspect-thumbnail object-cover"
/>
</a>
<a href="/" class="">
<img
src="/images/tglogo-bw.png"
alt="The Gathering logo"
width={150}
class="aspect-thumbnail object-cover"
/>
</a>
<a href="/" class="">
<img
src="/images/tglogo-bw.png"
alt="The Gathering logo"
width={150}
src="/tg25/sponsors/kandu.svg"
alt="KANDU"
width={120}
class="aspect-thumbnail object-cover"
/>
</a>
Expand Down

0 comments on commit 16eb0c5

Please sign in to comment.