dervland/index.html

59 lines
1.9 KiB
HTML
Raw Normal View History

2024-11-25 14:13:14 -05:00
<!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>
2024-11-25 14:13:14 -05:00
<p>This is <b>BiglyDerv</b>'s amalgamation of games, web experiments and other projects.</p>
2024-11-25 14:13:14 -05:00
<h2>Community</h2>
2024-11-25 14:13:14 -05:00
<a class="form-button" href="https://git.dervland.net/BiglyDerv">Developer Portal</a>
2024-12-06 19:47:38 -05:00
</div>
2024-11-25 14:13:14 -05:00
</div>
<div class='content'>
<h1 class='content-header'>Projects</h1>
2024-11-28 18:54:53 -05:00
<div>
<a class="form-button" href="https://nbg.dervland.net">BiglyChat</a>
Account hub, social timeline
</div>
2024-11-25 14:13:14 -05:00
</div>
2024-11-25 14:13:14 -05:00
2024-12-01 19:18:07 -05:00
<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>
2024-12-06 17:53:13 -05:00
<li>He/They<li>
<li>Linux user</lI>
<li>Developer/Artist of weird things</li>
<li>16 y/o</li>
<li>AuDHD</li>
</ol>
2024-12-01 19:18:07 -05:00
</div>
2024-11-25 14:13:14 -05:00
<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>
2024-11-25 14:13:14 -05:00
On 2020 May 20, a friend group would create a Discord DM for learning HTML.
2024-11-25 14:13:14 -05:00
While the DM derailed eventually, I would learn more non-Scratch programming via making many experimental
projects.
2024-11-25 14:13:14 -05:00
</p>
<p>
2024-11-25 14:13:14 -05:00
Currently, at the age of 16, I am aiming to diversify my experience and learn project management skills.
2024-11-25 14:13:14 -05:00
</p>
</div>
</body>
2024-12-05 23:28:27 -05:00
</html>