summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-22 02:45:04 +0000
committerdacctal <dacctal@symlinx.net>2026-06-22 02:45:04 +0000
commitc353e84bb9301f6b2c1ddef64d2b24f4bc2ee887 (patch)
treebe96b4e95fe2778f712a7064fa21908091c44a8a
parent40a527ff94b811c262a8ce59a45d1c4ce0c31a94 (diff)
added oglothenerd & omnisearch.cloudnuke.org
-rw-r--r--fcc/index.html11
-rw-r--r--index.html6
-rw-r--r--oglothenerd/index.html44
3 files changed, 56 insertions, 5 deletions
diff --git a/fcc/index.html b/fcc/index.html
index 4f259e8..d7eeec6 100644
--- a/fcc/index.html
+++ b/fcc/index.html
@@ -19,16 +19,18 @@
<h4>[ https://cloudnuke.org ]</h4>
<p>> my website</p>
</section>
- <br>
+
+ <section class="block">
+ <h3><a href="https://omnisearch.cloudnuke.org/">omnisearch</a></h3>
+ <h4>[ https://omnisearch.cloudnuke.org ]</h4>
+ <p>> publicly hosted omnisearch instance</p>
+ </section>
<section class="block">
<h3><a href="xmpp:realfcc@xmpp.cloudnuke.org">XMPP</a></h3>
<h4>[ realfcc@xmpp.cloudnuke.org ]</h4>
<p>> where to message me</p>
</section>
- <br>
-
- <h2></h2>
<h2>My projects</h2>
@@ -37,7 +39,6 @@
<h4>[ https://codeberg.org/RealFCC ]</h4>
<p>> code repos</p>
</section>
- <br>
<a href="https://cloudnuke.org"><img height=31 width=88 src="../images/cloudnuke.png"></a>
diff --git a/index.html b/index.html
index c639ec9..e308e14 100644
--- a/index.html
+++ b/index.html
@@ -125,6 +125,12 @@
</section>
<section class="block">
+ <h3><a href="./oglothenerd">oglothenerd</a></h3>
+ <h4>[ <span class="color_blue">-</span><span class="color_green">></span>█ / oglothenerd ]</h4>
+ <p>> they call him macro man</p>
+ </section>
+
+ <section class="block">
<h3><a href="./rakka">rakka</a></h3>
<h4>[ <span class="color_blue">-</span><span class="color_green">></span>█ / rakka ]</h4>
<p>> totally doesn't say slurs</p>
diff --git a/oglothenerd/index.html b/oglothenerd/index.html
new file mode 100644
index 0000000..58648ed
--- /dev/null
+++ b/oglothenerd/index.html
@@ -0,0 +1,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>