papatutuwawa.pages.polynom.me/posts.html

146 lines
4.9 KiB
HTML
Raw Permalink 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>Blog Posts | Moxxy</title>
<meta name="generator" content="Jekyll v4.3.1" />
<meta property="og:title" content="Blog Posts" />
<meta property="og:locale" content="en_GB" />
<link rel="canonical" href="https://moxxy.org/posts.html" />
<meta property="og:url" content="https://moxxy.org/posts.html" />
<meta property="og:site_name" content="Moxxy" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Blog Posts" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","headline":"Blog Posts","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://moxxy.org/assets/img/logo.png"}},"url":"https://moxxy.org/posts.html"}</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 flex flex-row justify-center mt-2">
2023-01-24 17:20:04 +00:00
<div class="w-full lg:w-1/2 px-8 flex flex-col items-start">
2023-01-25 18:25:04 +00:00
<div class="flex flex-row items-center gap-x-3">
2023-01-24 17:20:04 +00:00
<h1 class="text-3xl">Blog posts</h1>
2023-01-25 18:25:04 +00:00
<a href="/feed.xml">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M12.75 19.5v-.75a7.5 7.5 0 00-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" />
</svg>
</a>
</div>
2023-01-24 17:20:04 +00:00
<div class="divide-y divide-blue-200">
2024-01-01 00:10:28 +00:00
<div class="mb-2">
<a href="/posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.html" class="text-2xl text-sky-400">GSoC report - Moxxy MUC implementation</a>
<div class="flex flex-row pl-2">
<span>By <span>Ikjot Singh Dhody</span></span>
</div>
<p class="mt-2 pl-2 text-slate-600">
GSoC Final Report: XMPP Standards Foundation - Moxxy: Implement Group Chats
</p>
</div>
<div class="mb-2">
<a href="/posts/2023-07-24-Join-MUC-With-Moxxy.html" class="text-2xl text-sky-400">Joining an MUC with Moxxy!</a>
<div class="flex flex-row pl-2">
<span>By <span>Ikjot Singh Dhody</span></span>
</div>
<p class="mt-2 pl-2 text-slate-600">
Greetings, readers!
</p>
</div>
<div class="mb-2">
<a href="/posts/2023-06-17-XEP-0045-In-Moxxmpp.html" class="text-2xl text-sky-400">XEP-0045 implementation in Moxxmpp</a>
<div class="flex flex-row pl-2">
<span>By <span>Ikjot Singh Dhody</span></span>
</div>
<p class="mt-2 pl-2 text-slate-600">
Hello readers!
</p>
</div>
<div class="mb-2">
<a href="/posts/2023-05-06-Groupchat-GSoC-Project.html" class="text-2xl text-sky-400">Moxxy's First GSoC Project!</a>
<div class="flex flex-row pl-2">
<span>By <span>Ikjot Singh Dhody</span></span>
</div>
<p class="mt-2 pl-2 text-slate-600">
Hello readers!
</p>
</div>
2023-01-24 17:20:04 +00:00
<div class="mb-2">
2024-01-01 00:10:28 +00:00
<a href="/posts/2023-01-24-Moxxys-New-Website.html" class="text-2xl text-sky-400">Moxxy's New Website</a>
2023-01-24 17:20:04 +00:00
<div class="flex flex-row pl-2">
2024-01-01 00:10:28 +00:00
<span>By <span>PapaTutuWawa</span></span>
2023-01-24 17:20:04 +00:00
</div>
<p class="mt-2 pl-2 text-slate-600">
2024-01-01 00:10:28 +00:00
Hello everyone! Welcome on Moxxys new website. It currently does not contain
much but that may change in the future.
2023-01-24 17:20:04 +00:00
</p>
</div>
2024-01-01 00:10:28 +00:00
2023-01-24 17:20:04 +00:00
</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>