Deploy new version 4f6e53aa14
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user