Move new icons to CDN + remove old files

This commit is contained in:
rmc 2023-11-29 23:12:17 -05:00
parent aa6bd30f40
commit 54fbf4ba28
No known key found for this signature in database
GPG Key ID: 5633EC10309D77D1
18 changed files with 11 additions and 182 deletions

View File

@ -1,6 +0,0 @@
<footer class="bg-light text-lg-start border-top align-items-center text-center">
<div class="text-center p-3 align-items-center" style="background-color: rgba(0, 0, 0, 0.25);">
Copyright &copy; 2021-<span id="footerDate"></span> Lillian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
<br>
</div>
</footer>

View File

@ -8,32 +8,32 @@
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="/"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png" /></a>
<img src="/assets/other/newnavicons/home-128.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/home_128.png" class="nav-content-box-icon">
</div>
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="/dsidev/dsishop/startup.html"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png" /></a>
<img src="/assets/other/newnavicons/devshop-128.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/devshop_128.png" class="nav-content-box-icon">
</div>
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="/dsi.html"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png"/></a>
<img src="/assets/other/blog.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/blog_128.png" class="nav-content-box-icon">
</div>
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="/dsidev/guide/ds-prototype-firmware.html"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png" /></a>
<img src="/assets/other/newnavicons/guide-fw-128.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/guide-fw_128.png" class="nav-content-box-icon">
</div>
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="/dsidev/guide/ds-ique-firmware.html"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png" /></a>
<img src="/assets/other/newnavicons/firmware-128.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/firmware_128.png" class="nav-content-box-icon">
</div>
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="/dsidev/release/USG-CPU-X4.html"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png" /></a>
<img src="/assets/other/newnavicons/x4_i_guess-128.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/x4_i_guess_128.png" class="nav-content-box-icon">
</div>
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_box.png" />
@ -63,12 +63,12 @@
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="https://discord.gg/se9yQBeX3e"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png" /></a>
<img src="/assets/other/newnavicons/discordnew-128.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/discord_128.png" class="nav-content-box-icon">
</div>
<div class="nav-content-box">
<img class="nav-content-box-main" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_boxfull.png" />
<a href="https://github.com/rvtr/rvtr.github.io"><img class="nav-content-box-sub" src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_boxoverlay.png" /></a>
<img src="/assets/other/newnavicons/github-128.png" class="nav-content-box-icon">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/icon/navbar/github_128.png" class="nav-content-box-icon">
</div>
</div>

View File

@ -1,37 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.title }} | {{ site.title }}</title>
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="{{ site.url }}/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script>
{% if page.title == "Home" %}
<meta property="og:title" content="Welcome">
{% else %}
<meta property="og:title" content="{{ page.title }}">
{% endif %}
<meta property="og:locale" content="en_US">
<meta name="description" content="{{ page.title }} | {{ site.title }}">
<meta property="og:description" content="{{ page.title }} | {{ site.title }}">
<meta property="og:url" content="{{ site.url }}">
<meta property="og:site_name" content="rmc's site">
{% if page.custicon == true %}
<meta property="og:image" content="{{ page.iconurl }}">
{% else %}
<meta property="og:image" content="{{ site.url }}/icon.png">
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
{% include nav.html %}
<div id="content-wrap">
{{ content }}
</div>
</body>
<footer>
{% include footer.html %}
</footer>
</html>

View File

@ -1,30 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.title }} | {{ site.title }}</title>
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link rel="alternate" type="application/atom+xml" href="https://ncxprogramming.com/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
{% if page.title == "Home" %}
<meta property="og:title" content="Welcome">
{% else %}
<meta property="og:title" content="{{ page.title }}">
{% endif %}
<meta property="og:locale" content="en_US">
<meta name="description" content="{{ page.title }} | {{ site.title }}">
<meta property="og:description" content="{{ page.title }} | {{ site.title }}">
<link rel="canonical" href="https://ncxprogramming.com">
<meta property="og:url" content="https://ncxprogramming.com">
<meta property="og:site_name" content="NCX Programming">
{% if page.custicon == true %}
<meta property="og:image" content="{{ page.iconurl }}">
{% else %}
<meta property="og:image" content="https://ncxprogramming.com/icon.png">
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<div id="content-wrap" style="padding-bottom: 2.5rem;">
{{ content }}
</div>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +0,0 @@
<h1>Current DSi dev section hits:</h1>
I wonder how much of this is just from me testing the site.<br><br>
Old counter:<br>
<a href='https://www.free-website-hit-counter.com'><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=141120&s=39' border='0' alt='Free Website Hit Counter'></a><br / ><small><a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter">(source)</a></small>
<br><br>New counter:<br>
<img src="https://profile-counter.glitch.me/rvtr/count.svg" />

View File

@ -1,78 +0,0 @@
---
title: DS WiFi Board Firmware Locations
layout: dsiware
---
<style>
.float-container {
border: 0px solid #fff;
font-size: 0;
}
.float-child1 {
width: 40%;
height: 40%;
float: left;
padding: 1vw;
}
.float-child2 {
width: 20%;
height: 40%;
float: right;
padding: 1vw;
}
</style>
<div class="float-container">
<div class="float-child1">
<div class="container">
<div class="imageOne image">
<img src="/assets/dsi/widebarnoprompt_u.png" style="width:95.5vw;">
<img src="/assets/dsi/widepromptnobar.png" style="width:95.5vw;height:215vw;">
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:95.5vw;">
</div>
<div class="othertext" style="width:93vw;">
<h1>DS WiFi Board Firmware Locations</h1>
<span style="color:red;">This is intended to be used with <a href="#">this guide</a> on turning a US console into an Chinese (iQue) or Korean one.</span><br>
The DS WiFi board contains the DS lite firmware. There appear to be two different versions of the WiFi board. To simplify things, I will call them "1X" and "2X" (not the actual IDs of the boards).
<br><br>
<h2>1X Board</h2>
1X looks to be the more common design, and is slightly smalled than its counterpart. 1X has the firmware flash chip located on the A side.<br>The board in the photos is listed by the code <code>A/B-14</code>, but similar boards appear to have codes anywhere in the 10s.
<h3>A Side:</h3>
<img src="/assets/dsi/ds-lite_wifi_board_1x_shell_front.jpg" style="width:30%;height:auto;">
<img src="/assets/dsi/ds-lite_wifi_board_1x_board_front.jpg" style="width:30%;height:auto;">
<h3>B Side:</h3>
The firmware chip is shown here as <code>25FW203T</code>. It may also be labelled "35PE20VP" or something similar. Note that the code for the chip is facing the right edge of the board. It must be positioned like this or the chip can't be read.<br>
<img src="/assets/dsi/ds-lite_wifi_board_1x_shell_back.jpg" style="width:30%;height:auto;">
<img src="/assets/dsi/ds-lite_wifi_board_1x_board_back.jpg" style="width:30%;height:auto;">
<br>
<h2>2X Board</h2>
2X boards don't seem to be as common. 2X has the firmware flash chip located on the B side.<br>The board in the photos is listed by the code <code>A/B-21</code>, but similar boards appear to have codes anywhere in the 20s.
<h3>A Side:</h3>
The firmware chip is shown here as <code>25FW203T</code>. It may also be labelled "35PE20VP" or something similar. Note that the code for the chip is facing the left edge of the board. It must be positioned like this or the chip can't be read.<br>
<img src="/assets/dsi/ds-lite_wifi_board_2x_shell_front.jpg" style="width:30%;height:auto;">
<img src="/assets/dsi/ds-lite_wifi_board_2x_board_front.jpg" style="width:30%;height:auto;">
<h3>B Side:</h3>
<img src="/assets/dsi/ds-lite_wifi_board_2x_shell_back.jpg" style="width:30%;height:auto;">
<img src="/assets/dsi/ds-lite_wifi_board_2x_board_back.jpg" style="width:30%;height:auto;">
<br>
<div style="text-align:center;">
</div>
</div>
</ul>
</div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,14 +0,0 @@
---
layout: dsiware
---
<div class="devinfo-container-main">
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_widebarnoprompt_u.png" style="width: 100%;position: static;display: block;">
<div style="background-image: url('https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_widepromptnobar.png');background-size:100% 100%;position: static;display: inline-block;">
<div class="devinfo-main" style="position:relative;">
<div style="text-align:right;"><a href="https://github.com/rvtr/rvtr.github.io/edit/master/dsidev/{{ ENTRY.PROGRAM | downcase }}.html" target="_blank">Edit</a></div>
<div style="text-align: left;font-size: 30px"></div><br>
</div>
</div>
<img src="https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_red_widebarnoprompt_d.png" style="width: 100%;display: block;">
</div>

View File

@ -2,11 +2,11 @@
- [X] Make index generate cards for every program in CSV (exclude duplicates)
- [X] Add TWL or NTR option in CSV
- [X] Reorder CSV to make more sense
- [] Make things mobile friendly and usable:
- [X] Make things mobile friendly and usable:
- [X] Index
- [X] Info page
- [X] Nav bar
- [] Release pages
- [X] Release pages
- [X] Copyright
- [] Rewrite pages
- [] TwlNmenu
@ -15,4 +15,4 @@
- [X] Make ~~good~~ mediocre 404 page with appropriately themed error
- [] Contact page
- [] Unmark incomplete pages as listed in CSV
- [] Smaller image sizes
- [X] Smaller image sizes