-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (88 loc) · 3.5 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.6">
<!-- <meta name="description" content="About me website of The_Atmerek."> -->
<!-- <meta name="keywords" content="atmerek, the_atmerek, the atmerek" /> -->
<title>The_Atmerek's website.</title>
<link rel='stylesheet' href='https://rawcdn.githack.com/nextapps-de/winbox/0.2.82/dist/css/winbox.min.css'>
<link rel="stylesheet" href="./style.scss">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="cyn"></div>
<div class="noise"></div>
<div class="overlay"></div>
<div class="container">
<ul class="no-bullets"> <li><a href="/info.html"><i class="fa fa-info-circle"></i></a></li> </ul>
<nav>
<ul>
<li id="about">/about</li>
<li id="contact">/contact</li>
<li id="pc">/my-pc</li>
</ul>
</nav>
<main>
<h1>the_atmerek:$<span class="cursor">|</span></h1>
<h3 style="text-align:center">Find me here:</h3>
<ul>
<li>
<a href="https://www.reddit.com/user/The_Atmerek" target="_blank">Reddit</a>
</li>
<li>
<a href="https://open.spotify.com/user/gewwbihtqoz93rguil0tojy26" target="_blank">Spotify</a>
</li>
<li>
<a href="https://steamcommunity.com/id/why-are-you-there/" target="_blank">Steam</a> <a href="/egg.html">/</a> <a href="https://steamdb.info/calculator/76561199089950456/" target="_blank">Stats</a>
</li>
<!-- <li>
<a href="https://twitch.tv/the_atmerek" target="_blank">Twitch</a>
</li> -->
<li>
<a href="https://github.com/Atmerek/" target="_blank">Github</a>
</li>
</ul>
</main>
</div>
<div class="hidden">
<div id="about-content">
<div class="noise"></div>
<div class="overlay"></div>
<h2>about-me:$<span class="cursor">|</span></h2>
<p>
I'm an useless member of society and a computer enthusiast.
<br>When I'm bored, I usually read discord chats or play with computers.
<br>If you have any problem with your computer or something similar,
feel free to message me. (Please. No one messaged me in months. It's like I don't exist to anyone. I'm lonely...)
</p>
</div>
<div id="contact-content">
<div class="noise"></div>
<div class="overlay"></div>
<h2>contact-me:$<span class="cursor">|</span></h2>
<p>You can contact me at the email and/or Discord below:</p>
<ul>
<li>Discord: the_atmerek</li>
<li>E-mail: [email protected]</li>
</ul>
</div>
<div id="pc-content">
<div class="noise"></div>
<div class="overlay"></div>
<h2>my-pc:$<span class="cursor">|</span></h2>
<br>CPU: Intel i9-12900K
<br>CPU Cooler: MSI MAG 360R
<br>Motherboard: MSI MPG Z690 CARBON
<br>RAM: FURY 32GB DDR5-4800
<br>Storage: 2x Samsung 980 Pro 500GB
<br>GPU: MSI GeForce RTX 3080 12GB
<br>Case: Signum SG7V
<br>PSU: P850GM
<br>OS: Windows 11 Pro
</div>
</div>
<script src='https://rawcdn.githack.com/nextapps-de/winbox/0.2.82/dist/js/winbox.min.js'></script>
<script src="./script.js"></script>
</body>
</html>