-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
44 lines (41 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>imnot.cool</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="/assets/pfp.png">
</head>
<body>
<div class="center">
<div>
<img style="vertical-align:middle;" height=55px src="assets/pfp.png">
<span>about me</span>
<br>
<div class="stuffido">
<br> <a href="/">< go back</a>
<br>
<br>
<br> hello i am thomas b aka tommy
<br> or zedsleepyhead
<br>
<br> i do graphic and ui design,
<br> video production, photography, etc.
<br>
<br> i have 2 cats named toasty and mewmew
<br> I try to be cool, but really imnot.cool
<br>
<br>
<br> full socials:
<br>
<br>
<img src="./assets/meowy.png" height=14px> <a href="//app.meower.org/users/zed"> meower</a> | <img src="./assets/github.png" height=14px> <a href="https://github.com/zedsleepyhead"> github</a> | <img src="./assets/discord.png" height=14px> zedsleepyhead<br><img src="./assets/elon musks shithole.png" height=14px> <a href="https://twitter.com/zedsleepyhead"> twitter/x</a> | <img src="./assets/wasteof.png" height=20px> <a href="https://wasteof.money/users/zedsleepyhead"> wasteof.money</a> | <img src="./assets/email.png" height=14px><a href="mailto:[email protected]"> email </a>
<br>
<br>
<img src="./assets/copyright.png" height=12px> 2024 <a href="about.html">thomas b.</a>
</div>
</div>
</div>
</body>
</html>