diff options
| -rw-r--r-- | fcc/index.html | 11 | ||||
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | oglothenerd/index.html | 44 |
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> @@ -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> |
