Hexbomb.gay/gallery.html

91 lines
3.8 KiB
HTML

<html lang="en">
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="mainstyles.css">
<link rel="stylesheet" href="./css/gallerystyles.css">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&family=Raleway:wght@200&family=Staatliches&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<script data-goatcounter="https://hexbomb.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<div id=header-navigation>
<img id=headerimg src="./images/Headerimg.png" alt="hex-bomb">
<nav class=flexnav>
<div id=topbutton><a href="index.html">Main</a></div>
<div id=topbutton><a href="blog.html">Blog</a></div>
<div id=topbutton><a href="gallery.html">Gallery</a></div>
<div id=topbutton><a href="comics.html">Zines & Comics</a></div>
</nav>
</div>
<div id=Content-box class="flex-container">
<div id=leftbox>
<img src="./images/BOMBLOGO.svg" alt="Hex Bomb Logo" id="hexlogosvg">
<div id="Abouttext">
HEX BOMB is a punk rock dyke living in Edinburgh, Scotland. She makes sick porn art, zines, music, & more!
</div>
<hr>
<p style="text-align: center;"><img src="./images/3d iww logo.gif" id="iwwgif" style="max-width:100px; width: 100%; display: inline;image-rendering:crisp-edges; image-rendering:pixelated;">
<br>
<a href="https://www.iww.org/">Join the industrial workers of the world!</a></p>
</div>
<div id=maincontent>
<div id=main-text>
<h2 style="text-align: center;">Gallery</h2>
<div id=gallery-container class="flex-container">
<div id=gallerythumb>
<img src="images/Gallery/Thumbs/tfbon-thumb.png" id="thumbnail">
<h3>[comic] Ringmaster</h5>
Tags: Comic (2 pages), toon, transformation, Martha, Bonnibel, fanart, personality change, jester, clown
</div>
</div>
</div>
</div>
<div id=rightbox>
<nav>
<div id=sidebarbutton><a href="ocs.html">Original Characters</a></div>
<div id=sidebarbutton><a href="politics.html">Politics</a></div>
<div id=sidebarbutton><a href="contact.html">Contact Me</a></div>
<div id=sidebarbutton><a href="links.html">Links & Friends</a></div>
<hr>
<div id=socialbuttons class=flex-container>
<a href="https://www.deviantart.com/hex-bomb"><img src="./images/icons/deviantart.png" alt="deviantart"></a>
<a href="https://www.furaffinity.net/user/hex-bomb/"><img src="./images/icons/furaffinity.png" alt="Furaffinity"></a>
<a href="https://hexbomb.newgrounds.com/"><img src="./images/icons/newgrounds.png" alt="Newgrounds"></a>
<a href="https://twitter.com/Hex_Bomb"><img src="./images/icons/twitter.png" alt="twitter"></a>
<a href="https://hex-bomb.itch.io/"><img src="./images/icons/itchio.png" alt="itch.io"></a>
<a href="https://ko-fi.com/hexbomb/"><img src="./images/icons/kofi.png" alt="Ko-Fi"></a>
</div>
<hr>
</nav>
<hr>
</div>
</div>
<footer>
<div id="Footerbox">
<p>
This website was generously hosted by my pals at <a href="https://autonomic.zone/">Autonomic.Zone co-operative.</a> Unless otherwise specified, all content on this site is © 2022 HEX BOMB.
</p>
</div>
</footer>
</body>
</html>