Skip to content

Commit

Permalink
add krystal
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 4, 2024
1 parent 2ceea22 commit 97e8556
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineOgImage({
});
const ui = {
wrapper: "pt-0 sm:pt-0 md:pt-0 pb-24",
wrapper: "pt-0 py-0 sm:pt-0 md:pt-0 pb-24 lg:pb-24",
}
</script>

Expand Down Expand Up @@ -52,5 +52,21 @@ const ui = {
/>
</UPageGrid>
</ULandingSection>

<div class='mx-auto px-4 sm:px-6 lg:px-8 max-w-7xl mb-24 w-full'>
<h3 class="text-center text-2xl dark:text-slate-500 font-medium">The Postal project is supported by</h3>
<ul class="flex justify-center gap-16 mt-10">
<li>
<a target='_blank' href='https://krystal.io'>
<UColorModeImage light="/supporters/krystal-light.svg" dark="/supporters/krystal-dark.svg" class="w-[200px]" />
</a>
</li>
</ul>
<p class="md:w-7/12 text-center mx-auto leading-8 mt-10 text-lg text-slate-400">
If you want to help support this project, please get in touch with the team. A good place to start is
<a class='underline' href='https://discord.postalserver.io'>Discord</a> otherwise drop an e-mail to
<a href='mailto:team@postalserver.io' class="underline">team@postalserver.io</a>.</p>

</div>
</div>
</template>
19 changes: 19 additions & 0 deletions public/supporters/krystal-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/supporters/krystal-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97e8556

Please sign in to comment.