50 lines
No EOL
1.4 KiB
HTML
50 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Dervland</title>
|
|
<link rel="stylesheet" href="/index.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<div class='content'>
|
|
<h1 class='content-header'>BiglyDerv's Bio</h1>
|
|
<table>
|
|
<tr>
|
|
<th>Pronouns</th>
|
|
<td>He/they</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Operating System</th>
|
|
<td>Arch Linux</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Hobbies</th>
|
|
<td>Programming, art</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Misc.</th>
|
|
<td>Autistic</td>
|
|
</tr>
|
|
</table>
|
|
<img src='https://dervland.net/files/doowie_ref_neo.svg' class='art'>
|
|
</div>
|
|
|
|
<div class='content'>
|
|
<h1 class='content-header'>Projects</h1>
|
|
<div>
|
|
<a class="form-button" href="https://git.dervland.net/BiglyDerv">Code</a>
|
|
<a class="form-button" href="https://dervland.net/files/">Files</a>
|
|
</div>
|
|
<h1 class='content-header'>Contributions</h1>
|
|
<div>
|
|
<a class="form-button" href="https://penguinmod.com/">PenguinMod</a>
|
|
<a class="form-button" href="https://hatch.lol/">Hatch</a>
|
|
<a class="form-button" href="https://discord.gg/heh8Js48C9">Elemental on Discord</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |