blob: 58648ed8fe396fb88ce56f772d4f0f80a5a47c71 (
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
43
44
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>oglothenerd</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>█ / oglothenerd ]</h1>
<p>C macro wizard and madman</p>
<br>
<h2>Where to find me</h2>
<section class="block">
<h3><a href="https://oglo.dev">oglo.dev</a></h3>
<h4>[ https://oglo.dev ]</h4>
<p>> my website</p>
</section>
<section class="block">
<h3><a href="https://youtube.com/@oglothenerd">YouTube</a></h3>
<h4>[ https://youtube.com/@oglothenerd ]</h4>
<p>> videos n stuff</p>
</section>
<section class="block">
<h3><a href="xmpp:oglo@jabber.fr">XMPP</a></h3>
<h4>[ oglo@jabber.fr ]</h4>
<p>> where to message me</p>
</section>
<h2>My projects</h2>
<section class="block">
<h3><a href="https://gitlab.com/Oglo12">gitlab</a></h3>
<h4>[ https://gitlab.com/Oglo12 ]</h4>
<p>> code repos</p>
</section>
</body>
</html>
|