diff options
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/contact.html b/contact.html index 412094b..1a60d7c 100644 --- a/contact.html +++ b/contact.html @@ -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"> + <img src="/icons/information.png" alt="information icon"> About Me </a> - <a href="/contact.html"> - <img src="/icons/email.png"> + <a href="/contact.html" class="here"> + <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> @@ -65,8 +68,8 @@ </div> <p>You can contact me here through these methods:</p> <ul> - <li><a href="mailto:yorkshirefigs@posteo.uk">Email <img src="/icons/email_edit.png"></a></li> - <li><a href="https://cytu.be/r/HmofaTV">Cytube Chatroom <img src="/icons/television.png"><img src="/icons/link_go.png"></a></li> + <li><a href="mailto:yorkshirefigs@posteo.uk" class="email">Email</a></li> + <li><a href="https://signal.org" class="msg">Signal Messenger</a>: @SFR.512</li> </ul> </main> <img title="Oh, aren't you a cutie." class="fig" src="/media/fig_smoke.webp"> |
