diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 128 |
1 files changed, 106 insertions, 22 deletions
@@ -20,53 +20,137 @@ </div> </header> <nav> - <a href="/index.html"> - <img src="/icons/house.png"> + <a href="/index.html" class="here"> + <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"> + <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> <div class="subtitle"> <h2>El Arriero's Choice</h2> - Here's what I found! + Just samples! + </div> + <div> + <figure> + <a href="/media/fig_reclining.jpeg"> + <img src="/media/fig_reclining.webp"> + </a> + <figcap>My lazy fat(ass) wife having a smoke outside and showing her junk off to any passerbys.</figcap> + </figure> + <figure> + <img src="/media/thumb/femcel_musicvideo.webp"> + <figcaption> + <a href="/media/femcel_mv.mp4" class="vid">Femcel meets Chud</a> - animation parody of "It's a Man" by Betty Hutton. Animated by <a href="https://xcancel.com/mitslaw_aha">Mitslaw</a> + </figcaption> + </figure> + <div class="category"><h2>New HMOFA!</h2> </div> + <dl> + <dt> + <a href="https://autononymous.io/" class="link">Autononymous</a> + <i>by Oliver Hart & Savant-Guarde</i> + <small>https://autononymous.io/</small> + </dt> + <dd> + A cool website run by two cool friends that write stories. Has some popular HMOFA stories like <a href="https://autononymous.io/authors-and-stories/oliver-hart/foxing/" class="link">Foxing</a> and <a href="https://autononymous.io/authors-and-stories/oliver-hart/the-leaves-of-fall/" class="link">The Leaves of Fall</a>. + </dd> + <dt> + <a href="https://boxcrate.me/" class="link">Boxcrate's Site</a> + <i>by Boxcrate</i> + <small>https://boxcrate.me/</small> + </dt> + <dd> + Author of <a class="link" href="https://electroluxe.boxcrate.me/">Electroluxe!</a> and many more HMOFA stories. + </dd> + </dl> + <div class="category"><h2>New Tech!</h2></div> + <dl> + <dt> + <a href="https://landchad.net/" class="link">Landchad's Guides for web-hosting by yourself</a> + <i>by Luke Smith</i> + <small>https://landchad.net/</small> + </dt> + <dd> + <q>Don't like it? Well then go host your own net!</q> <span>—</span> <i>a dipshit.</i> <br> + Learn how <i>cheap & easy</i> it is to host your own website and services. <b>Stop being a web peasant today!</b> + </dd> + </dl> + <dl> + <dt> + <a href="https://stallman.org/discord.html" class="link">Stallman says: <q>Stop using Discord!</q></a> + <i>by Richard M. Stallman</i> + <small>https://landchad.net/</small> + </dt> + <dd> + The founder of the <a href="https://gnu.org" class="link">GNU Project</a> explains why any self-respecting person should tell Discord to take a flying leap. + </dd> + </dl> + <div class="category"><h2>New Art!</h2></div> + <div class="gallery"> + <figure class="galleryimg"> + <a href="/media/adelaide_grope.jpeg"> + <img src="/media/thumb/adelaide_grope.webp"> + </a> + <figcaption>Adelaide Grope</figcaption> + </figure> + <figure class="galleryimg"> + <a href="/media/adelaide_wicca.jpeg"> + <img src="/media/thumb/adelaide_wicca.webp"> + </a> + <figcaption>Adelaide Wicca</figcaption> + </figure> + <figure class="galleryimg"> + <a href="/media/monero_anubis.jpeg"> + <img src="/media/thumb/monero_anubis.webp"> + </a> + <figcaption><a href="https://getmonero.org">Monero</a> Anubis</figcaption> + </figure> + <figure class="galleryimg"> + <a href="/media/good_rolemodel.jpeg"> + <img src="/media/thumb/good_rolemodel.webp"> + </a> + <figcaption>A Good Rolemodel</figcaption> + </figure> + </div> </div> - </main> - <img title="Oh, aren't you a cutie." class="fig" src="/media/fig_smoke.webp"> + <img title="Oh, aren't you a cutie." class="fig" src="/media/fig_smoke.webp" alt="a reclining husky anthro having a smoke and flashing her pubic mound"> </body> </html> |
