diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-04-21 23:02:27 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-04-21 23:02:27 -0400 |
commit | 947868e661e05216b5555f6e6393b1003bc1245b (patch) | |
tree | 154fe3fc8de54a16d55160d5249034b205f6cb07 /software.html | |
parent | 890b34bcc1a6b4073d1e512b1386634f7bc5ea52 (diff) | |
download | 53hor-947868e661e05216b5555f6e6393b1003bc1245b.tar.xz 53hor-947868e661e05216b5555f6e6393b1003bc1245b.zip |
renamed hosted to software
Diffstat (limited to 'software.html')
-rw-r--r-- | software.html | 66 |
1 files changed, 46 insertions, 20 deletions
diff --git a/software.html b/software.html index b633d8f..783bda8 100644 --- a/software.html +++ b/software.html @@ -8,12 +8,15 @@ property="og:description" content="The World Wide Web pages of Adam Carpenter" /> - <meta property="og:image" content="https://nextcloud.53hor.net/index.php/s/Nx9e7iHbw4t99wo/preview" /> + <meta + property="og:image" + content="https://nextcloud.53hor.net/index.php/s/Nx9e7iHbw4t99wo/preview" + /> <meta property="og:site_name" content="53hor.net" /> - <meta property="og:title" content="Software" /> + <meta property="og:title" content="Self-Software Stuff" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.53hor.net" /> - <title>53hornet ➙ Software</title> + <title>53hornet ➙ Self-Software Stuff</title> </head> <body> @@ -38,9 +41,9 @@ </a> </li> <li> - <a href="/hosted.html"> - <img src="/includes/icons/desktop-tower.svg" /> - Hosted + <a href="/software.html"> + <img src="/includes/icons/floppy-variant.svg" /> + Software </a> </li> <li> @@ -53,24 +56,47 @@ </nav> <article> - <h1>Software</h1> + <h1>Self-Software Stuff</h1> - <h2><a href="https://git.53hor.net">Gitea</a></h2> - You can find my source code repositories here. This is where all of my - publicly-available code lives. I put personal and professional projects up - here, as well as learning exercises, forks, and dotfiles. + <p>TODO:</p> + + <h2>Applications</h2> + + <ul> + <li> + <a href="https://pkg.53hor.net"> FreeBSD Package Repository </a> + </li> + <li> + <a href="https://nextcloud.53hor.net"> + Nextcloud Files, Contacts, Calendars + </a> + </li> + <li> + <a href="https://plex.53hor.net">Plex Media Streaming</a> + </li> + <li> + <a href="https://git.53hor.net">Gitea</a> + </li> + </ul> + + <h2>Game Servers</h2> - <h2><a href="https://github.com/53hornet">GitHub</a></h2> - <p> - I don't use GitHub for my software, only really for issue tracking or - following other projects. Sometimes I'll open PRs on GitHub but that's - about it. - </p> - <h2><a href="https://gitlab.com/53hornet">GitLab</a></h2> <p> - I don't use GitLab anymore. I used to until I self-hosted, so there may - or may not be some stale mirrors of my stuff on there. + If I know you and you're welcome to join one of my game servers, you can + find those here. Non-public ones are password-protected. </p> + + <h3>[The Ultimate] DooM (Co-op Chocolate Doom)</h3> + <a href="doom.53hor.net:3343">doom.53hor.net:3343</a> + <h3>DooM II (Co-op Chocolate Doom)</h3> + <a href="doom2.53hor.net:3343">doom2.53hor.net:3343</a> + <h3> + Skyrim Together (The Elder Scrolls V: Skyrim Special Edition w/ "Skyrim + Together" mod) + </h3> + <a href="st.53hor.net:10578">st.53hor.net:10578</a> + <h3>Vanilla Minecraft</h3> + <h3>Minecraft with Mystcraft mod</h3> </article> </body> </html> |