-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (72 loc) · 2.89 KB
/
index.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
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>symmetricalboy</title>
<link rel="icon" type="image/x-icon" href="/avatar.png">
<link rel="stylesheet" href="/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:[email protected]&display=swap" rel="stylesheet">
<meta name="viewport" content="user-scalable=no">
</head>
<body>
<div id="column">
<div id="title">
<img id="header-image" src="/avatar.gif">
<div id="title-pair">
<h1>symmetricalboy</h1>
<h2 style="color: #646464FF; margin: -2vw; letter-spacing: 0.4vw;">dylan gregori singer</h2>
</div>
</div>
<div id="row">
<p><br></p>
</div>
<div id="row">
<p style="color:#646464FF; "><i>Hi. I'm symmetricalboy, but you can call me symm.<br><br>I like tech and art. I like making new things. I like beta software. I write some terrible code. I love graphic design. I write some terrible music. I create and edit videos. Sometimes I even leave my desk.<br><br>I'm just a guy doing a thing, floating through cyberspace...</i></p>
</div>
<div id="row">
<p><br></p>
</div>
<div id="row">
<p><i>Here are some buttons:</i></p>
</div>
<div id="row">
<div id="icon">
<a href="tel:+17638987766"><img id="link" src="/icons/phone.png"></a>
<a href="tel:+17638987766">Phone</a>
</div>
<div id="icon">
<a href="sms:+17638987766"><img id="link" src="/icons/messages.png"></a>
<a href="sms:+17638987766">Messages</a>
</div>
<div id="icon">
<a href="mailto:[email protected]"><img id="link" src="/icons/gmail.png"></a>
<a href="mailto:[email protected]">Gmail</a>
</div>
<div id="icon">
<a href="https://discord.com/users/417424119768940585"><img id="link" src="/icons/discord.png"></a>
<a href="https://discord.com/users/417424119768940585">Discord</a>
</div>
<div id="icon">
<a href="https://t.me/symmetricalboy"><img id="link" src="/icons/telegram.png"></a>
<a href="https://t.me/symmetricalboy">Telegram</a>
</div>
</div>
<div id="row">
<p><br></p>
</div>
<div id="row">
<p style="color:#646464FF; letter-spacing: 0.8vw;"><i>very symmetrical.</i></p>
</div>
<div id="row">
<p><br></p>
</div>
<div id="row">
<a style="color:#646464FF; " href="https://www.symmetricalboy.com/">Home</a><p style="padding-left: 1vw; padding-right: 1vw; "></p><a style="color:#646464FF; " href="https://www.symmetricalboy.com/privacy">Privacy</a><p style="padding-left: 1vw; padding-right: 1vw; "></p><a style="color:#646464FF; " href="https://github.com/symmetricalboy/symmetricalboy.com">Source</a>
</div>
<div id="row">
<p style="color:#323232FF; "><i>copyright (c) 2024 Dylan Gregori Singer (symmetricalboy)</i></p>
</div>
</div>
</body>
</html>