diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6b33621 --- /dev/null +++ b/index.html @@ -0,0 +1,72 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>personal_web</title> + <link rel="stylesheet" href="style.css"> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + + <body> + <div class="header"> + <h1> + <span class="color_orange">/</span> + personal_web + <span class="color_orange">/</span></h1> + <p>Managed an owned by:<a href="/Me">Me</a></p> + <h2>Welcome Comrade!</h2> + </div> + + <h2 id="projects"><a href="#projects">~</a> projects</h2> + + <section class="block"> + + <h3><a href="https://cgit.<well>">~ cgit</a></h3> + <p>> My personal git instance, powered by cgit</p> + + </section> + + <h2 id="open_source"><a href="#open_source">~</a> open_source</h2> + + <section class="block"> + + <h3>recommended open_source projects</h3> + <p>> best to check out while they're fresh</p> + <section class="block"> + <h3><a href="https://incognet.io">incognet.io</a></h3> + </section> + + <section class="block"> + <h3><a href="https://i2p.net">i2p.net</a></h3> + </section> + + <section class="block"> + <h3><a href="https://gentoo.org">gentoo.org</a></h3> + </section> + + <section class="block"> + <h3><a href="https://yggdrasil-network.github.io/">yggdrasil</a></h3> + </section> + + <section class="block"> + <h3><a href="https://xmpp.org/">XMPP</a></h3> + </section> + + <section class="block"> + <h3><a href="https://git.zx2c4.com/cgit/about/">cgit</a></h3> + <p>> U already know it ;)</p> + </section> + + <section class="block"> + <h3><a href="https://www.departuremono.com/">DepartureMono</a></h3> + </section> + </section> + + <h2>other cool people</h2> + <section class="block"> + <h3>dacctal </h3> + <h4><a href="symlinx.net">symlinx.net</a></h4> + </section> + + </body> +</html> |
