added loads of cool shit and a redirect for 18+ users
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dalm 2022-04-18 00:10:08 +01:00
parent b5d54d78e7
commit 5a1df06e6d
12 changed files with 160 additions and 13 deletions

View File

@ -54,7 +54,7 @@ button{
<body>
<img src="./images/18checkfinch.png" style="max-width:709px; width:100%; margin:auto; margin-top: 10px; margin-bottom: 10px; display:block; padding-left: 9px;">
<div id="textbox">This site contains <b>adult content</b> not suitable for <b>people under 18 years of age!</b> <br> If you're under 18, you probably shouldn't be here!<br>
<div id="textbox">This site contains <b>adult content</b> not suitable for <b>people under 18 years of age!</b> <br> If you're under 18, you probably shouldn't be here!<br>Are you an adult?<br>
<button class=button onclick = "localStorage.setItem('adult', '1'); window.location = 'index.html';">Yes, I am over 18!</button>

View File

@ -49,6 +49,16 @@ h1{
background-color: white;
color: white;
}
img{
margin-bottom: 10px;
}
.commstext{
padding-left: 5%;
padding-right: 5%;
font-size: 1.3rem;
}
/*Undersize.*/

View File

@ -9,14 +9,15 @@
}
#gallerythumb{
margin-left: 5%;
margin-right: 5%;
margin-left: 1%;
margin-right: 1%;
margin-top: 3%;
padding: 1%;
width: 100%;
max-width: 160px;
border: 1px dotted white;
text-align: center;
background-color: black;
}
#thumbnail{

View File

@ -44,11 +44,33 @@
<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">
<!--
template!!
<div id=gallerythumb>
<img src="[thumbnail]" id="thumbnail">
<h3><a href="LINK"> NAME</a></h5>
Created: <date>DATE</date><br>
Tags:
</div>
note: make these more accessible in future!
tag list: comic, toon, tf, martha, bonnibel, fanart, clown, sequence, cheerleader, ella, lazarus,
-->
<div id=gallerythumb>
<img src="images/Gallery/Thumbs/ellacheer thumb.png" id="thumbnail">
<h3><a href="gallery/0002.html">Cheer Director</a></h5>
Created: <date>28/01/2021</date><br>
Tags: sequence, cheerleader, tf, ella, lazarus, mc
</div>
<div id=gallerythumb>
<img src="images/Gallery/Thumbs/tfbon-thumb.png" id="thumbnail">
<h3><a href="gallery/0001.html">[Comic] Ringmaster</a></h5>
Created: <date>04/07/2020</date><br>
Tags: comic, toon, tf, martha, bonnibel, fanart, clown
</div>

84
gallery/0002.html Normal file
View File

@ -0,0 +1,84 @@
<html lang="en">
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="../mainstyles.css">
<link rel="stylesheet" href="../css/artstyles.css">
<script src="adultcheck.js"></script>
<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>Cheer Director!</H1>
<p>09/04/2022</p><br>
<a href="../images/Gallery/images/ellacheer.png"><img src="../images/Gallery/images/ellacheer.png" style="width: 100%; max-width: 2508;"></a>
<a href="../images/Gallery/images/ellacheer2.png"><img src="../images/Gallery/images/ellacheer2.png" style="width: 100%; max-width: 1782;"></a>
<p class="commstext">
Never attribute to laziness what can be adequately explained by insufficient motivation.//<br>
New boss, same as the old boss...<br style="margin-bottom: 50px;">
These pieces showcase my OC Ella, who you'll likely be seeing a lot of on here. She's one of my fave characters & damn fun to TF. This is another reuploaded piece. I'll be trying to put up one per day until I run out!
</p>
<div id="commentics">
<script>
var commentics_config = {
'identifier': 'art2',
'reference' : 'Art 2'
};
</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>

View File

@ -6,6 +6,10 @@
<link rel="stylesheet" href="../mainstyles.css">
<link rel="stylesheet" href="../css/artstyles.css">
<script src="adultcheck.js"></script>
<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">
@ -35,15 +39,13 @@
<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>
<a href="../images/Gallery/images/ellacheer.png"><img src="../images/Gallery/images/ellacheer.png style="width: 100%; max-width: 7016;"></a>
<a href="../images/Gallery/images/ellacheer2.png"><img src="../images/Gallery/images/ellacheer2.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!
Never attribute to laziness what can be adequately explained by insufficient motivation.
New boss, same as the old boss...
@ -51,8 +53,8 @@
<div id="commentics">
<script>
var commentics_config = {
'identifier': 'art1',
'reference' : 'Art 1'
'identifier': 'art2',
'reference' : 'Art 2'
};
</script>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -57,6 +57,12 @@
<h2>NEWS</h2>
<div id=newscommsbox>
<div id="sitenews">
<h5>18/04/2022 Added an old tf sequence! Might upload more old art daily? We'll see.</h5>
You can find it <a href="https://hexbomb.gay/gallery/0002.html">Here.</a> Remember to follow my shiny new <a href="./rss.xml">RSS Feed</a> to be notified when I update the site!
<br>Oh yeah, I also added a redirect script which SHOULD redirect you to a page which asks if you're 18 or not the first time you come to the site! I hope it works.<br>
I want to add more folks and links onto my friends page soon... I'm really happy with the cute little pics I'm doing for them, but I'd also very much like to add some of my
fave resources... Also maybe a contact page lol... and a finished commissions page... and and and --</p>
<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

View File

@ -24,17 +24,20 @@ h1{
h2{ font-size: 2.4rem;
color: rgb(204, 52, 209);
font-family: 'Staatliches', cursive;
line-height: 1.3rem;
}
h3{ font-size: 1.8rem;
color: rgb(134, 73, 233);
font-family: 'Staatliches', cursive;
line-height: 1.3rem;
}
H4{
font-size: 1.4rem;
color: rgb(204, 52, 209);
font-family: 'Oswald', cursive;
line-height: 1.3rem;
}
#main-text{
@ -228,24 +231,30 @@ H4{
#footerbox{
width: 100%;
max-width: 100%;
line-height: 1.5rem;
}
body{
font-size: 100%;
line-height: 1.5rem;
}
h1{
font-size: 2rem;
line-height: 1.5rem;
}
h2{ font-size: 1.5rem;
line-height: 1.5rem;
}
h3{ font-size: 1.1rem;
line-height: 1.5rem;
}
H4{
font-size: 1.3rem;
line-height: 1.5rem;
}

15
rss.xml
View File

@ -5,10 +5,23 @@
<description>Hex Bomb's Wretched Feed</description>
<link>https://hexbomb.gay</link>
<lastBuildDate>
Sat, 09 Apr 2022 23:23:52 +0000
Sun, 17 Apr 2022 22:58:56 +0000
</lastBuildDate>
<ttl>20000</ttl>
<item>
<title>New Art: Cheer Director</title>
<description>
Okay, technically it's an old art, but still. You can find it here at: https://hexbomb.gay/gallery/0002.html If you're following this feed, thank you very much! &lt;br&gt;
I want to add more folks and links onto my friends page soon... I'm really happy with the cute little pics I'm doing for them, but I'd also very much like to add some of my fave resources... Also maybe a contact page lol... and a finished commissions page... and and and --
</description>
<link>https://hexbomb.gay</link>
<pubDate>
Sun, 17 Apr 2022 22:58:56 +0000
</pubDate>
</item>
<item>
<title>RSS ACTIVE</title>
<description>