updated homepage

This commit is contained in:
Maxime Cannoodt 2022-07-06 17:08:31 +02:00
parent c4c36a3f57
commit 47948458b4
2 changed files with 56 additions and 44 deletions

View File

@ -1,8 +1,8 @@
<div class=""> <div class="w-1/2 p-4">
<div class="text-2xl font-bold mb-4 text-center"> <div class="text-2xl font-bold mb-4 text-center">
<slot name="title" /> <slot name="title" />
</div> </div>
<div class="prose-lg text-left text-zinc-700 dark:text-zinc-300"> <div class="prose-lg text-center text-zinc-700 dark:text-zinc-300">
<slot name="text" /> <slot name="text" />
</div> </div>
</div> </div>

View File

@ -17,12 +17,13 @@
</p> </p>
</div> --> </div> -->
<article class="mx-auto max-w-4xl pt-8 text-zinc-900 dark:text-zinc-100 space-y-6"> <article class="mx-auto max-w-4xl text-zinc-900 dark:text-zinc-100">
<div class="space-y-6 pt-24 pb-32">
<h1 id="title" class="font-extrabold text-5xl text-center"> <h1 id="title" class="font-extrabold text-5xl text-center">
Securely share your <span class="text-[#705dcf]">Obsidian</span> notes with one click. Securely share your <span class="text-[#705dcf]">Obsidian</span> notes with one click.
</h1> </h1>
<p id="tagline" class="prose-2xl text-center text-zinc-700 dark:text-zinc-300"> <p id="tagline" class="prose-2xl text-center text-zinc-700 dark:text-zinc-300">
Zero configuration. End-to-end encrypted. Zero configuration. End-to-end encrypted. <br />No account needed.
</p> </p>
<p id="install-button" class="text-center pt-2"> <p id="install-button" class="text-center pt-2">
<a href="/install"> <a href="/install">
@ -32,24 +33,35 @@
> >
</a> </a>
</p> </p>
</div>
<div class="grid grid-cols-2 gap-8 pt-16 pb-8"> <hr class="border-zinc-200 dark:border-zinc-700 transition-colors" />
<div class="space-y-8 pt-24 pb-16">
<div class="flex flex-row gap-4 mx-auto justify-center">
<Tile> <Tile>
<h2 slot="title">End-to-end encrypted</h2> <h2 slot="title">End-to-end encrypted</h2>
<p slot="text"> <p slot="text">
Your notes are encrypted using strong <strong>AES-256-CBC encryption</strong>. The Your notes are stored securely using strong <strong>AES256-CBC encryption</strong>. The
decryption key is never sent to the server. Not even we can read your notes. decryption key is never sent to the server, so not even the server can open your notes.
</p> </p>
</Tile> </Tile>
<img src="/encrypted.svg" alt="encrypted-art" class="w-80" />
</div>
<div class="flex flex-row gap-4 mx-auto justify-center flex-row-reverse">
<Tile> <Tile>
<h2 slot="title">Zero configuration</h2> <h2 slot="title">Zero configuration</h2>
<p slot="text"> <p slot="text">
Other plugins require integration with GitHub Gist or Notion using API keys. Noteshare.space Other plugins require integration with GitHub Gist or Notion using your API keys.
is a <strong>dedicated service</strong> for sharing your Markdown notes. Noteshare.space is a <strong>dedicated service</strong> for sharing your Markdown notes. No
account is needed to use our service.
</p> </p>
</Tile> </Tile>
<img src="/zeroconfig.svg" alt="encrypted-art" class="w-80" />
</div>
<div class="flex flex-row gap-4 mx-auto justify-center">
<Tile> <Tile>
<h2 slot="title">Open source</h2> <h2 slot="title">Open source</h2>
<p slot="text"> <p slot="text">
@ -60,7 +72,7 @@
> under the MIT license. > under the MIT license.
</p> </p>
</Tile> </Tile>
<img src="/opensource.svg" alt="encrypted-art" class="w-80" />
</div>
</div> </div>
</article> </article>
<img src="/encrypted.svg" alt="encrypted-art" class="h-80" />