Skip to content

Commit 216b0f6

Browse files
committed
Fixing Rendering of banner.
1 parent 571ae05 commit 216b0f6

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
lines changed

Assets/BaseFiles/Page/Footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.12.12 - 00:13</b></h5>
1+
<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.12.13 - 15:57</b></h5>

Assets/BaseFiles/Page/Header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ <h2 id="Header_Border" align="center">
1919
<a href="/Feed/RSS.xml">📡&nbsp;RSS</a>
2020
<b>&nbsp;</b>
2121
</h2>
22-
<div class="centredItems">
22+
<div class="centredItems pixelFree">
2323
<a href="https://repossessed.catwithcode.moe/"> <img src="/Assets/Image_Repository/Promotions/REPOSSESSED_AD.png" alt="REPOSSESSED GAME LINK"></a>
2424
</div>

Assets/MainFunctions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ const head_STATIC_HTML_INSERT = '<meta name="viewport" content="width=device-wid
2828
// ### HARD_CODE_TRIGGER ###
2929
// header
3030
// Assets/BaseFiles/Page/Header.html
31-
const header_STATIC_HTML_INSERT = '<h2 id="Header_Border" align="center"> <a href="/"> <img src="/Assets/favicon.gif" alt="Cute Pixelart" style="width:55px;height:55px";></a> <a href="/">CatWithCode</a> <br> <br> <b>&nbsp;</b> <a href="/blog.html">BLOG</a> <b>&nbsp;</b> <a href="/projects.html">PROJECTS</a> <b>&nbsp;</b> <a href="/MediaLibraries/MediaLibraries.html">LIBRARYS</a> <b>&nbsp;</b> <a href="/privacy.html">PRIVACY</a> <b>&nbsp;</b> <a href="/license.html">LICENSE</a> <b>&nbsp;</b> <a href="/contact.html">CONTACT</a> <b>&nbsp;</b> <a href="/Feed/RSS.xml">📡&nbsp;RSS</a> <b>&nbsp;</b></h2><div class="centredItems"> <a href="https://repossessed.catwithcode.moe/"> <img src="/Assets/Image_Repository/Promotions/REPOSSESSED_AD.png" alt="REPOSSESSED GAME LINK"></a></div>';
31+
const header_STATIC_HTML_INSERT = '<h2 id="Header_Border" align="center"> <a href="/"> <img src="/Assets/favicon.gif" alt="Cute Pixelart" style="width:55px;height:55px";></a> <a href="/">CatWithCode</a> <br> <br> <b>&nbsp;</b> <a href="/blog.html">BLOG</a> <b>&nbsp;</b> <a href="/projects.html">PROJECTS</a> <b>&nbsp;</b> <a href="/MediaLibraries/MediaLibraries.html">LIBRARYS</a> <b>&nbsp;</b> <a href="/privacy.html">PRIVACY</a> <b>&nbsp;</b> <a href="/license.html">LICENSE</a> <b>&nbsp;</b> <a href="/contact.html">CONTACT</a> <b>&nbsp;</b> <a href="/Feed/RSS.xml">📡&nbsp;RSS</a> <b>&nbsp;</b></h2><div class="centredItems pixelFree"> <a href="https://repossessed.catwithcode.moe/"> <img src="/Assets/Image_Repository/Promotions/REPOSSESSED_AD.png" alt="REPOSSESSED GAME LINK"></a></div>';
3232

3333
// ### HARD_CODE_TRIGGER ###
3434
// footer
3535
// Assets/BaseFiles/Page/Footer.html
36-
const footer_STATIC_HTML_INSERT = '<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.12.12 - 00:13</b></h5>';
36+
const footer_STATIC_HTML_INSERT = '<h5 id="Fooder_Border">###DATE_TEXT###&nbsp;&nbsp;|&nbsp;&nbsp;©️ CatWithCode&nbsp;&nbsp;|&nbsp;&nbsp;###LICENSE###<br>&nbsp;&nbsp;Latest Build:<b>2025.12.13 - 15:57</b></h5>';
3737

3838
// >>> SUB <<<
3939
// ### HARD_CODE_TRIGGER ###

Assets/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,15 @@ a, .speechBubbleText {
258258
text-align: center;
259259
}
260260

261+
/* # Class for non-pixelated items. Applies to ALL sub-items. Only place as high as needed!: */
262+
.pixelFree * {
263+
image-rendering: auto;
264+
-webkit-image-rendering: auto;
265+
-moz-image-rendering: auto;
266+
-o-image-rendering: auto;
267+
-ms-interpolation-mode: auto;
268+
}
269+
261270
/* # - Clean Text:
262271
For Items that need to have Decorations like underline removed. */
263272
.cleanText {

archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3><b><u>How to Update Archive / Update Website</u>:</b></h3>
1919
<p>My website is FULLY path-relative and uses JS in a very unconventional way for the Header and Footer. Great for static hosting, bad for web crawlers. This page is a collection of all the links and files on my website, statically linked, as little code as possible and fully without relative links or js-code for easier crawling, archiving and viewing without any JS-Code. This SHOULD(TM) be always up-to-date and working(TM).</p>
2020
<p>Also: The footer contains the licence for each page! If you block JS or are viewing an JS-INCOMPATIBLE-Archive, you may not be able to see the licence text. It is still in the HTML code!</p>
2121
<!-- TIMESTAMP - START -->
22-
<p>2025.12.12 - 00:13 | CC BY-NC-ND 4.0</p>
22+
<p>2025.12.13 - 15:57 | CC BY-NC-ND 4.0</p>
2323
<!-- TIMESTAMP - END -->
2424
<hr>
2525
<!-- ARCHIVE - START -->

sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
</url>
703703
<url>
704704
<loc>https://catwithcode.moe/archive.html</loc>
705-
<lastmod>2025-12-10</lastmod>
705+
<lastmod>2025-12-11</lastmod>
706706
</url>
707707
<url>
708708
<loc>index.html</loc>
@@ -1658,11 +1658,11 @@
16581658
</url>
16591659
<url>
16601660
<loc>https://catwithcode.moe/Assets/BaseFiles/Page/Footer.html</loc>
1661-
<lastmod>2025-12-10</lastmod>
1661+
<lastmod>2025-12-11</lastmod>
16621662
</url>
16631663
<url>
16641664
<loc>https://catwithcode.moe/Assets/BaseFiles/Page/Header.html</loc>
1665-
<lastmod>2025-11-18</lastmod>
1665+
<lastmod>2025-12-13</lastmod>
16661666
</url>
16671667
<url>
16681668
<loc>https://catwithcode.moe/Assets/BaseFiles/Modules/SpeechBubble.html</loc>

0 commit comments

Comments
 (0)