Skip to content

Commit

Permalink
Merge pull request #6 from KaizNike/update-2
Browse files Browse the repository at this point in the history
Oh no ads have invaded
  • Loading branch information
KaizNike authored Aug 29, 2024
2 parents f5c60dd + 2357421 commit a470923
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Binary file added assets/ads/imgs/banneradcohost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@

.hidden {
display: none;
}

.ads-img {
max-height: 300px;
}

#index-ad-one {
background-image: linear-gradient(45deg, #773848, #ffe8db);
}
2 changes: 1 addition & 1 deletion assets/js/main2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let Update = "Mon, Aug 12th, 2024";
let Update = "Mon, Aug 28th, 2024";

(function(window, document, undefined){

Expand Down
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,21 @@ <h2>My Hexes: Bestagons</h2>
</section>
</div>
</section>

<!-- Hell lives here -->
<section id="index-ad-one" class="wrapper">
<a href="https://cohost.org/rc/welcome">
<img class="ads-img" alt='An early web style banner ad featuring eggbug with horny anime eyes and which reads "Come Chost, My Lord" in papyrus font, and "Create your FREE ACCOUNT today! Quick activation - No credit card required!" under that in regular old Arial. Designed by "Mike" @theworksofegan @ Cohost.' src="assets/ads/imgs/banneradcohost.png"></a>
<div style="display: inline-block; background-color: white; margin: 2em 2em 2em 2em;
border: black;
border-block-style: dashed;
border-left-width: 2px;
border-left-style: solid;
border-right-style: solid;
border-right-width: 2px;">
<p style="margin: 5px 5px 5px 5px;">Your content here! Inquire at <a href="https://github.com/KaizNike/KaizNike.github.io/issues">Github Issues</a>, or on any of my socials, listed <a href="#contact">below</a>. Include img or txt and link. Tip jar here: <a href="patreon.com/kaiznike">Patreon</a>. <br>Locales: Index Top Bar: ~, Index Mid: If your cool, Index Bot: +, Blog Bottom: ++, Projects Bottom: ++</p>
</div>
</section>
<!-- End of Hell -->
<!-- Two -->
<section id="two" class="wrapper style2 alt">
<div class="inner">
Expand Down

0 comments on commit a470923

Please sign in to comment.