diff options
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 41 |
1 files changed, 22 insertions, 19 deletions
@@ -21,42 +21,45 @@ </header> <nav> <a href="/index.html"> - <img src="/icons/house.png"> + <img src="/icons/house.png" alt="house icon"> Home </a> - <a href="/about.html"> - <img src="/icons/information.png"> + <a href="/about.html" class="here"> + <img src="/icons/information.png" alt="information icon"> About Me </a> <a href="/contact.html"> - <img src="/icons/email.png"> + <img src="/icons/email.png" alt="email icon"> Contact </a> <a href="/donate.html"> - <img src="/icons/money.png"> - <del>Donate</del> + <img src="/icons/money.png" alt="money icon"> + Donate </a> - <a href="thingy"> - <img src="/icons/group.png " alt=""> - <del>More HMOFA</del> + <a href="/hmofa/hmofa.html" > + <img src="/icons/group.png" alt="group of people icon"> + More HMOFA </a> - <a href="thingy"> - <img src="/icons/computer.png"> - <del>Fun Technology</del> + <a href="/g/g.html"> + <img src="/icons/computer.png" alt="computer icon"> + Fun Technology </a> - <a href="thingy"> - <img src="/icons/film.png"> + <a href="/pol/pol.html"> + <img src="/icons/transmit_red.png" alt="radio transmission icon"> + Realpolitik + </a> + <a href="/tv/tv.html"> + <img src="/icons/film.png" alt="film icon"> <del>The Kinoplex</del> </a> - <a href="" > - <img src="/icons/comments.png" alt=""> + <a href="/int/int.html" > + <img src="/icons/comments.png" alt="person talking icon"> <del>Language Resources</del> </a> - <a href="" > - <img src="/icons/bomb.png" alt=""> + <a href="/k/k.html" > + <img src="/icons/bomb.png" alt="bomb icon"> <del>Gunpowder & More</del> </a> - </nav> <hr> <main> |
