LOTS of stuff added !!!!
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dalm 2022-04-10 00:39:14 +01:00
parent a7b0ddcee8
commit 80ab082d22
11 changed files with 303 additions and 42 deletions

View File

@ -3,7 +3,8 @@
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="Blogstyles Template.css">
<link rel="stylesheet" href="../mainstyles.css">
<link rel="stylesheet" href="../css/poststyles.css">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&family=Raleway:wght@200&family=Staatliches&display=swap" rel="stylesheet">
@ -14,41 +15,27 @@
<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
<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>
<article>
<h1>test</h1>
<p>bingus</p>
</article>
</div>
<div id=rightbox>
<p>Original Characters</p>
<p>Politics</p>
<p>Contact Me</p>
</div>
<form>
<input type="button" value="Back" onclick="history.back()" id="backbutton">
</form>
</div>
</div>
<footer>

View File

@ -56,10 +56,10 @@
<div id=gallery-container class="flex-container">
<div id=gallerythumb>
<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
<h3><a href="gallery/0001.html">[Comic] Ringmaster</a></h5>
Tags: comic, toon, tf, martha, bonnibel, fanart, clown
</div>
</div>

61
css/artstyles.css Normal file
View File

@ -0,0 +1,61 @@
#maincontent{
padding-left: 2%;
padding-right: 2%;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1px;
border: solid 2px;
border-color: white;
width: 100%;
background-color: black;
padding-bottom: 80px;
}
#backbutton{
border: 3px double rgb(255, 35, 226);
font-size: 2em;
margin-top: 5%;
border-radius: 8px;
cursor: pointer;
color: rgb(255, 35, 226);
background-color: black;
text-shadow: 0px 0px 3px rgb(255, 35, 226);
margin-left: 20%;
}
#backbutton:hover{
background-color: rgb(80, 0, 112);
border: 3px solid rgb(217, 91, 255);
color: rgb(217, 91, 255);
text-shadow: 0px 0px 6px rgb(217, 91, 255);
}
h1{
text-align: center;
margin-left: auto;
margin-right: auto;
line-height: 1em;
}
#commentics{
width: 60%;
margin-left: auto;
margin-right:auto;
border: inset 2px;
border-color: white;
margin-top: 5%;
}
/*Undersize.*/
@media only screen and (max-width: 800px) {
#commentics{
width: 100%;
}
}

View File

@ -10,9 +10,8 @@
#sitenews{
border: 2px dotted white;
overflow-y: scroll;
width: 100%;
height: auto;
max-height: 300px;
width: 45%;
height: 300px;
padding: 1%;
margin-left: 1%;
}
@ -22,7 +21,7 @@
font-size: 1.5em;
color: white;
font-family: 'Raleway', sans-serif, Georgia, 'Times New Roman', Times, serif;
width: 100%;
width: 50%;
height:fit-content;
padding-left: 1%;
padding-right: 1%;
@ -44,9 +43,19 @@
#newscommsbox{
display: flex;
flex-direction: row;
flex-direction: column;
flex-wrap: wrap;
height: 350px
}
#rssbox{
border: 2px dotted white;
width: 50%;
height: fit-content;
padding: 1%;
margin-right: 5%;
margin-left: 2%;
}
h2{
text-align: center;

View File

@ -5,7 +5,6 @@
<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">
@ -42,18 +41,19 @@
<div id=maincontent>
<div id=main-text>
<h2 style="text-align: center;">Gallery</h2>
<p>To be notified whenever I upload new art, check my <a href="./rss.xml">RSS feed!</a></p>
<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
<h3><a href="gallery/0001.html">[Comic] Ringmaster</a></h5>
Tags: comic, toon, tf, martha, bonnibel, fanart, clown
</div>
</div>
</div>
</div>
</div>
<div id=rightbox>

85
gallery/0001.html Normal file
View File

@ -0,0 +1,85 @@
<html lang="en">
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="../mainstyles.css">
<link rel="stylesheet" href="../css/artstyles.css">
<meta property="og:title" content="[comic] Ringmaster" />
<meta property="og:description" content="Martha Solokov might be a subversive on the streets,
but when her bestie Bonnibel starts a circus she'll end up as a cartoon in the sheets..." />
<meta property="og:image" content="https://hexbomb.gay/images/Gallery/Thumbs/tfbon-thumb.png" />
<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>
<script src="https://comments.dalmationer.art/comments/embed.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=maincontent>
<article>
<H1>[comic] Ringmaster</H1>
<p>09/04/2022</p><br>
<a href="../images/Gallery/images/tfbonpg1.png"><img src="../images/Gallery/images/tfbonpg1.png" style="width: 100%; max-width: 7016;"></a>
<a href="../images/Gallery/images/tfbon2.png"><img src="../images/Gallery/images/tfbon2.png" style="width: 100%; max-width: 7016;"></a>
<p>
Martha Solokov might be a subversive on the streets,
but when her bestie Bonnibel starts a circus she'll end up as a cartoon in the sheets...<br>
Cooked this one up a couple of years ago, but still very happy with it. It's also the first piece i'm putting
up on this site!
</p>
<div id="commentics">
<script>
var commentics_config = {
'identifier': 'art1',
'reference' : 'Art 1'
};
</script>
</div>
</article>
<form>
<input type="button" value="Back" onclick="history.back()" id="backbutton">
</form>
</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>

81
gallery/template.html Normal file
View File

@ -0,0 +1,81 @@
<html lang="en">
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="../mainstyles.css">
<link rel="stylesheet" href="../css/artstyles.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>
<script src="https://comments.dalmationer.art/comments/embed.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=maincontent>
<article>
<H1>[comic] Ringmaster</H1>
<p>09/04/2022</p><br>
<a href="../images/Gallery/images/tfbonpg1.png"><img src="../images/Gallery/images/tfbonpg1.png" style="width: 100%; max-width: 7016;"></a>
<a href="../images/Gallery/images/tfbon2.png"><img src="../images/Gallery/images/tfbon2.png" style="width: 100%; max-width: 7016;"></a>
<p>
Martha Solokov might be a subversive on the streets,
but when her bestie Bonnibel starts a circus she'll end up as a cartoon in the sheets...<br>
Cooked this one up a couple of years ago, but still very happy with it. It's also the first piece i'm putting
up on this site!
</p>
<div id="commentics">
<script>
var commentics_config = {
'identifier': 'art1',
'reference' : 'Art 1'
};
</script>
</div>
</article>
<form>
<input type="button" value="Back" onclick="history.back()" id="backbutton">
</form>
</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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -49,13 +49,19 @@
<br><br>
I&#39m firmly of the belief that PORN IS POLITICAL just as all art is political, & I hope it comes across in my work.
<br><br>
I am planning to implement an <b>RSS FEED</b> onto this website, which I will update whenever I add something to the site. That way you&#39ll always know when to check in and see what&#39s up. I will also be adding a page where I link all pals.
Check out my <a href="./rss.xml">RSS Feed</a> to stay updated on the latest additions to this site! Also check out my <a href="./links.html">Links</a> page to see links to my friends and more.
<br><br>
So watch this space for more from the #1 dyke bitch online cursing yr screen!
<hr>
</p>
<h2>NEWS</h2>
<div id=newscommsbox><div id="sitenews">
<div id=newscommsbox>
<div id="sitenews">
<h5>10/04/2022 Comments, Comics, and Updates!</h5>
<p>
Added a comments system, which HOPEFULLY will allow folks to add comments to blog posts and gallery images on the site. I've also added an <a href="./rss.xml">RSS Feed</a> which will
be updated when I add new stuff. Also, check out the new art I added <a href="./gallery/0001.html">here!</a>
</p>
<h5>02/03/2022 We're live (kind of!)</h5>
<p>The site is live... but people still can't see this message!<br>
Basically, the deploy bot isn't quite working yet, so the site only
@ -70,7 +76,7 @@
Also, I added a site updates tab! Youre reading it!<br>
Tune in here for future updates. Even if something isnt a big enough deal to go on my RSS, Ill put it here any time I update something.
</p>
</div>
</div>
<div id="Commissionstatusbox">
<h4>Commission status: <span style="color: #FDDE81;">Open!</span></h4>
@ -86,7 +92,11 @@
</li>
</ul>
<p>Check my <a href="commission.html">commissions</a> page for more information!</p>
</div></div>
</div>
<div id="rssbox">
Keep up to date! <a href="rss.xml">Follow my RSS feed!</a>
</div>
</div>
<div id="checkerline"></div><br>
<img src="Aboutscaledsmol.png" alt="Check it out! Drake shops at the Co-Op!!" id=checkitoutimg>

28
rss.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Hexbomb.gay</title>
<description>Hex Bomb's Wretched Feed</description>
<link>https://hexbomb.gay</link>
<lastBuildDate>
Sat, 09 Apr 2022 23:23:52 +0000
</lastBuildDate>
<ttl>20000</ttl>
<item>
<title>RSS ACTIVE</title>
<description>
Welcome to my RSS feed. Probably the best way to keep up to date with what i'm doing on my site!
I've uploaded one of my comics to the gallery!
&lt;a href=&quot;./gallery/0001.html&gt;img src=&quot;./images/Gallery/Thumbs/tfbon-thumb.png&quot;&gt; here's a link! &lt;/a&gt;
(if that doesn't work in the RSS feed, a link can be found here: https://hexbomb.gay/gallery/001.html )
I'll upload more of these soon!
</description>
<link>https://hexbomb.gay</link>
<pubDate>
Sat, 09 Apr 2022 23:23:52 +0000
</pubDate>
</item>
</channel>
</rss>