This commit is contained in:
parent
1d918a19d0
commit
a3b0d96c39
@ -24,16 +24,6 @@
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- Privacy-friendly analytics for the production environment of Noteshare.space.
|
||||
Please remove this if you are hosting yourself! -->
|
||||
<script
|
||||
async
|
||||
defer
|
||||
data-website-id="b2982b6e-7cd3-4ffd-b698-105bb33bd811"
|
||||
src="https://umami.mcndt.dev/umami.js"
|
||||
data-host-url="http://umami.mcndt.dev"
|
||||
></script>
|
||||
</head>
|
||||
<body class="h-full">
|
||||
<div class="h-full bg-white dark:dark:bg-background-dark">%sveltekit.body%</div>
|
||||
|
@ -1,29 +1,5 @@
|
||||
<hr class="border-zinc-200 dark:border-zinc-700 transition-colors" />
|
||||
|
||||
<footer
|
||||
class="px-3 py-6 md:p-8 text-center flex flex-wrap justify-center items-center gap-x-2 gap-y-1.5 text-zinc-500 dark:text-zinc-400"
|
||||
>
|
||||
<span>
|
||||
Built with love by <a class="underline" href="https://mcndt.dev" alt="blog">mcndt</a>
|
||||
</span>
|
||||
<span>-</span>
|
||||
<a class="underline" href="/about">About</a>
|
||||
<span>-</span>
|
||||
<a class="underline" href="/changelog">Changelog</a>
|
||||
<span>-</span>
|
||||
<a class="underline" href="/roadmap">Roadmap</a>
|
||||
<span>-</span>
|
||||
<a class="underline" href="/contact">Contact</a>
|
||||
<span>-</span>
|
||||
<a class="underline" href="https://discord.gg/y3HqyGeABK">Discord</a>
|
||||
<span>-</span>
|
||||
<a
|
||||
class="underline"
|
||||
href="https://github.com/mcndt/noteshare.space/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D"
|
||||
>🐛 Report bug</a
|
||||
>
|
||||
<span>-</span>
|
||||
<a class="underline" href="/funding">Expenses & funding</a>
|
||||
<span>-</span>
|
||||
<a class="underline" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>
|
||||
|
||||
</footer>
|
||||
|
@ -27,7 +27,7 @@
|
||||
class="h-full px-4 6xl:px-0 max-w-6xl mx-auto flex items-center justify-between content-center whitespace-nowrap"
|
||||
>
|
||||
<div id="navbar-left" class="flex gap-4">
|
||||
<a href="/" class="self-center h-full pb-0.5">
|
||||
<a href="https://mark.struchkov.dev" class="self-center h-full pb-0.5">
|
||||
<span id="name" class="self-center font-bold text-xl md:text-lg dark:text-white"
|
||||
>📝 {import.meta.env.VITE_BRANDING}</span
|
||||
>
|
||||
|
@ -29,42 +29,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{import.meta.env.VITE_BRANDING} — Securely share your Obsidian notes with one click.</title
|
||||
>
|
||||
<meta
|
||||
name="title"
|
||||
content="Noteshare.space — Securely share your Obsidian notes with one click."
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Securely share your Obsidian notes with one click. Zero configuration. End-to-end encrypted. No account needed. Completely open source! Download the QuickShare extension in the Obsidian community plugin marketplace."
|
||||
/>
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://noteshare.space/" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Noteshare.space — Securely share your Obsidian notes with one click."
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Securely share your Obsidian notes with one click. Zero configuration. End-to-end encrypted. No account needed. Completely open source! Download the QuickShare extension in the Obsidian community plugin marketplace."
|
||||
/>
|
||||
<meta property="og:image" content="https://noteshare.space/meta.png" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://noteshare.space/" />
|
||||
<meta
|
||||
property="twitter:title"
|
||||
content="Noteshare.space — Securely share your Obsidian notes with one click."
|
||||
/>
|
||||
<meta
|
||||
property="twitter:description"
|
||||
content="Securely share your Obsidian notes with one click. Zero configuration. End-to-end encrypted. No account needed. Completely open source! Download the QuickShare extension in the Obsidian community plugin marketplace."
|
||||
/>
|
||||
<meta property="twitter:image" content="https://noteshare.space/meta.png" />
|
||||
<title>{import.meta.env.VITE_BRANDING}</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class=" h-full {dark !== undefined ? '' : 'hidden'} {dark ? darkTheme : ''}">
|
||||
@ -72,16 +37,14 @@
|
||||
<div class="z-50 sticky top-0 w-full bg-white dark:bg-background-dark transition-colors">
|
||||
<div class="top-0 left-0 right-0">
|
||||
<NavBar>
|
||||
<svelte:fragment slot="left">
|
||||
<NavBarLink href="/about">About</NavBarLink>
|
||||
<NavBarLink href="/install">Get plugin</NavBarLink>
|
||||
<NavBarLink href="/contact">Contact</NavBarLink>
|
||||
</svelte:fragment>
|
||||
<!-- <svelte:fragment slot="left">-->
|
||||
<!-- <NavBarLink href="https://struchkov.dev/blog">B.log</NavBarLink>-->
|
||||
<!-- </svelte:fragment>-->
|
||||
<svelte:fragment slot="right">
|
||||
<NavBarLink href="https://obsidian.md"
|
||||
><span class="text-[#705dcf] font-bold">Get Obsidian</span></NavBarLink
|
||||
<NavBarLink href="https://struchkov.dev/blog"
|
||||
><span class="text-[#2c678d] font-bold">Blog</span></NavBarLink
|
||||
>
|
||||
<NavBarLink href="https://github.com/mcndt/noteshare.space">
|
||||
<NavBarLink href="https://github.com/uPagge">
|
||||
<span class="flex gap-2 items-center justify-center">
|
||||
<span class="text-black dark:text-zinc-200 md:hidden whitespace-nowrap">GitHub</span
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user