papatutuwawa.pages.polynom.me/index.html

133 lines
4.3 KiB
HTML
Raw Normal View History

2024-01-01 00:10:28 +00:00
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/assets/css/index.css" rel="stylesheet" />
<link rel="shortcut icon" href="/assets/img/favicon.ico" sizes="32x32" />
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Moxxy Blog" />
2023-01-24 17:20:04 +00:00
2024-01-01 00:10:28 +00:00
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>A modern XMPP client | Moxxy</title>
<meta name="generator" content="Jekyll v4.3.1" />
<meta property="og:title" content="A modern XMPP client" />
<meta property="og:locale" content="en_GB" />
<link rel="canonical" href="https://moxxy.org/" />
<meta property="og:url" content="https://moxxy.org/" />
<meta property="og:site_name" content="Moxxy" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="A modern XMPP client" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","headline":"A modern XMPP client","name":"Moxxy","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://moxxy.org/assets/img/logo.png"}},"url":"https://moxxy.org/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<div class="flex flex-col">
<div class="relative h-16 inset-x-0 inset-y-0 px-4 shadow-md grid place-items-center">
<div class="flex flex-row items-center w-full">
<!-- The Moxxy logo -->
<a href="/index.html">
<img src="/assets/img/logo.png" class="w-12 h-12 p-2" />
</a>
<a href="/index.html">
<span class="font-bold">Moxxy</span>
</a>
<!-- Spacer -->
<div class="grow"></div>
<a href="/posts.html" class="px-2 text-sky-400">Blog</a>
<a href="/developers.html" class="px-2 text-sky-400">Developers</a>
<a href="https://codeberg.org/moxxy/moxxy" class="px-2 text-sky-400">Source</a>
</div>
</div>
<div class="w-full bg-moxxy-purple p-8 flex flex-row justify-center h-fit">
2023-01-24 17:20:04 +00:00
<div class="lg:w-1/2 grid grid-cols-2 gap-4">
<div class="grid grid-cols-1 place-items-center">
2024-01-01 00:10:28 +00:00
<span class="text-neutral-100 text-2xl text-center">An experimental and modern XMPP client</span>
2023-01-24 17:20:04 +00:00
</div>
<div class="grid grid-rows-1 place-items-center">
2024-01-01 00:10:28 +00:00
<img class="rounded-md h-64 lg:h-96" src="/assets/img/screenshots/1.png" />
2023-01-24 17:20:04 +00:00
</div>
</div>
</div>
<div class="w-full p-8">
<div class="flex flex-col items-center">
<div class="flex flex-wrap gap-4">
2024-01-01 00:10:28 +00:00
<a href="https://apt.izzysoft.de/fdroid/index/apk/org.moxxy.moxxyv2">
2023-01-24 17:20:04 +00:00
<img class="h-24 md:h-16" src="/assets/img/badges/IzzyOnDroid.png" />
</a>
2024-01-01 00:10:28 +00:00
<a href="https://codeberg.org/moxxy/moxxy/releases/latest">
2023-01-24 17:20:04 +00:00
<img class="h-24 md:h-16" src="/assets/img/badges/codeberg.png" />
</a>
</div>
</div>
</div>
<div class="w-full p-8">
<div class="flex flex-col items-center">
<div>
<h1 class="text-3xl font-bold pb-4 place-self-start">Features</h1>
<ul class="list-disc px-4">
2024-01-01 00:10:28 +00:00
<li>End-to-End encryption using OMEMO</li>
<li>Stickers</li>
<li>Reactions</li>
<li>Retract messages</li>
<li>Voice messages</li>
<li>Swipe-to-quote</li>
<li>Chat background images</li>
<li>Optional privacy-preserving integration with phone contacts</li>
<li>Open-Source</li>
2023-01-24 17:20:04 +00:00
</ul>
</div>
</div>
</div>
<div class="w-full p-8">
<div class="flex flex-col items-center">
<div>
<h1 class="text-3xl font-bold pb-4 place-self-start">Screenshots</h1>
<div class="flex flex-nowrap gap-8 overflow-scroll">
2024-01-01 00:10:28 +00:00
<img class="h-96 rounded-md" src="/assets/img/screenshots/1.png" />
<img class="h-96 rounded-md" src="/assets/img/screenshots/2.png" />
2023-01-24 17:20:04 +00:00
</div>
</div>
</div>
</div>
2024-01-01 00:10:28 +00:00
</div>
<footer class="h-8 w-full flex flex-row justify-center">
<span class="text-sm text-center">
Made with &lt;3 by
<a class="text-sky-400" href="https://polynom.me" target="_blank" rel="noopener noreferrer">PapaTutuWawa</a>
using <a class="text-sky-400" href="https://tailwindcss.com/" target="_blank" rel="noopener noreferrer">TailwindCSS</a>,
<a class="text-sky-400" href="https://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a> and
<a class="text-sky-400" href="https://heroicons.com/">heroicons</a>.
</span>
</footer>
</body>
</html>