Deploy new version 1ac1d00b5c
This commit is contained in:
66
blog/moxxys-new-website/index.html
Normal file
66
blog/moxxys-new-website/index.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="https://moxxy.org/css/index.css" rel="stylesheet" />
|
||||
<link rel="shortcut icon" href="https://moxxy.org/img/favicon.ico" sizes="32x32" />
|
||||
<link href="https://moxxy.org/feed.xml" type="application/atom+xml" rel="alternate" title="Moxxy Blog" />
|
||||
|
||||
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:title" content="Moxxy's New Website" />
|
||||
<title>Moxxy's New Website</title>
|
||||
|
||||
</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="https://moxxy.org/">
|
||||
<img src="https://moxxy.org/img/logo.png" class="w-12 h-12 p-2" />
|
||||
</a>
|
||||
|
||||
<a href="https://moxxy.org/">
|
||||
<span class="font-bold">Moxxy</span>
|
||||
</a>
|
||||
|
||||
<!-- Spacer -->
|
||||
<div class="grow"></div>
|
||||
|
||||
<a href="/blog/" class="px-2 text-sky-400">Blog</a>
|
||||
<a href="https://moxxy.org/developers/" 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 2023-01-24</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>
|
||||
<span id="continue-reading"></span>
|
||||
<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>
|
||||
Reference in New Issue
Block a user