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 | |
parent | 890b34bcc1a6b4073d1e512b1386634f7bc5ea52 (diff) | |
download | 53hor-947868e661e05216b5555f6e6393b1003bc1245b.tar.xz 53hor-947868e661e05216b5555f6e6393b1003bc1245b.zip |
renamed hosted to software
32 files changed, 140 insertions, 211 deletions
diff --git a/hosted.html b/hosted.html deleted file mode 100644 index aa8e86a..0000000 --- a/hosted.html +++ /dev/null @@ -1,102 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <link rel="stylesheet" href="/includes/stylesheet.css" /> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta - 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:site_name" content="53hor.net" /> - <meta property="og:title" content="Self-Hosted Stuff" /> - <meta property="og:type" content="website" /> - <meta property="og:url" content="https://www.53hor.net" /> - <title>53hornet ➙ Self-Hosted Stuff</title> - </head> - - <body> - <nav> - <ul> - <li> - <a href="/"> - <img src="/includes/icons/home-roof.svg" /> - Home - </a> - </li> - <li> - <a href="/info.html"> - <img src="/includes/icons/information-variant.svg" /> - Info - </a> - </li> - <li> - <a href="https://git.53hor.net"> - <img src="/includes/icons/git.svg" /> - Repos - </a> - </li> - <li> - <a href="/hosted.html"> - <img src="/includes/icons/desktop-tower.svg" /> - Hosted - </a> - </li> - <li> - <a type="application/rss+xml" href="/rss.xml"> - <img src="/includes/icons/rss.svg" /> - RSS - </a> - </li> - </ul> - </nav> - - <article> - <h1>Self-Hosted Stuff</h1> - - <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> - - <p> - 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> diff --git a/includes/icons/floppy-variant.svg b/includes/icons/floppy-variant.svg new file mode 100644 index 0000000..ff53cf7 --- /dev/null +++ b/includes/icons/floppy-variant.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"> + <path fill="#000000" d="M3,3V21H21V3H3M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,15A1,1 0 0,1 13,16V19A1,1 0 0,1 12,20A1,1 0 0,1 11,19V16A1,1 0 0,1 12,15Z" /> +</svg> @@ -41,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> @@ -41,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> @@ -105,11 +105,11 @@ <a href="https://git.53hor.net">access them here</a>. </p> - <h3>Self-Hosted Apps and Games</h3> + <h3>Self-Software Apps and Games</h3> <p> I self-host a variety of applications and games. A few of them are - public. You may <a href="/hosted.html">access them here</a>. + public. You may <a href="/software.html">access them here</a>. </p> <h2>Contacting Me</h2> diff --git a/posts/2019-04-06-why-have-a-website-in-2019.html b/posts/2019-04-06-why-have-a-website-in-2019.html index 7fb9b48..f476b3e 100644 --- a/posts/2019-04-06-why-have-a-website-in-2019.html +++ b/posts/2019-04-06-why-have-a-website-in-2019.html @@ -38,9 +38,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> diff --git a/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html b/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html index 9224534..d09fb5b 100644 --- a/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html +++ b/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html @@ -41,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> diff --git a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html index bbe5b28..c41f538 100644 --- a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html +++ b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html @@ -41,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> diff --git a/posts/2019-07-04-yabs-yet-another-bad-shop.html b/posts/2019-07-04-yabs-yet-another-bad-shop.html index b0707e1..22adb42 100644 --- a/posts/2019-07-04-yabs-yet-another-bad-shop.html +++ b/posts/2019-07-04-yabs-yet-another-bad-shop.html @@ -38,9 +38,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> diff --git a/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html b/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html index b8deca5..ab6b7a3 100644 --- a/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html +++ b/posts/2019-07-21-dancing-the-shag-and-the-new-lion-king.html @@ -38,9 +38,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> diff --git a/posts/2019-07-28-i-finally-found-a-drink-i-like.html b/posts/2019-07-28-i-finally-found-a-drink-i-like.html index 6edd6ef..b90334f 100644 --- a/posts/2019-07-28-i-finally-found-a-drink-i-like.html +++ b/posts/2019-07-28-i-finally-found-a-drink-i-like.html @@ -38,9 +38,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> diff --git a/posts/2019-08-11-marrying-my-best-friend.html b/posts/2019-08-11-marrying-my-best-friend.html index 9ac1153..d8107ba 100644 --- a/posts/2019-08-11-marrying-my-best-friend.html +++ b/posts/2019-08-11-marrying-my-best-friend.html @@ -38,9 +38,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> diff --git a/posts/2019-08-30-keep-right-except-to-pass.html b/posts/2019-08-30-keep-right-except-to-pass.html index 8fe960c..39ef9e5 100644 --- a/posts/2019-08-30-keep-right-except-to-pass.html +++ b/posts/2019-08-30-keep-right-except-to-pass.html @@ -41,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> diff --git a/posts/2019-09-28-my-preferred-method-for-data-recovery.html b/posts/2019-09-28-my-preferred-method-for-data-recovery.html index 9751eda..b0ef006 100644 --- a/posts/2019-09-28-my-preferred-method-for-data-recovery.html +++ b/posts/2019-09-28-my-preferred-method-for-data-recovery.html @@ -38,9 +38,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> diff --git a/posts/2020-04-10-the-obligatory-covid-19-post.html b/posts/2020-04-10-the-obligatory-covid-19-post.html index 44f6fd0..c655459 100644 --- a/posts/2020-04-10-the-obligatory-covid-19-post.html +++ b/posts/2020-04-10-the-obligatory-covid-19-post.html @@ -38,9 +38,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> diff --git a/posts/2020-04-10-wedding-photos-are-here.html b/posts/2020-04-10-wedding-photos-are-here.html index 20b5ccd..643f68e 100644 --- a/posts/2020-04-10-wedding-photos-are-here.html +++ b/posts/2020-04-10-wedding-photos-are-here.html @@ -38,9 +38,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> diff --git a/posts/2020-07-11-why-computer-science-at-w-m.html b/posts/2020-07-11-why-computer-science-at-w-m.html index 8933bcf..81508de 100644 --- a/posts/2020-07-11-why-computer-science-at-w-m.html +++ b/posts/2020-07-11-why-computer-science-at-w-m.html @@ -41,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> diff --git a/posts/2020-07-26-now-this-is-a-minimal-install.html b/posts/2020-07-26-now-this-is-a-minimal-install.html index 64652a7..cae81e9 100644 --- a/posts/2020-07-26-now-this-is-a-minimal-install.html +++ b/posts/2020-07-26-now-this-is-a-minimal-install.html @@ -38,9 +38,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> diff --git a/posts/2020-11-30-titanics-last-signals.html b/posts/2020-11-30-titanics-last-signals.html index f4a610a..4d070e4 100644 --- a/posts/2020-11-30-titanics-last-signals.html +++ b/posts/2020-11-30-titanics-last-signals.html @@ -38,9 +38,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> diff --git a/posts/2020-12-01-the-guides.html b/posts/2020-12-01-the-guides.html index 48e2d79..a09b59f 100644 --- a/posts/2020-12-01-the-guides.html +++ b/posts/2020-12-01-the-guides.html @@ -38,9 +38,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> diff --git a/posts/2020-12-04-aoc-2020-day-1-in-cbm-basic.html b/posts/2020-12-04-aoc-2020-day-1-in-cbm-basic.html index c59a893..318a549 100644 --- a/posts/2020-12-04-aoc-2020-day-1-in-cbm-basic.html +++ b/posts/2020-12-04-aoc-2020-day-1-in-cbm-basic.html @@ -38,9 +38,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> diff --git a/posts/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html b/posts/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html index 0d5fffe..0e654a8 100644 --- a/posts/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html +++ b/posts/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html @@ -43,9 +43,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> diff --git a/posts/2020-12-22-why-does-everyone-use-adobe-acrobat-reader.html b/posts/2020-12-22-why-does-everyone-use-adobe-acrobat-reader.html index 81136e8..2b6579c 100644 --- a/posts/2020-12-22-why-does-everyone-use-adobe-acrobat-reader.html +++ b/posts/2020-12-22-why-does-everyone-use-adobe-acrobat-reader.html @@ -44,9 +44,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> diff --git a/posts/2020-12-29-antivirus-software-is-a-hack.html b/posts/2020-12-29-antivirus-software-is-a-hack.html index 9aec081..a146953 100644 --- a/posts/2020-12-29-antivirus-software-is-a-hack.html +++ b/posts/2020-12-29-antivirus-software-is-a-hack.html @@ -41,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> diff --git a/posts/2021-01-15-adam-s-2020-reading-list.html b/posts/2021-01-15-adam-s-2020-reading-list.html index 639e384..fb1736a 100644 --- a/posts/2021-01-15-adam-s-2020-reading-list.html +++ b/posts/2021-01-15-adam-s-2020-reading-list.html @@ -41,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> diff --git a/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.html b/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.html index 6f515f3..96d0eaf 100644 --- a/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.html +++ b/posts/2021-01-15-root-on-zfs-a-zpool-of-mirror-vdevs-the-easy-way.html @@ -44,9 +44,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> diff --git a/posts/2021-01-28-undefined-javasript-is-undefined.html b/posts/2021-01-28-undefined-javasript-is-undefined.html index e12203b..2678beb 100644 --- a/posts/2021-01-28-undefined-javasript-is-undefined.html +++ b/posts/2021-01-28-undefined-javasript-is-undefined.html @@ -41,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> diff --git a/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html b/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html index 11ada08..1fdbb90 100644 --- a/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html +++ b/posts/2021-02-12-louis-vierne-is-a-bamf-and-proof-that-organists-are-metal.html @@ -46,9 +46,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> diff --git a/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.html b/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.html index 634530b..d94d9bb 100644 --- a/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.html +++ b/posts/2021-03-19-how-to-automate-certbot-renewal-with-haproxy.html @@ -44,9 +44,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> diff --git a/posts/2021-04-20-how-to-make-your-website-boring-and-why.html b/posts/2021-04-20-how-to-make-your-website-boring-and-why.html index d2f5d03..4bbf5a8 100644 --- a/posts/2021-04-20-how-to-make-your-website-boring-and-why.html +++ b/posts/2021-04-20-how-to-make-your-website-boring-and-why.html @@ -44,9 +44,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> 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> diff --git a/templates/index_head.html b/templates/index_head.html index d3d745a..8ae4d8c 100644 --- a/templates/index_head.html +++ b/templates/index_head.html @@ -41,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> diff --git a/templates/template.html b/templates/template.html index 950547e..21faa89 100644 --- a/templates/template.html +++ b/templates/template.html @@ -38,9 +38,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> |