mirror of
https://github.com/go-vikunja/website.git
synced 2026-02-25 06:23:51 +00:00
feat: clarify install page is for server and add Vikunja Cloud link
This commit is contained in:
@@ -20,11 +20,12 @@ try {
|
||||
}
|
||||
} catch {}
|
||||
---
|
||||
<Layout title="Install Vikunja" description="Get Vikunja up and running in minutes with this interactive install wizard.">
|
||||
<Layout title="Install Vikunja Server" description="Get the Vikunja server up and running in minutes with this interactive install wizard.">
|
||||
<main class="max-w-(--breakpoint-xl) mx-auto px-4 md:px-6" data-version={latestVersion}>
|
||||
<div class="pt-24 pb-8 text-center">
|
||||
<h1 class="text-4xl font-display">Install Vikunja</h1>
|
||||
<p class="mt-4 text-lg text-gray-600 dark:text-gray-400">Get up and running in minutes.</p>
|
||||
<h1 class="text-4xl font-display">Install Vikunja Server</h1>
|
||||
<p class="mt-4 text-lg text-gray-600 dark:text-gray-400">Set up your self-hosted Vikunja server in minutes.</p>
|
||||
<p class="mt-2 text-sm text-gray-500 dark:text-gray-500">Don't want to manage a server? <a href="https://vikunja.cloud/register" class="text-primary hover:underline">Try Vikunja Cloud</a></p>
|
||||
</div>
|
||||
|
||||
<!-- Step 1: Pick platform -->
|
||||
|
||||
Reference in New Issue
Block a user