diff options
author | 53hornet <atc@53hor.net> | 2021-12-11 20:09:05 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-11 20:09:05 -0500 |
commit | 9f7c80247c8fe82acaff34bb88ecb0bfa5afe5b8 (patch) | |
tree | 64f1c23255f818ebb9744ecd28326e14806dbc4b | |
parent | ee65e8eefba9ebeca77aa447b4dbe1743a7a2849 (diff) | |
download | 53hor-9f7c80247c8fe82acaff34bb88ecb0bfa5afe5b8.tar.xz 53hor-9f7c80247c8fe82acaff34bb88ecb0bfa5afe5b8.zip |
feat: more links
-rw-r--r-- | pages/links.php | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/pages/links.php b/pages/links.php index 6281f75..eb51de8 100644 --- a/pages/links.php +++ b/pages/links.php @@ -1,17 +1,29 @@ <h1>Egress Links</h1> <p> - If you're going to leave my site to go somewhere else on the web, I recommend linking out via one of these. This is my curated collection of awesome sites, resources, and online assets. + If you're going to leave my site to go somewhere else on the web, I recommend linking out via one of these. This is my curated collection of awesome sites, resources, and online assets. Hover on a link for more info. </p> -<h2>Automotive</h2> +<h2>Hudson</h2> <ul> - <li><a href="https://hudsonrestoration1948-54.com/">Hudson Stepdown Restoration (Ken "Yogi" Cates)</a></li> + <li><a href="https://hetclub.org">The Hudson, Essex, Terraplane Club Member Site & Member Forum</a></li> + <li><a href="https://forum.hetclub.org">The HET Open Forum</a></li> + <li><a href="https://hudsonrestoration1948-54.com">Hudson Stepdown Restoration (Ken "Yogi" Cates)</a></li> + <li><a href="https://hudsonmotorcarco.com">Dale Cooper's Engine Parts and Gaskets for Hudsons</a></li> + <li><a href="https://www.wrphet.com">Doug Wildrick's Rubber Parts for HET</a></li> </ul> <h2>*nix</h2> <ul> - <li><a href="https://docs.freebsd.org/en/books/handbook/">FreeBSD Handbook</a></li> + <li><a href="https://docs.freebsd.org/en/books/handbook">FreeBSD Handbook</a></li> + <li><a href="forums.freebsd.org">FreeBSD Forum</a></li> + <li><a title="Vermaden's blog is full of great random knowledge on FreeBSD, the other BSDs, and all things *nix. Especially good is his Valuable News compilation every week." href="https://vermaden.wordpress.com/posts">Vermaden's Sysadmin Blog</a></li> +</ul> + +<h2>Software Engineering & Development</h2> + +<ul> + <li><a title="Simple Thread posts mind-blowingly real articles about software development principles, development, and working environments." href="https://www.simplethread.com/blog">Simple Thread Posts & Essays</a></li> </ul> |