80 lines
No EOL
2.8 KiB
HTML
80 lines
No EOL
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Dervland</title>
|
|
<meta name="description" content="Collab on videos... make creative animations... and more!">
|
|
<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>08draven</b>'s amalgamation of games, web experiments and other projects.</p>
|
|
<h2>Community</h2>
|
|
|
|
<a class="form-button" href="https://discord.gg/wZ3mg58JMT">Discord Server</a>
|
|
<a class="form-button" href="https://git.xuyezo.net/08draven">Developer Portal</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='content'>
|
|
<h1 class='content-header'>Projects</h1>
|
|
<div>
|
|
<a class="form-button" href="https://ub.dervland.net">Unibutton</a>
|
|
PVP with simple mechanics: only one button
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://tree.dervland.net/?id=1066543460">Scratch Tree</a>
|
|
Optimized Scratch remix tree frontend
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://bg.dervland.net">BiglyChat</a>
|
|
Social media and authentication server
|
|
</div>
|
|
</div>
|
|
|
|
<div class='content'>
|
|
<h1 class='content-header'>Archives</h1>
|
|
<div>
|
|
<a class="form-button" href="https://scratch.mit.edu/users/08draven">Scratch</a>
|
|
Block coding language
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://github.com/08draven">GitHub</a>
|
|
Code community
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://www.youtube.com/@08draven">YouTube</a>
|
|
Video community
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://alldimensions.fandom.com/wiki/User:Durvensonisback">FANDOM</a>
|
|
Wiki community
|
|
</div>
|
|
<div>
|
|
<a class="form-button" href="https://gamejolt.com/@08draven">GameJolt</a>
|
|
Game development community
|
|
</div>
|
|
</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-05-20, a friend group would create a Discord DM for learning HTML.
|
|
While the DM derailed eventually, I became hooked on programming!
|
|
</p>
|
|
<p>
|
|
Currently, I am aiming to diversify my experience and learn managerial skills.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |