diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-06-07 21:47:07 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-06-07 21:47:07 -0400 |
commit | dd75b4a341925e4ba3408b018941241d4317dd9f (patch) | |
tree | 58803a50c84b2ec2278a88186ccbfabba3399f8f /info.html | |
parent | c1abd776510d69f6f35ef449875c48b46a5ca95a (diff) | |
download | 53hor-dd75b4a341925e4ba3408b018941241d4317dd9f.tar.xz 53hor-dd75b4a341925e4ba3408b018941241d4317dd9f.zip |
updated with cgi scripts to create on-the-fly rss and index
Diffstat (limited to 'info.html')
-rw-r--r-- | info.html | 37 |
1 files changed, 17 insertions, 20 deletions
@@ -30,7 +30,10 @@ </li> <li> <a href="/info.html"> - <img alt="information" src="/includes/icons/information-variant.svg" /> + <img + alt="information" + src="/includes/icons/information-variant.svg" + /> Info </a> </li> @@ -68,7 +71,7 @@ </p> <p> You can find my <a href="/cv.html">CV here</a>. If you want a PDF you - can <a href="/cv.pdf">get that here</a>. + can <a href="/cgi-bin/cv.sh">get that here</a>. </p> <p> @@ -245,29 +248,23 @@ <img src="https://nextcloud.53hor.net/index.php/s/G3QG8FNb8aDmzcc/preview" /> + <img src="https://nextcloud.53hor.net/index.php/s/nKmSsrxa4LkRHdM/preview" /> - <p> - <a href="https://jigsaw.w3.org/css-validator/check/referer"> - <img - style="border: 0; width: 88px; height: 31px" - src="https://jigsaw.w3.org/css-validator/images/vcss-blue" - alt="Valid CSS!" - /> - </a> - </p> + <img + style="border: 0; width: 88px; height: 31px" + src="https://jigsaw.w3.org/css-validator/images/vcss-blue" + alt="Valid CSS!" + /> - <p> - <a href="http://www.anybrowser.org/campaign/" - ><img - src="path-to-graphic/graphicname" - width="graphic-width-in-pixels" - height="graphic-height-in-pixels" - alt="Viewable With Any Browser" - /></a> - </p> + <img + src="https://nextcloud.53hor.net/index.php/s/JMqd6ACCdskmS5J/preview" + width="graphic-width-in-pixels" + height="graphic-height-in-pixels" + alt="Viewable With Any Browser" + /> </article> </body> </html> |