From 851212a9ddb3b646cdfaa83ed83da10d64ae8121 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Wed, 6 Jul 2022 17:33:51 +0200 Subject: [PATCH] contact page --- webapp/src/lib/components/Footer.svelte | 8 ++++-- webapp/src/routes/about.svelte | 3 +- webapp/src/routes/contact.svelte | 38 +++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 webapp/src/routes/contact.svelte diff --git a/webapp/src/lib/components/Footer.svelte b/webapp/src/lib/components/Footer.svelte index 146f05b..be11851 100644 --- a/webapp/src/lib/components/Footer.svelte +++ b/webapp/src/lib/components/Footer.svelte @@ -7,9 +7,11 @@ Built with love by mcndt - - About + About - - Contact + Contact - - ā˜• Buy me a coffee + Report bug + - + ā˜• Buy me a coffee diff --git a/webapp/src/routes/about.svelte b/webapp/src/routes/about.svelte index a8933fd..43bcedf 100644 --- a/webapp/src/routes/about.svelte +++ b/webapp/src/routes/about.svelte @@ -3,6 +3,7 @@
-

How it works

+

About

+

How it works

Coming soon

diff --git a/webapp/src/routes/contact.svelte b/webapp/src/routes/contact.svelte new file mode 100644 index 0000000..2d236f7 --- /dev/null +++ b/webapp/src/routes/contact.svelte @@ -0,0 +1,38 @@ + + Contact | {import.meta.env.VITE_BRANDING} + + +
+

Contact

+ + Hi! I'm + mcndt + and I build the Obsidian note sharing plugin and operate Noteshare.space. There are several ways to + get in touch with me. + +

Bugs

+ + The preferred way to report bugs or request features for the web app or the Obsidian plugin is via + the + GitHub issues page. + +

Questions about Noteshare.space

+

+ For questions and inquiries about Noteshare.space (the "official" note hosting service for the + Obsidian note sharing plugin), please E-mail me at contact@noteshare.space. +

+

Get to know me!

+

+ Iā€™m a computer science engineer with interest in a wide range of topics, including productivity, + PKM, artificial intelligence, product development and game design. +

+

+ You can find me in the official Obsidian Discord server as + Maximio#6460. You can find my blog, other projects, and resume at + mcndt.dev. +

+