docs: Make website less huge to load

This commit is contained in:
Krille 2024-01-25 10:45:28 +01:00
parent 3fa9c65a2b
commit 38dd9e9668
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 30 additions and 36 deletions

Binary file not shown.

View file

@ -17,12 +17,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="tailwind.css" rel="stylesheet">
<style>
@font-face {
font-family: Zen Kurenaido;
src: url(ZenKurenaido-Regular.ttf);
}
</style>
</head>
<body
@ -32,14 +26,14 @@
class="w-full md:h-12 min-h-12 bg-white dark:bg-gray-800 bg-opacity-50 border-b dark:border-gray-600 px-4 py-4 md:py-0 mb-8">
<nav class="flex flex-wrap h-full justify-center items-center space-x-6 w-full max-w-4xl m-auto">
<a href="https://ko-fi.com/krille/posts"
class="text-xl dark:text-white hover:text-purple-800 dark:hover:text-purple-400">News</a>
class="text-lg dark:text-white hover:text-purple-800 dark:hover:text-purple-400">News</a>
<a href="https://github.com/krille-chan/fluffychat/blob/main/CHANGELOG.md"
class="text-xl dark:text-white hover:text-purple-800 dark:hover:text-purple-400">Changelog</a>
class="text-lg dark:text-white hover:text-purple-800 dark:hover:text-purple-400">Changelog</a>
<a href="https://github.com/krille-chan/fluffychat/wiki"
class="text-xl dark:text-white hover:text-purple-800 dark:hover:text-purple-400">Wiki</a>
class="text-lg dark:text-white hover:text-purple-800 dark:hover:text-purple-400">Wiki</a>
<a href="https://github.com/krille-chan/fluffychat"
class="text-xl dark:text-white hover:text-purple-800 dark:hover:text-purple-400">Code</a>
class="text-lg dark:text-white hover:text-purple-800 dark:hover:text-purple-400">Code</a>
<div class="md:flex-grow"> </div>
<a href='https://ko-fi.com/C1C86VN53' target='_blank' class="m-2 hover:scale-110 transition-transform "><img
class="h-7" src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0'
@ -74,63 +68,63 @@
<div class="grid md:grid-cols-3 md:grid-rows-3 max-w-4xl justify-center w-full mb-16">
<div class="flex flex-col justify-center items-center p-8">
<img src="feature1.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Easy to use</h1>
<img loading="lazy" src="feature1.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Easy to use</h1>
<p class="text-center dark:text-white">FluffyChat is designed to be as easy to use as possible. No one
should be left behind.</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature2.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Material You</h1>
<img loading="lazy" src="feature2.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Material You</h1>
<p class="text-center dark:text-white">The well polished design is based on Material You and works great on
all platforms.</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature3.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Secure</h1>
<img loading="lazy" src="feature3.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Secure</h1>
<p class="text-center dark:text-white">With end-to-end encryption, cross-signing and encrypted backups,
FluffyChat is one of the most secure messenger out there.</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature4.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Decentral</h1>
<img loading="lazy" src="feature4.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Decentral</h1>
<p class="text-center dark:text-white">You can choose the <a href="https://joinmatrix.org"
class="underline hover:text-purple-800 dark:hover:text-purple-400">server</a> you want to use or
even <a href="https://matrix.org/ecosystem/servers/"
class="underline hover:text-purple-800 dark:hover:text-purple-400">self-host</a> your own!</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature5.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Push Notifications</h1>
<img loading="lazy" src="feature5.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Push Notifications</h1>
<p class="text-center dark:text-white">You can choose between Firebase Cloud Messaging or the more privacy
focused <a href="https://unifiedpush.org"
class="underline hover:text-purple-800 dark:hover:text-purple-400">Unified Push</a>.</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature6.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Spaces</h1>
<img loading="lazy" src="feature6.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Spaces</h1>
<p class="text-center dark:text-white">With spaces you can join or create a community which organizes chats
and users. Using sub-spaces you can even nest your communities.</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature7.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Video calls</h1>
<img loading="lazy" src="feature7.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Video calls</h1>
<p class="text-center dark:text-white">Still an experimental feature but you can already try out video and
audio calls, compatible with other [matrix] clients.</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature8.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Stickers</h1>
<img loading="lazy" src="feature8.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Stickers</h1>
<p class="text-center dark:text-white">Create your own sticker sets and share them with your friends. You
can even use them as inline emojis.</p>
</div>
<div class="flex flex-col justify-center items-center p-8">
<img src="feature9.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 font-bold text-2xl">Compatible</h1>
<img loading="lazy" src="feature9.gif" class="h-32" />
<h1 class="text-purple-500 dark:text-purple-300 text-2xl">Compatible</h1>
<p class="text-center dark:text-white">FluffyChat is compatible with any other [matrix] client like <a
href="https://element.io"
class="underline hover:text-purple-800 dark:hover:text-purple-400">Element</a>,
@ -149,30 +143,30 @@
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://liberapay.com/KrilleChritzelius">Liberapay</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://github.com/krille-chan/fluffychat">Source
code</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://github.com/krille-chan/fluffychat/blob/main/PRIVACY.md">Privacy</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://github.com/krille-chan/fluffychat/blob/main/CHANGELOG.md">Changelog</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://hosted.weblate.org/projects/fluffychat/">Translations</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://googlefonts.github.io/noto-emoji-animation/">Noto Animated Emojis</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://keys.mailvelope.com/pks/lookup?op=get&search=christian-pauly%40posteo.de">Contact</a>
-
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800 text-sm"
href="https://krille-chan.github.io">Created
by Krille-chan</a>