diff options
author | Milan Mišić <fridolin.411@web.de> | 2023-10-27 21:44:05 +0200 |
---|---|---|
committer | Milan Mišić <fridolin.411@web.de> | 2023-10-27 21:44:05 +0200 |
commit | f49148f130bb949b337163038793d9a8b5673b36 (patch) | |
tree | 8a308db8173c44ef2e6289c0803dbd4b6c92520d | |
parent | 64078b855beefa4fb543cd0f28e2568e14e9471a (diff) |
Major rehaul of resource system; updated media links
-rw-r--r-- | abtm/main.html | 2 | ||||
-rwxr-xr-x | main.html | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/abtm/main.html b/abtm/main.html index 0aa0a31..3c4d73c 100644 --- a/abtm/main.html +++ b/abtm/main.html @@ -22,7 +22,7 @@ <main> <h2>Hi.</h2> <div class=center_img> - <img src="/resources/photography/Random stuff 2022/imm035_36A.jpg"> + <img src="/resources/abtm/self-photography_in_a_car_mirror.jpg"> </div> <br> <div class=text> @@ -24,7 +24,7 @@ <div class=TOOD> This site is still under development and not complete. <!--<div class=TOOD>--> - Some of the links aren't fully done yet and may lead to incomplete or missing pages. + Most of the links aren't fully done yet and may lead to incomplete or missing pages. </div> </div> </div> @@ -34,7 +34,7 @@ <i>About Me</i> <div class=image> <a href=/abtm> - <img src=/resources/twxm.jpg alt="A stylized image of twoexem."> + <img src=/resources/abtm/thumb.jpg alt="A stylized image of twoexem."> </a> </div> </div> @@ -43,7 +43,7 @@ <i>My Collection</i> <div class=image> <a href=/collection> - <img src=/resources/Retro/DSC02098.JPG alt="A photograph of a shelf full of old audio and video equipment."> + <img src=/resources/collection/thumb.jpg alt="A photograph of a shelf full of old audio and video equipment."> </a> </div> </div> @@ -52,7 +52,7 @@ <i>Software & Hardware</i> <div class=image> <a href=/swhw> - <img src=/resources/hardware.JPG alt="A photograph of the inside of the server hosting this website, a Dell Precision T7500."> + <img src=/resources/swhw/thumb.jpg alt="A photograph of the inside of the server hosting this website, a Dell Precision T7500."> </a> </div> </div> @@ -60,7 +60,7 @@ <i>Photography</i> <div class=image> <a href=/photography> - <img src="/resources/photography/Landschaft 2023/imm005_7.jpg" alt="A beautiful analog photograph of a summer landscape."> + <img src="/resources/photography/thumb.jpg" alt="A beautiful analog photograph of a summer landscape."> </a> </div> </div> @@ -68,7 +68,7 @@ <i>Videography</i> <div class=image> <a href=/videography> - <img src="/resources/photography/Random stuff 2023/coolpix/IMGA0384.JPG" alt="A self-photograph of the Panasonic NV-GS400 camcorder."> + <img src="/resources/videography/thumb.jpg" alt="A self-photograph of the Panasonic NV-GS400 camcorder."> </a> </div> </div> @@ -76,7 +76,7 @@ <i>Tinkering</i> <div class=image> <a href=/tinkering> - <img src=/resources/workbench.jpg alt="A photograph of a clean workbench with laboraty items such as a CRT monitor, solder fume ventilation system, a function generator and an oscilloscope along other things."> + <img src=/resources/tinkering/thumb.jpg alt="A photograph of a clean workbench with laboraty items such as a CRT monitor, solder fume ventilation system, a function generator and an oscilloscope along other things."> </a> </div> </div> |