-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (37 loc) · 1.63 KB
/
about.html
File metadata and controls
40 lines (37 loc) · 1.63 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Created by ApatheticDELL -->
<title>ApatheticDELL Center</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./navstyle.css">
<link rel="stylesheet" href="./universal.css">
<link rel="icon" type="image/x-icon" href="./assets/favicon.png">
</head>
<body>
<!-- Website navigation -->
<nav class="site-nav">
<div class="nav-left">
<img src="./assets/adlogo.png" alt="Logo" />
<span class="site-title">ApatheticDELL</span>
</div>
<div class="nav-right">
<a href="./index.html">Home</a>
<a href="./bulletins.html">Bulletins</a>
<a class="site-title" href="./about.html">About</a>
</div>
</nav>
<main>
<h1>About</h1>
<h2>Hi, I'm ApatheticDELL</h2>
<p>A lot of people call me Dell for simplicity. I am a gay canadian furry. I do stuff on the internet. I like drawing and making anmations.</p>
<h2>Dell the Dragon (fursona)</h2>
<p>Not to be confused with Dell INC which makes computers. Dell is the name of an anthro dragon. A fluffy dragon covered in fur. He is blue with a white underbelly, his tail has a white tip, and under the tip is a white ring.</p>
</main>
<footer>
<p>Copyright © ApatheticDELL</p>
<p>Website created by ApatheticDELL and <a href="https://bunnytub.com/">BunnyTub</a></p>
<br/><br/>
</footer>
</body>
</html>