contact page
This commit is contained in:
parent
ca53c40b7a
commit
851212a9dd
@ -7,9 +7,11 @@
|
|||||||
Built with love by <a class="underline" href="https://mcndt.dev" alt="blog">mcndt</a>
|
Built with love by <a class="underline" href="https://mcndt.dev" alt="blog">mcndt</a>
|
||||||
</span>
|
</span>
|
||||||
<span>-</span>
|
<span>-</span>
|
||||||
<a class="link" href="/about">About</a>
|
<a class="underline" href="/about">About</a>
|
||||||
<span>-</span>
|
<span>-</span>
|
||||||
<a class="link" href="https://mcndt.dev/about/">Contact</a>
|
<a class="underline" href="/contact">Contact</a>
|
||||||
<span>-</span>
|
<span>-</span>
|
||||||
<a class="link" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>
|
<a class="underline" href="https://github.com/mcndt/obsidian-note-sharing/issues">Report bug</a>
|
||||||
|
<span>-</span>
|
||||||
|
<a class="underline" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="p-8 prose max-w-3xl dark:prose-invert">
|
<div class="p-8 prose max-w-3xl dark:prose-invert">
|
||||||
<h1>How it works</h1>
|
<h1>About</h1>
|
||||||
|
<h2>How it works</h2>
|
||||||
<p>Coming soon</p>
|
<p>Coming soon</p>
|
||||||
</div>
|
</div>
|
||||||
|
38
webapp/src/routes/contact.svelte
Normal file
38
webapp/src/routes/contact.svelte
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
<svelte:head>
|
||||||
|
<title>Contact | {import.meta.env.VITE_BRANDING}</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<div class="p-8 prose max-w-3xl dark:prose-invert">
|
||||||
|
<h1>Contact</h1>
|
||||||
|
|
||||||
|
Hi! I'm
|
||||||
|
<a href="https://mcndt.dev">mcndt</a>
|
||||||
|
and I build the Obsidian note sharing plugin and operate Noteshare.space. There are several ways to
|
||||||
|
get in touch with me.
|
||||||
|
|
||||||
|
<h2>Bugs</h2>
|
||||||
|
|
||||||
|
The preferred way to report bugs or request features for the web app or the Obsidian plugin is via
|
||||||
|
the
|
||||||
|
<a class="underline" href="https://github.com/mcndt/obsidian-note-sharing/issues"
|
||||||
|
>GitHub issues page</a
|
||||||
|
>.
|
||||||
|
|
||||||
|
<h2>Questions about Noteshare.space</h2>
|
||||||
|
<p>
|
||||||
|
For questions and inquiries about Noteshare.space (the "official" note hosting service for the
|
||||||
|
Obsidian note sharing plugin), please E-mail me at <a href="mailto:contact@noteshare.space"
|
||||||
|
>contact@noteshare.space</a
|
||||||
|
>.
|
||||||
|
</p>
|
||||||
|
<h2>Get to know me!</h2>
|
||||||
|
<p>
|
||||||
|
I’m a computer science engineer with interest in a wide range of topics, including productivity,
|
||||||
|
PKM, artificial intelligence, product development and game design.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
You can find me in the official Obsidian Discord server as
|
||||||
|
<strong>Maximio#6460</strong>. You can find my blog, other projects, and resume at
|
||||||
|
<a href="https://mcndt.dev">mcndt.dev</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
Loading…
x
Reference in New Issue
Block a user