Skip to content

Commit

Permalink
With links
Browse files Browse the repository at this point in the history
  • Loading branch information
wallento committed Aug 16, 2024
1 parent af79ac1 commit 5964fc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions components/ff/event/Sponsor.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<template>
<img class="w-4/12 self-center"/>
</template>
<NuxtLink v-if="link" :to="link" class="self-center">
<NuxtImg v-bind="$attrs" />
</NuxtLink>
<NuxtImg v-else class="self-center" />
</template>

<script setup>
const props = defineProps(['link'])
</script>
2 changes: 1 addition & 1 deletion components/ff/event/SponsorContainer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-wrap">
<div class="grid grid-cols-3">
<slot/>
</div>
</template>
2 changes: 1 addition & 1 deletion content/orconf/2024/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Questions? Ping the organizers via email at [orconf@fossi-foundation.org](mailto
::ff-event-sponsor-container
:ff-event-sponsor{src="MullvadVPN_logo_Round_RGB_Color_positive.png" alt="Mullvad VPN"}
:ff-event-sponsor{src="TILLITIS_LOGO_BLAU_and_ANT.png" alt="TILLITIS"}
:ff-event-sponsor{src="hrt.png" alt="HRT"}
:ff-event-sponsor{src="hrt.png" alt="HRT" link="https://www.hudsonrivertrading.com/"}
::

A variety of sponsorship packages are available for this year's ORConf. You'll find all of the details in our [sponsorship prospectus](ORConf-2024-Sponsorship-Prospectus.pdf).
Expand Down

0 comments on commit 5964fc3

Please sign in to comment.