-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-me.html
41 lines (41 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<link rel="stylesheet" href="css/styles.css">
<script src="js/scripts.js"></script>
<title>About Me</title>
</head>
<body onload="localStorageStuff()">
<div class="container" id="pageLinksContainer">
<a href="https://necroticphantom.github.io" style="text-decoration: none;">
<div class="pageLinks" id="homeLink">
<p class="pageLinksText" id="homeLinkText">Home</p>
</div>
</a>
<a href="https://necroticphantom.github.io/about-me" style="text-decoration: none;">
<div class="pageLinks currentPageLink" id="aboutMeLink">
<p class="pageLinksText" id="aboutMeLinkText">About Me</p>
</div>
</a>
<a href="https://necroticphantom.github.io/programming-languages" style="text-decoration: none;">
<div class="pageLinks" id="programmingLanguagesLink">
<p class="pageLinksText" id="programmingLanguagesLinkText">Programming Languages</p>
</div>
</a>
<a href="https://necroticphantom.github.io/portfolio" style="text-decoration: none;">
<div class="pageLinks" id="portfolioLink">
<p class="pageLinksText" id="portfolioLinkText">Portfolio</p>
</div>
</a>
</div>
<div class="textContainer">
<p class="text">test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br>test<br></p>
</div>
<a href="https://github.com/necroticphantom" target="_blank">
<img src="img/github-logo.png" alt="github" class="externalSiteLogo" id="githubLogo">
</a>
<a href="https://replit.com/@necroticphantom" target="_blank">
<img src="img/replit-logo.png" alt="replit" class="externalSiteLogo replitLogo" id="replitLogo">
</a>
</body>
</html>