Skip to content

Commit

Permalink
improve landing design
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 18, 2024
1 parent ea199a6 commit 79dd3dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions landing/src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
<PrivacyPolicy />
<KofiDialog />

<nav class="grid grid-flow-col gap-4">
<nav class="flex flex-row flex-wrap gap-4 justify-center">
<a class="link link-hover" href={base}>{t('home')}</a>

<a class="link link-hover" href={`${base}/features`}>{t('features')}</a>
<a href="/vibe/docs">{t('documentation')}</a>

<button
on:click={() => {
// @ts-ignore
Expand All @@ -31,6 +27,9 @@
window['privacy-policy-modal']?.showModal()
}}
class="link link-hover">{t('privacy-policy')}</button>
<a class="link link-hover" href={`${base}/features`}>{t('features')}</a>

<a href="/vibe/docs">{t('documentation')}</a>
</nav>
<nav>
<div class="grid grid-flow-col gap-4">
Expand Down
2 changes: 1 addition & 1 deletion landing/src/components/KofiDialog.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dialog id="kofi-dialog" class="modal border-white">
<div class="modal-box !bg-white !border-white">
<div class="modal-box !bg-white !border-white w-[75vw] h-[75vh] lg:h-full lg:w-full">
<iframe
id="kofiframe"
src="https://ko-fi.com/thewh1teagle/?hidefeed=true&widget=true&embed=true&preview=true"
Expand Down

0 comments on commit 79dd3dc

Please sign in to comment.