57 lines
No EOL
1.9 KiB
HTML
57 lines
No EOL
1.9 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>
|
|
<img src='https://dervland.net/files/eggErm.svg' class='art'>
|
|
<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>
|
|
<h1 class='content-header'>Links</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>
|
|
<a class="form-button" href="https://wiki.dervland.net">Wiki</a>
|
|
</div>
|
|
<h1 class='content-header'>Projects</h1>
|
|
<div>
|
|
<a class="form-button" href="https://nbg.dervland.net"> <img src='https://nbg.dervland.net/pfp/derv.png'
|
|
class='icon'>BiglyChat</a>
|
|
<a class="form-button" href="https://gw.dervland.net/"><img src='/art/gridwar.png' class='icon'>GridWar</a>
|
|
<a class="form-button" href="https://civ.dervland.net/"><img src='/art/minezo.png' class='icon'>Minezo</a>
|
|
</div>
|
|
<h1 class='content-header'>Socials</h1>
|
|
<p>
|
|
<i>This list is too long to be on one page. Some entries may be missing.</i>
|
|
</p>
|
|
<div>
|
|
<a class="form-button" href="https://discord.gg/TXq49D8AGn">Discord</a>
|
|
</div>
|
|
</div>
|
|
<script src='/index.js'></script>
|
|
</body>
|
|
|
|
</html> |