2025-01-14 15:31:37 +00:00
|
|
|
<html><head>
|
|
|
|
<title>Waffelo's Den</title>
|
|
|
|
<link rel="stylesheet" href="tstyle.css">
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
2024-09-22 11:11:59 +00:00
|
|
|
|
2025-01-14 15:31:37 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
2024-09-22 11:11:59 +00:00
|
|
|
|
2025-01-14 15:31:37 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-09-22 11:11:59 +00:00
|
|
|
|
2025-01-14 15:31:37 +00:00
|
|
|
<div class="c-main box ">
|
|
|
|
<div class="flex">
|
2024-09-22 11:11:59 +00:00
|
|
|
|
2025-01-14 15:31:37 +00:00
|
|
|
<div class="c-element e-profile">
|
|
|
|
<center>
|
|
|
|
<img style="border-radius: 100%;padding: 15px;" src="assets/profile.png" width="200px"><br>
|
|
|
|
<h1>Waffelo</h1>
|
|
|
|
<p>Linux and open-source enthusiast. </p>
|
|
|
|
|
|
|
|
<div class="e-profile_links">
|
|
|
|
<div>
|
|
|
|
<a href="https://matrix.to/#/@waffelo:drgnz.club" target="_blank" style="text-decoration: none;"><img src="assets/icons/matrix.svg" class="e-profile_icon"> </a>
|
|
|
|
<a href="https://git.drgnz.club/Waffelo" target="_blank" style="text-decoration: none;"><img src="assets/icons/git.svg" class="e-profile_icon"></a>
|
|
|
|
<a href="https://www.printables.com/@waffelo" target="_blank" style="text-decoration: none;"><img src="assets/icons/printables.svg" class="e-profile_icon"> </a>
|
|
|
|
<a href="assets/public.gpg" style="text-decoration: none;" target="_blank"><img src="assets/icons/pgp.svg" class="e-profile_icon"> </a>
|
|
|
|
<a href="mailto:contact@waffelo.net" target="_blank" style="text-decoration: none;"><img src="assets/icons/email.svg" class="e-profile_icon"></a>
|
2024-09-22 11:11:59 +00:00
|
|
|
</div>
|
2025-01-14 15:31:37 +00:00
|
|
|
</div>
|
|
|
|
<div class="e-profile_links">
|
|
|
|
<div>
|
|
|
|
<a href="#" style="text-decoration: none;"><img src="assets/icons/monero.svg" class="e-profile_icon"> </a>
|
|
|
|
<a href="#" style="text-decoration: none;"><img src="assets/icons/bitcoin.svg" class="e-profile_icon"></a>
|
2024-09-22 11:11:59 +00:00
|
|
|
</div>
|
2025-01-14 15:31:37 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</center><br>
|
|
|
|
</div> <!-- End of About element -->
|
|
|
|
|
|
|
|
<!-- End of posts element -->
|
|
|
|
</div> <!-- End of FLEX -->
|
|
|
|
|
|
|
|
</div><!-- End of c-main container -->
|
|
|
|
|
|
|
|
</body></html>
|