|
- <!-- Home -->
- <!-- ./res/html/main.html -->
- <!-- ./res/css/main.css -->
- <!-- ./res/img/favicon.png -->
- <!-- ./res/mkd/home.md -->
-
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
- <title>
- Home - easthighNerd
- </title>
- <link href="/res/css/main.css" rel="stylesheet">
- <link rel="icon" type="image/png" href="/res/img/favicon.png"/>
- </head>
- <body>
- <nav>
- <a href="/">
- Home
- </a>
- <br>
- <br>
- <a href="/blog/">
- Blog
- </a>
- <br>
- <br>
- <a href="https://raru.re/@easthighNerd/" target="_blank">
- Mastodon
- </a>
- <br>
- <br>
- <!-- <a href="https://pixelfed.social/@easthighNerd/" target="_blank">
- Pixelfed
- </a>
- <br>
- <br> -->
- <a href="https://git.easthighnerd.me/easthighNerd/" target="_blank">
- Gitea
- </a>
- <br>
- <br>
- <a href="/software_i_use/">
- Software I Use
- </a>
- <br>
- <br>
- <a href="/other_interweb_peoples/">
- Other Interweb Peoples
- </a>
- <br>
- <br>
- <a href="/external_links/">
- External Links
- </a>
- <br>
- <br>
- <a href="/contact/">
- Contact
- </a>
- </nav>
- <main>
- <h1 id="why-hello-there">Why hello there!</h1>
- <p>I'm Jean, known more so on the net as easthighNerd (pronounced east-high-Nerd.)</p>
- <p><br />
- </p>
- <p>I'm just your sorta average otaku geek.</p>
- <p>I love anime, vidya games, manga, computers, you know, the works.</p>
- <p><br />
- </p>
- <p>I am an advocate for free (as in gratis and libre) and open source software (F(L)OSS.)</p>
- <p>I also advocate STRONGLY for encryption, whether that's full drive encryption, end-to-end encryption, you get the idea.</p>
- <p><br />
- </p>
- <p>Feel free to poke around my website as you see fit!</p>
- <p>You are also more than welcome to check out my socials, as well as my Gitea if you want to see some of my current and past fever drea- I mean code!</p>
- </main>
- </body>
- </html>
|