-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
25 lines (25 loc) · 935 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="index.html">Back</a>
<h1>About Me</h1>
<h2>and the community</h2>
<br>
<div id="about" class="about">
<h2>About Me</h2>
<p>Hi! I'm STORM, a queer autistic VTuber and streamer.</p>
<p>You can find me on Twitch and YouTube, where I mostly play Minecraft and Warframe.</p>
<br>
<p>I'm also a software engineering student at MCCTC, learing Python and web development.</p>
<p>All of my projects are available on my website, where I also take commissions</p>
<p>for custom 3D VTuber models (.vroid and .vrm). If you're looking for a unique avatar</p>
<p>go to the commissions tab on my site</p>
</div>
</body>
</html>