-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
68 lines (55 loc) · 1.55 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>
About
</title>
<link type="text/css" rel="stylesheet" href="css/about.css">
</head>
<body>
<main>
<div class="header-img">
<h1>About Me</h1>
<p>A little place to learn more about me</p>
</div>
</main>
<div id="header">
<!--Banner area x2-->
</div>
<div id="navbar">
<!--Black Link weee-->
</div>
<div id="pfp">
<img src="../Final Project/img/pfp.png"
<!--This will have my pfp rounded into a circle-->
</div>
<div id="art-credit">
<p>Art by <a href>miilkystars</a></p>
<!--art credit for my "pfp"-->
</div>
<div id="line">
<!--a black line....-->
</div>
<div id="name">
<!--my name(s)-->
</div>
<div id="line">
<!--another line weeeeeee-->
</div>
<div id="pronouns-age">
<!--my pronouns & age-->
<p>They/Them</p>
<p>18</p>
</div>
<div id="long-line">
<!--A longer line-->
</div>
<div id="back button">
<!--link to index/homepage-->
</div>
<div id="credit">
<p>Website created by <a href="https://github.com/SkyeTheDemon">SkyeTheDemon</a>♡</p>
<!--Simple credit to the creator of the page being myself^^-->
</div>
</body>
</html>