83 lines
4.0 KiB
HTML
83 lines
4.0 KiB
HTML
|
<!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" />
|
|||
|
|
|||
|
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
|||
|
<title>Moxxy’s New Website | Moxxy</title>
|
|||
|
<meta name="generator" content="Jekyll v4.3.1" />
|
|||
|
<meta property="og:title" content="Moxxy’s New Website" />
|
|||
|
<meta name="author" content="PapaTutuWawa" />
|
|||
|
<meta property="og:locale" content="en_GB" />
|
|||
|
<meta name="description" content="Hello everyone! Welcome on Moxxy’s new website. It currently does not contain much but that may change in the future." />
|
|||
|
<meta property="og:description" content="Hello everyone! Welcome on Moxxy’s new website. It currently does not contain much but that may change in the future." />
|
|||
|
<link rel="canonical" href="https://moxxy.org/posts/2023-01-24-Moxxys-New-Website.html" />
|
|||
|
<meta property="og:url" content="https://moxxy.org/posts/2023-01-24-Moxxys-New-Website.html" />
|
|||
|
<meta property="og:site_name" content="Moxxy" />
|
|||
|
<meta property="og:type" content="article" />
|
|||
|
<meta property="article:published_time" content="2023-01-24T00:00:00+01:00" />
|
|||
|
<meta name="twitter:card" content="summary" />
|
|||
|
<meta property="twitter:title" content="Moxxy’s New Website" />
|
|||
|
<script type="application/ld+json">
|
|||
|
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"PapaTutuWawa"},"dateModified":"2023-01-24T00:00:00+01:00","datePublished":"2023-01-24T00:00:00+01:00","description":"Hello everyone! Welcome on Moxxy’s new website. It currently does not contain much but that may change in the future.","headline":"Moxxy’s New Website","mainEntityOfPage":{"@type":"WebPage","@id":"https://moxxy.org/posts/2023-01-24-Moxxys-New-Website.html"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://moxxy.org/assets/img/logo.png"},"name":"PapaTutuWawa"},"url":"https://moxxy.org/posts/2023-01-24-Moxxys-New-Website.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 md:max-w-prose mt-2 mx-auto">
|
|||
|
<div class="px-8">
|
|||
|
<h1 class="text-3xl">Moxxy's New Website</h1>
|
|||
|
|
|||
|
<span>Posted by <span class="italic">PapaTutuWawa</span> on 24.01.2023</span>
|
|||
|
|
|||
|
<article class="mt-5 prose lg:prose-lg">
|
|||
|
<p>Hello everyone! Welcome on Moxxy’s new website. It currently does not contain
|
|||
|
much but that may change in the future.</p>
|
|||
|
|
|||
|
<p>The page is built using <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://tailwindcss.com/">TailwindCSS</a>. You can find the page’s
|
|||
|
source <a href="https://codeberg.org/moxxy/website">here</a>.</p>
|
|||
|
|
|||
|
</article>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
<footer class="h-8 w-full flex flex-row justify-center">
|
|||
|
<span class="text-sm text-center">
|
|||
|
Made with <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>
|