ff
This commit is contained in:
parent
fe5f288c18
commit
ca53c40b7a
@ -2,13 +2,7 @@
|
||||
<title>About | {import.meta.env.VITE_BRANDING}</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="prose dark:prose-invert">
|
||||
<h2>About</h2>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
|
||||
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
|
||||
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
|
||||
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
</p>
|
||||
<div class="p-8 prose max-w-3xl dark:prose-invert">
|
||||
<h1>How it works</h1>
|
||||
<p>Coming soon</p>
|
||||
</div>
|
||||
|
@ -56,8 +56,8 @@
|
||||
<h2 slot="title">Zero configuration</h2>
|
||||
<p slot="text">
|
||||
Other plugins require integration with GitHub Gist or Notion using your API keys.
|
||||
Noteshare.space is a <strong>dedicated service</strong> for sharing your Markdown notes. No
|
||||
account is needed to use our service.
|
||||
Noteshare.space is a <strong class="whitespace-nowrap">dedicated service</strong> for sharing
|
||||
your Markdown notes. No account is needed to use our service.
|
||||
</p>
|
||||
</Tile>
|
||||
<img src="/zeroconfig.svg" alt="encrypted-art" class="w-80" />
|
||||
@ -68,9 +68,10 @@
|
||||
<h2 slot="title">Open source</h2>
|
||||
<p slot="text">
|
||||
Want to verify the security of the encryption mechanism? Or host your own instance?
|
||||
Noteshare.space is completely <a
|
||||
class="underline"
|
||||
href="https://github.com/mcndt/obsidian-note-sharing">open-source</a
|
||||
Noteshare.space is completely <strong class="whitespace-nowrap"
|
||||
><a class="underline" href="https://github.com/mcndt/obsidian-note-sharing"
|
||||
>open-source</a
|
||||
></strong
|
||||
> under the MIT license.
|
||||
</p>
|
||||
</Tile>
|
||||
|
@ -2,14 +2,8 @@
|
||||
<title>Get the plugin | {import.meta.env.VITE_BRANDING}</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="prose dark:prose-invert">
|
||||
<h2>Installing the plugin</h2>
|
||||
<div class="p-8 prose max-w-3xl dark:prose-invert">
|
||||
<h1>Installing the plugin</h1>
|
||||
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
|
||||
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
|
||||
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
|
||||
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
|
||||
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
</p>
|
||||
<p>Coming soon</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user