-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_me.html
44 lines (33 loc) · 1.33 KB
/
about_me.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/resources/pfp.ico" />
<link rel="stylesheet" href="style.css">
<title>About Me</title>
</head>
<body>
<div id="container">
<div id="headerArea">
<div id="header"></div>
<nav id="navbar">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about_me">About Me</a></li>
<li><a href="/music">Music</a></li>
</ul>
</nav>
</div>
<div id="flex">
<main>
<h1>About Me</h1>
<p>Hi! I'm TheDuccinator (Ducc for short). I make music for a variety of systems like the NES, Sega Genesis, Commodore 64, and many more! </p>
<p>I also do covers and Oscilloscope Views on the side too!</p>
<p>I'm also in a demoscene group called MoonShine!</p>
</main>
</div>
<footer id="footer"><a href="https://www.microsoft.com/en-us/edge?form=MM1460&exp=e543"><img src="https://theduccinator.neocities.org/resources/gwie.png" width="88" height="31"></a></footer>
</div>
</body>
</html>