blob: 5008bb49958eeb294b88904ad487ab1f10a8e031 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nzuum</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="../images/symlinx-icon.png">
</head>
<body>
<h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / nzuum ]</h1>
<p>make things</p>
<br>
<h2>Where to find me</h2>
<section class="block">
<h3><a href="https://youtube.com/@nzuum">YouTube</a></h3>
<h4>[ https://youtube.com/@nzuum ]</h4>
<p>> music & videos</p>
</section>
<br>
<section class="block">
<h3><a href="https://soundcloud.com/nzuum">Soundcloud</a></h3>
<h4>[ https://soundcloud.com/nzuum ]</h4>
<p>> music</p>
</section>
<br>
<h2>My projects</h2>
<section class="block">
<h3><a href="https://codeberg.org/nzuum">codeberg</a></h3>
<h4>[ https://codeberg.org/nzuum ]</h4>
<p>> code repos</p>
<p>--> [ check out <a href="https://codeberg.org/nzuum/fetchit">fetchit</a> ]</p>
</section>
<br>
</body>
</html>
|