Deploy new version 4f6e53aa14
This commit is contained in:
commit
e35d5d80d5
7
.well-known/host-meta
Normal file
7
.well-known/host-meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
|
||||||
|
<Link rel="urn:xmpp:alt-connections:xbosh"
|
||||||
|
href="https://http.xmpp.polynom.me:443/http-bind" />
|
||||||
|
<Link rel="urn:xmpp:alt-connections:websocket"
|
||||||
|
href="wss://http.xmpp.polynom.me:443/xmpp-websocket" />
|
||||||
|
</XRD>
|
12
.well-known/host-meta.json
Normal file
12
.well-known/host-meta.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"rel": "urn:xmpp:alt-connections:xbosh",
|
||||||
|
"href": "https://http.xmpp.polynom.me:443/http-bind"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "urn:xmpp:alt-connections:websocket",
|
||||||
|
"href": "wss://http.xmpp.polynom.me:443/xmpp-websocket"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
0
.well-known/openpgpkey/policy
Normal file
0
.well-known/openpgpkey/policy
Normal file
3
404.html
Normal file
3
404.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<title>404 Not Found</title>
|
||||||
|
<h1>404 Not Found</h1>
|
65
code/index.html
Normal file
65
code/index.html
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link href="https://polynom.me/css/index.css" rel="stylesheet" />
|
||||||
|
<link href="https://polynom.me/css/extra.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:title" content="Code | polynom.me" />
|
||||||
|
<meta property="og:description" content="Alexander 'PapaTutuWawa' 's code repositories." />
|
||||||
|
<title>Code | polynom.me</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="flex flex-col p-2 md:p-8 items-start md:w-4/5 mx-auto">
|
||||||
|
<!-- Header -->
|
||||||
|
<div class="flex flex-row self-center">
|
||||||
|
<img
|
||||||
|
class="w-12 h-12 md:w-24 md:h-24 rounded-lg"
|
||||||
|
src="/img/avatar.jpg"
|
||||||
|
alt="Profile picture"
|
||||||
|
integrity="sha386-uiNteVXosQ2+o/izp41L1G9VwuwYDYCOPxzFWks058DMUhW7KfQXcipM7WqgSgEZ" />
|
||||||
|
<div class="ml-4 self-center">
|
||||||
|
<a class="self-center text-2xl font-bold" href="/">PapaTutuWawa's Website</a>
|
||||||
|
|
||||||
|
<ul class="list-none">
|
||||||
|
<li class="inline mr-8"><a href="https://blog.polynom.me">Blog</a></li>
|
||||||
|
<li class="inline mr-8"><a href="https://polynom.me/code/">Code</a></li>
|
||||||
|
<li class="inline mr-8"><a href="https://polynom.me/contact/">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-col pt-8 mx-auto">
|
||||||
|
<p class="prose text-white">
|
||||||
|
I keep my code mostly on my private Gitea instance <a class="text-indigo-400"
|
||||||
|
href="https://git.polynom.me/PapaTutuWawa">here</a>.
|
||||||
|
For purposes of allowing other people to also contribute
|
||||||
|
I try to mirror my code on GitHub and codeberg.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="pt-8 w-full">
|
||||||
|
<table class="text-white pt-8 w-full">
|
||||||
|
<tr>
|
||||||
|
<td>GitHub</td>
|
||||||
|
<td><a class="text-indigo-400" href="https://github.com/PapaTutuWawa">PapaTutuWawa</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Codeberg</td>
|
||||||
|
<td><a class="text-indigo-400" href="https://codeberg.org/PapaTutuWawa">PapaTutuWawa</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Gitea</td>
|
||||||
|
<td><a class="text-indigo-400" href="https://git.polynom.me/PapaTutuWawa">PapaTutuWawa</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
80
contact/index.html
Normal file
80
contact/index.html
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link href="https://polynom.me/css/index.css" rel="stylesheet" />
|
||||||
|
<link href="https://polynom.me/css/extra.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:title" content="Contact | polynom.me" />
|
||||||
|
<meta property="og:description" content="Contact details for getting in touch with Alexander 'PapaTutuWawa'." />
|
||||||
|
<title>Contact | polynom.me</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="flex flex-col p-2 md:p-8 items-start md:w-4/5 mx-auto">
|
||||||
|
<!-- Header -->
|
||||||
|
<div class="flex flex-row self-center">
|
||||||
|
<img
|
||||||
|
class="w-12 h-12 md:w-24 md:h-24 rounded-lg"
|
||||||
|
src="/img/avatar.jpg"
|
||||||
|
alt="Profile picture"
|
||||||
|
integrity="sha386-uiNteVXosQ2+o/izp41L1G9VwuwYDYCOPxzFWks058DMUhW7KfQXcipM7WqgSgEZ" />
|
||||||
|
<div class="ml-4 self-center">
|
||||||
|
<a class="self-center text-2xl font-bold" href="/">PapaTutuWawa's Website</a>
|
||||||
|
|
||||||
|
<ul class="list-none">
|
||||||
|
<li class="inline mr-8"><a href="https://blog.polynom.me">Blog</a></li>
|
||||||
|
<li class="inline mr-8"><a href="https://polynom.me/code/">Code</a></li>
|
||||||
|
<li class="inline mr-8"><a href="https://polynom.me/contact/">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-col pt-8 mx-auto">
|
||||||
|
<p class="prose text-white">
|
||||||
|
If you have any questions about my projects or just want to talk, feel
|
||||||
|
free to reach out to me.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="w-full pt-8">
|
||||||
|
<table class="text-white w-full">
|
||||||
|
<tr>
|
||||||
|
<td>Fediverse</td>
|
||||||
|
<td>
|
||||||
|
<a class="text-indigo-400" href="https://social.polynom.me/papatutuwawa">@papatutuwawa@social.polynom.me</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>E-Mail</td>
|
||||||
|
<td>papatutuwawa [a with a circle] polynom.me</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td />
|
||||||
|
<td>
|
||||||
|
Please use my <a class="text-indigo-400" href="https://pki.polynom.me/pubkeys/papatutuwawa.pub">GPG public key</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>GitHub</td>
|
||||||
|
<td><a class="text-indigo-400" href="https://github.com/PapaTutuWawa">PapaTutuWawa</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Codeberg</td>
|
||||||
|
<td><a class="text-indigo-400" href="https://codeberg.org/PapaTutuWawa">PapaTutuWawa</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Gitea</td>
|
||||||
|
<td><a class="text-indigo-400" href="https://git.polynom.me/PapaTutuWawa">PapaTutuWawa</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
67
css/extra.css
Normal file
67
css/extra.css
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
.clickable {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2 {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-row {
|
||||||
|
margin-top: 30px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Screenshots */
|
||||||
|
.screenshot {
|
||||||
|
width: 270px;
|
||||||
|
height: auto;
|
||||||
|
margin-right: 15px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-screenshot {
|
||||||
|
width: 270px;
|
||||||
|
height: 270px;
|
||||||
|
background-color: #3e3e3e;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin-right: 15px;
|
||||||
|
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.no-screenshot-pound {
|
||||||
|
font-size: 130px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 720px) {
|
||||||
|
.screenshot {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-screenshot {
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.no-screenshot-pound {
|
||||||
|
font-size: 43px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#social-links td:nth-child(2) {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
#social-links td {
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
#social-links td[class="table-no-padding-top"] {
|
||||||
|
padding-top: 0px;
|
||||||
|
}
|
||||||
|
#social-links td[class="table-no-padding-bottom"] {
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
}
|
1
css/index.css
Normal file
1
css/index.css
Normal file
File diff suppressed because one or more lines are too long
BIN
img/anitrack.jpg
Normal file
BIN
img/anitrack.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 690 KiB |
BIN
img/avatar.jpg
Normal file
BIN
img/avatar.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
BIN
img/moxxy.jpg
Normal file
BIN
img/moxxy.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 565 KiB |
170
index.html
Normal file
170
index.html
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link href="https://polynom.me/css/index.css" rel="stylesheet" />
|
||||||
|
<link href="https://polynom.me/css/extra.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:title" content="PapaTutuWawa's Website" />
|
||||||
|
<meta property="og:description" content="The personal website of Alexander 'PapaTutuWawa'." />
|
||||||
|
<title>PapaTutuWawa's Website</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="flex flex-col p-2 md:p-8 items-start md:w-4/5 mx-auto">
|
||||||
|
<!-- Header -->
|
||||||
|
<div class="flex flex-row self-center">
|
||||||
|
<img
|
||||||
|
class="w-12 h-12 md:w-24 md:h-24 rounded-lg"
|
||||||
|
src="/img/avatar.jpg"
|
||||||
|
alt="Profile picture"
|
||||||
|
integrity="sha386-uiNteVXosQ2+o/izp41L1G9VwuwYDYCOPxzFWks058DMUhW7KfQXcipM7WqgSgEZ" />
|
||||||
|
<div class="ml-4 self-center">
|
||||||
|
<a class="self-center text-2xl font-bold" href="/">PapaTutuWawa's Website</a>
|
||||||
|
|
||||||
|
<ul class="list-none">
|
||||||
|
<li class="inline mr-8"><a href="https://blog.polynom.me">Blog</a></li>
|
||||||
|
<li class="inline mr-8"><a href="https://polynom.me/code/">Code</a></li>
|
||||||
|
<li class="inline mr-8"><a href="https://polynom.me/contact/">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-col mx-auto">
|
||||||
|
<p class="text-white prose py-8 self-center">
|
||||||
|
Hello! My online pseudonym is <i>PapaTutuWawa</i> and I am
|
||||||
|
just some random person on the Internet who is passionate about
|
||||||
|
topics like XMPP, federated Internet services and privacy. Linux system
|
||||||
|
administration, Linux tinkering and programming are my favourite things to do.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h1 class="prose text-2xl text-indigo-400 self-start">Projects</h1>
|
||||||
|
<p class="prose text-white text-left self-start">This is a small selection of my projects. More are available <a
|
||||||
|
class="text-indigo-400" href="code.html">here.</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex flex-row self-start pt-8">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="https://moxxy.org" target="_blank">
|
||||||
|
<img
|
||||||
|
class="w-24 md:w-48 max-w-none rounded-lg clickable"
|
||||||
|
src="img/moxxy.jpg"
|
||||||
|
alt="Screenshot of Moxxy"
|
||||||
|
integrity="sha386-c4aF6C3eQtEaAm9az1Sr70bxaIq5V9gdLUuvmZ/N9nVSzOLV/QdHs1s5axtvM7kp" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-col pl-8">
|
||||||
|
<h2 class="prose text-indigo-400 text-2xl">Moxxy</h2>
|
||||||
|
<p class="prose text-white text-justify">A modern XMPP client written in Flutter. Licensed under GPLv3.</p>
|
||||||
|
|
||||||
|
<div class="pt-4">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a class="text-indigo-400" href="https://moxxy.org">Website</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class="prose text-indigo-400" href="https://codeberg.org/moxxy/moxxyv2">Code</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-row self-start pt-8">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="https://codeberg.org/PapaTutuWawa/anitrack" target="_blank">
|
||||||
|
<img
|
||||||
|
class="w-24 md:w-48 max-w-none rounded-lg clickable"
|
||||||
|
src="img/anitrack.jpg"
|
||||||
|
alt="Screenshot of AniTrack"
|
||||||
|
integrity="sha386-GhIL0ONMvXK4XqjAIBz7ID0WSqzwIsjuyaLjNMPSJ+Zv7hQw+31FOMmRTONR6tt0" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-col pl-8">
|
||||||
|
<h2 class="prose text-indigo-400 text-2xl">AniTrack</h2>
|
||||||
|
<p class="prose text-white text-justify">A simple Anime and Manga tracker written in Flutter. Licensed under MIT.</p>
|
||||||
|
|
||||||
|
<div class="pt-4">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a class="text-indigo-400" href="https://codeberg.org/PapaTutuWawa/anitrack">Website</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class="prose text-indigo-400" href="https://codeberg.org/PapaTutuWawa/anitrack">Code</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-row self-start pt-8">
|
||||||
|
|
||||||
|
<div class="flex justify-center md:w-48 md:h-48 w-24 h-24 rounded-lg clickable bg-indigo-950">
|
||||||
|
<a class="prose text-white text-5xl" href="https://codeberg.org/PapaTutuWawa/xmpp-discord-bridge.git">
|
||||||
|
<div class="md:w-48 md:h-48 w-24 h-24 flex flex-col justify-center">
|
||||||
|
<span class="text-center">#</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-col pl-8">
|
||||||
|
<h2 class="prose text-indigo-400 text-2xl">xmpp-discord-bridge</h2>
|
||||||
|
<p class="prose text-white text-justify">An XMPP to Discord bridge that attempts to feel as native as possible on each chat platform, written in Python. Licensed under GPLv3.</p>
|
||||||
|
|
||||||
|
<div class="pt-4">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a class="text-indigo-400" href="https://codeberg.org/PapaTutuWawa/xmpp-discord-bridge.git">Website</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class="prose text-indigo-400" href="https://codeberg.org/PapaTutuWawa/xmpp-discord-bridge.git">Code</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-row self-start pt-8">
|
||||||
|
|
||||||
|
<div class="flex justify-center md:w-48 md:h-48 w-24 h-24 rounded-lg clickable bg-indigo-950">
|
||||||
|
<a class="prose text-white text-5xl" href="https://git.polynom.me/PapaTutuWawa/mira">
|
||||||
|
<div class="md:w-48 md:h-48 w-24 h-24 flex flex-col justify-center">
|
||||||
|
<span class="text-center">#</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex flex-col pl-8">
|
||||||
|
<h2 class="prose text-indigo-400 text-2xl">mira</h2>
|
||||||
|
<p class="prose text-white text-justify">An XMPP bot framework for persistent subscription services, written in Python. Licensed under GPLv3.</p>
|
||||||
|
|
||||||
|
<div class="pt-4">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a class="text-indigo-400" href="https://git.polynom.me/PapaTutuWawa/mira">Website</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class="prose text-indigo-400" href="https://git.polynom.me/PapaTutuWawa/mira">Code</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
8
rio.json
Normal file
8
rio.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"CNAME": "polynom.me",
|
||||||
|
"headers": {
|
||||||
|
"Content-Security-Policy": "default-src 'self'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src * 'self'; img-src 'self' data:; font-src 'self'; connect-src 'none'; media-src 'self'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none'; frame-ancestors 'none'; form-action 'none'; upgrade-insecure-requests; block-all-mixed-content; disown-opener; sandbox; base-uri https://polynom.me; manifest-src 'none'",
|
||||||
|
"X-Frame-Options": "DENY",
|
||||||
|
"Referrer-Policy": "no-referrer, strict-origin-when-cross-origin"
|
||||||
|
}
|
||||||
|
}
|
3
robots.txt
Normal file
3
robots.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /contact.html
|
||||||
|
|
12
sitemap.xml
Normal file
12
sitemap.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://polynom.me/</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://polynom.me/code/</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://polynom.me/contact/</loc>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
Loading…
Reference in New Issue
Block a user