-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (73 loc) · 2.53 KB
/
index.html
File metadata and controls
81 lines (73 loc) · 2.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Va0ck</title>
<meta name="description" content="Va0ck Portfolio">
<!--React + Tailwinds? Nah, PURE RAW HTML!-->
<style>
body {
background-color: white;
color: black;
padding-top: 10px;
padding-left: 10px;
font-family: 'Times New Roman', Times, serif;
font-size: 18px;
}
h3 {
margin-bottom: -8px;
}
h4 {
margin-bottom: -8px;
}
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
a:link {
color: orange;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: orangered;
}
}
</style>
</head>
<body>
<pre>
▄ ██ ████▄ ▄█▄ █ █▀
█ █ █ ██ █ █▀ ▀▄ █▄█
█ █ █▄▄█ █ ██ █ ▀ █▀▄
█ █ █ █ ▀████ █▄ ▄▀ █ █
█ █ █ ▀███▀ █
█▐ █ ▀
▀</pre>
<h3>sup, i'm va0ck.</h3>
<p>i make stuff 4 fun.</p>
<h4>skills:</h4>
<ul>
<li>luau - since 2018</li>
<li>typescript - since 2025</li>
</ul>
<h4>works [closed source srry]:</h4>
<ul>
<li><a href="https://www.roblox.com/games/99384067414332" target="_blank">5 day game lol</a></li>
<li><a href="https://www.roblox.com/communities/5256665" target="_blank">dev @ ards.</a></li>
</ul>
<h4>oss [open source lol]:</h4>
<ul>
<li><a href="http://va0ck.com/folder-net/" target="_blank">folder-net [old proj, dont rlly use it]</a></li>
<li>more in the works >:3</li>
</ul>
<h4>contact:</h4>
<ul>
<li><a href="http://roblox.com/user.aspx?userId=844029031" target="_blank">roblox</a></li>
<li><a href="https://github.com/va0ck" target="_blank">github</a></li>
<li>cannot contact atm</li>
</ul>
</body>
</html>