mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(website): basic hero section
This commit is contained in:
parent
e66e70f7f2
commit
9eda9b1399
@ -1,2 +1,11 @@
|
||||
<h1>Welcome to SvelteKitt</h1>
|
||||
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|
||||
<section class="hero">
|
||||
<div class="container pt-24 pb-24 mx-auto">
|
||||
<h2 class="text-3xl font-bold mb-4">Trilium Notes</h2>
|
||||
<p class="text-lg mb-6">Build your personal knowledge base with Trilium Notes</p>
|
||||
|
||||
<div class="flex items-center gap-6">
|
||||
<a href="#" class="download-button button py-2 px-5 bg-violet-500 text-white font-semibold rounded-full shadow-md hover:bg-violet-700 focus:outline-none focus:ring focus:ring-violet-400 focus:ring-opacity-75">Download</a>
|
||||
<a href="#" class="font-medium">More platforms</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Loading…
x
Reference in New Issue
Block a user