diff options
| author | mjfernez <mjf@mjfer.net> | 2021-12-22 16:40:46 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-12-22 16:40:46 -0500 | 
| commit | d0595724cd13a2274e34a813119cf457a796af75 (patch) | |
| tree | 90a3b6d44ff929c47f05b354a5f682f6df6e30f1 /home.html | |
| parent | 3e87511c9ded4663150d6c4c4a1d829b53a16ed4 (diff) | |
| download | site-files-d0595724cd13a2274e34a813119cf457a796af75.tar.gz | |
Table of Contents! Adds some works in progress
This commit adds a table of contents generated in the panupdate script.
It also changes some links on the homepage to conform with removing
'/site' as the parent directory
Diffstat (limited to 'home.html')
| -rw-r--r-- | home.html | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -10,14 +10,14 @@  and organizing myself.</p>  <p>If you're looking to connect professionally or for fun, you can  check out my resume -<a href="/site/files/RESUME.html" target="_blank" rel="noopener noreferrer">here</a>. +<a href="/files/RESUME.html" target="_blank" rel="noopener noreferrer">here</a>.  </p>  <p>If you think websites and servers are neat like I do and want to   learn the ins and outs of hosting your own, click -<a href="/site/tutorials/www/how-to-make-this-site.html">here</a>. +<a href="/tutorials/www/how-to-make-this-site.html">here</a>.  </p>  <p>If you're just here by chance and don't know where you are click -<a href="/site/about/whereami.html">here</a>. +<a href="/about/whereami.html">here</a>.  </p>  <p>Otherwise, check out and explore the folders in the navbar above</p> @@ -31,7 +31,7 @@ learn the ins and outs of hosting your own, click      something has gone terribly wrong. Please contact me at       <a href="mailto:abuse@mjfer.net">abuse@mjfer.net</a>      so I can resolve the problem. If you prefer to encrypt your -    email, please use <a href="/site/pgp.txt">this key</a>. +    email, please use <a href="/pgp.txt">this key</a>.  </b></p> | 
