-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
46 lines (46 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./misc/img/icon.png">
<link rel="stylesheet" href="./styles/index.css">
<script src="./js/index.js"></script>
<title>The Rat</title>
</head>
<body>
<nav>
<a href="https://brattishrat384.xyz/index.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Home
</a>
<a href="https://brattishrat384.xyz/about.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
About
</a>
<a href="https://brattishrat384.xyz/social.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Social
</a>
<a href="https://brattishrat384.xyz/portfolio.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Portfolio
</a>
<a href="https://brattishrat384.xyz/Linuxthing.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Linux thing
</a>
<div class="nav__content">
<span>BrattishRat384</span>
</div>
</nav>
<header>
<h1>About</h1>
</header>
<main>
<p>This is really just a webpage project. This is just to fill this domain.</p>
<p>I got bored thats about it for this.</p>
<figure><img src="./misc/img/portfolio/storm.JPG" alt=""></figure>
<p>I do photograghy in my spare time, but I also do a bit of coding and gaming.</p>
<p>Find more of me on my socials page!</p>
</main>
<footer>
© Callum Long; 2024
</footer>
</body>
</html>