-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (34 loc) · 2 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<title>BritishGeekGuy</title>
<div class="topnav" id="myTopnav">
<c>BritishGeekGuy</c>
<a href="index">Home</a>
<a href="projects">Projects</a>
<a href="socials">Socials</a>
<a href="#" class="active">About</a>
</div>
</head>
<body>
<center><u><h1>About</h1></u></center>
<p>Hi There! My name is Charles, but people on the information superhighway know me as BritishGeekGuy :D</p>
<p>I am a 15 year old nerd with an interest in Programming, Gaming and Technology (New and Old!)</p>
<p>Here is some extra random bits of information about me!</p>
<center><u><h2>Favourite Music Artists (In no particular order.)</h2></u></center>
<ul>
<a href="https://open.spotify.com/artist/52qKfVcIV4GS8A8Vay2xtt"><li>Ice Nine Kills</li></a>
<a href="https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz"><li>Linkin Park</li></a>
<a href="https://open.spotify.com/artist/7FBcuc1gsnv6Y1nwFtNRCb"><li>My Chemical Romance</li></a>
<a href="https://open.spotify.com/artist/3o2dn2O0FCVsWDFSh8qxgG"><li>Sabaton</li></a>
<a href="https://open.spotify.com/artist/6ZLTlhejhndI4Rh53vYhrY"><li>Ozzy Osbourne</li></a>
<a href="https://open.spotify.com/artist/05fG473iIaoy82BF1aGhL8"><li>Slipknot</li></a>
<a href="https://open.spotify.com/artist/5eAWCfyUhZtHHtBdNk56l1"><li>System of a Down</li></a>
<a href="https://open.spotify.com/artist/2VYQTNDsvvKN9wmU5W7xpj"><li>Marilyn Manson</li></a>
<a href="https://open.spotify.com/artist/6wWVKhxIU2cEi0K81v7HvP"><li>Rammstein</li></a>
<a href="https://open.spotify.com/artist/2Waw2sSbqvAwK8NwACNjVo"><li>Bo Burnham</li></a>
<a href="https://open.spotify.com/artist/7oPftvlwr6VrsViSDV7fJY"><li>Green Day</li></a>
</ul>
</p>
</body>
</html>