tsaibar/index.html

61 lines
2.1 KiB
HTML
Raw Normal View History

2024-09-01 19:51:58 +00:00
<!DOCTYPE html>
<html lang="en">
2024-09-08 21:38:18 +00:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TSAIBAR</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/icons.css">
</head>
<body>
<header>TSAIBAR</header>
<main>
<section id="socials">
<h2>Socials</h2>
<a href="https://chaos.social/@xoy" target="_blank" rel="noopener noreferrer me"><i class="icon mastodon"></i>@xoy@chaos.social</a><br>
<a href="https://matrix.to/#/@iamxoy:matrix.org" target="_blank" rel="noopener noreferrer"><i class="icon matrix"></i>@iamxoy:matrix.org</a>
</section>
<section id="identity">
<h2>Identity</h2>
<table>
<tr>
<td>Name</td>
<td>xoy</td>
</tr>
<tr>
<td>Age</td>
<td>23</td>
</tr>
<tr>
<td>Gender</td>
<td>non-binary</td>
</tr>
<tr>
<td>Sexuality</td>
<td>pansexual</td>
</tr>
<tr>
<th colspan="2">Pronouns</th>
</tr>
<tr>
<td>🇬🇧</td>
<td>they/them</td>
</tr>
<tr>
<td>🇩🇪</td>
<td>dey/denen</td>
</tr>
</table>
</section>
<section id="wil">
<h2>What I like</h2>
<ul>
<li>Softwaredevelopment</li>
<li>Linux</li>
<li>Gaming</li>
<li>Bouldern</li>
</ul>
</section>
</main>
</body>
2024-09-01 19:51:58 +00:00
</html>