61 lines
1.9 KiB
HTML
61 lines
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="banner"><img class="banner-background" src="/bg.svg">
|
|
<div class="banner-content">
|
|
<h1>Dervland</h1>
|
|
<p>This is <b>BiglyDerv</b>'s amalgamation of games, web experiments and other projects.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='content'>
|
|
<h1 class='content-header'>Projects</h1>
|
|
<div>
|
|
<a class="form-button" href="https://nbg.dervland.net">BiglyChat Forum</a>
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://discord.gg/m9TKEfJ3Gc">BiglyChat Discord</a>
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://dervland.net/files/">Art</a>
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://git.dervland.net/BiglyDerv">Other Code</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='content'>
|
|
<h1 class='content-header'>About Me</h1>
|
|
<p>I suck at describing myself, so just have a random list of things I am:</p>
|
|
<ol>
|
|
<li>He/They</li>
|
|
<li>Linux user</li>
|
|
<li>Developer/Artist of weird things</li>
|
|
<li>16 y/o</li>
|
|
<li>AuDHD</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class='content'>
|
|
<h1 class='content-header'>My Story</h1>
|
|
<p>
|
|
I was introduced to the Internet around 2013-2014, when I was barely in elementary school.
|
|
I spent a lot of time on Scratch; I learnt basic programming and made friends this way.
|
|
</p>
|
|
<p>
|
|
On 2020 May 20, a friend group would create a Discord DM for learning HTML.
|
|
While the DM derailed eventually, I would learn more non-Scratch programming via making many experimental
|
|
projects.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|