Hexbomb.gay/Templates/Blogtemplate.html

64 lines
1.9 KiB
HTML

<html lang="en">
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="Blogstyles Template.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">
</head>
<body>
<div id=header-navigation>
<img id=headerimg src="./images/Headerimg.png" alt="hex-bomb">
<nav>
<a href=main.html>Main</a> |
Blog |
Gallery |
Zines & Comics
</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>
<article>
<h1>test</h1>
<p>bingus</p>
</article>
</div>
<div id=rightbox>
<p>Original Characters</p>
<p>Politics</p>
<p>Contact Me</p>
</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>