Skip to content

Commit 27bf3db

Browse files
committed
Enhance footer and links section in index.html and links.html
- Updated footer images in index.html with new sources for better visuals. - Added a new "Cool Links" section in links.html, featuring descriptions for three recommended websites. - Improved CSS for footer and body layout, including a new background image and styling for list markers.
1 parent 7aeb0bd commit 27bf3db

10 files changed

Lines changed: 34 additions & 3 deletions

buttons/bestview.gif

1.71 KB
Loading

buttons/email-icon.gif

4.94 KB
Loading

buttons/emoticon.gif

601 Bytes
Loading

buttons/fspeech96.gif

1.97 KB
Loading
8.08 KB
Loading

buttons/imissxp.gif

3.42 KB
Loading

checkered.png

1.63 KB
Loading

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Background Music</h1>
3838
<footer>
3939
<br><br><br>
4040
<img class="eeto" src="">
41-
<img class="eeto" src="https://jack-dawlia.neocities.org/image/gif/i-love-physical-media-button-cd.gif">
41+
<img class="eeto" src="https://zane.org/buttons/i-love-physical-media-button-cd.gif">
4242
<img class="eeto" src="https://jack-dawlia.neocities.org/image/blue-favourite.gif">
4343
<a href="https://store.steampowered.com/app/400/Portal/"><img class="eeto" src="https://jack-dawlia.neocities.org/image/i-love-portal.gif"></a>
4444
<img class="eeto" src="https://jack-dawlia.neocities.org/image/gif/jd-house-huh-button.gif">
@@ -48,10 +48,14 @@ <h1>Background Music</h1>
4848
<a href="https://archive.org/details/netscape-navigator-4.0.4"><img class="eeto" src="https://anlucas.neocities.org/browser.gif"></a>
4949
<img class="eeto" src="https://anlucas.neocities.org/linux_now.gif">
5050
<a href="https://vimm.net/vault"><img class="eeto" src="https://anlucas.neocities.org/piracy.gif"></a>
51-
<img class="eeto" src="https://anlucas.neocities.org/prod_625_17265.gif">
51+
<img class="eeto" src="https://zane.org/buttons/fspeech96.gif">
5252
<a href="https://a.co/d/06BAB5ge"><img class="eeto" src="https://lilaclynx.net/img/nocookie.gif"></a>
5353
<a href="https://yesterweb.org/no-to-web3/"><img class="eeto" src="https://auzziejay.com/images/noweb32.gif"></a>
5454
<a href="https://home-assistant.io"><img class="eeto" src="https://zane.org/buttons/home-assistant.gif"></a>
55+
<img class="eeto" src="https://zane.org/buttons/bestview.gif">
56+
<a href="mailto:zane@zane.org"><img class="eeto" src="https://zane.org/buttons/email-icon.gif"></a>
57+
<img class="eeto" src="https://zane.org/buttons/emoticon.gif">
58+
<img class="eeto" src="https://zane.org/buttons/imissxp.gif">
5559
<br><br><p class="mini-text"><i>Running since Febuary 19th 2026</i></p>
5660
</footer>
5761
</body>

links.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
<img class="eeto" src="https://anlucas.neocities.org/under-con.gif" alt="Under Construction">
1616
<a href="https://zaney.atabook.org/"><img class="eeto" src="https://zane.org/buttons/guestbook.gif"></a>
1717
</header>
18+
<h1>Cool Links</h1>
19+
<p>These are some cool websites I have found and want to share with you.</p>
20+
<br>
21+
<ul>
22+
<li>
23+
<p><a href="https://vimm.net">Vimm's Lair</a> - A website that has resources for playing older titles! It features pages dedicated to emulators, every ROM (out of 33 consoles and counting), ROM hacks, manuals, and even more links!</p>
24+
</li>
25+
<li>
26+
<p><a href="https://wiilink.ca/">WiiLink (Previously WiiLink24)</a> - This is a website for the Wii mod known as WiiLink. WiiLink allows the Wii to connect to the online services again, just like it used to. If anybody reading this is a developer of WiiLink I have an idea. Add the Wii Shop back and partner with Vimms Lair to download the WiiWare.</p>
27+
</li>
28+
<li>
29+
<p><a href="https://github.com/alexta69/metube">MeTube</a> - This isn't really a website but its worth adding. MeTube is a fork of yt-dlp that adds a really nice WebUI. I use it a lot and I feel that you should too! I feel that for what it is people should self-host it more.</p>
30+
</li>
31+
</ul>
32+
<br><br><br>
1833
<h1>Check out my internet neighbors!</h1>
1934
<p>These people are on the internet and have cool websites to link to on my website.</p>
2035
<a class="why-are-you-looking-at-my-code" href="https://melonking.net" target="_blank"><img class="why-are-you-looking-at-my-code" src="https://lu.tiny-universes.net/images-links/melonking.gif" alt="Melonking"></a>

style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
body {
22
background-color: #101010;
3+
background-image: url("checkered.png");
4+
background-repeat: repeat;
35
display: flex;
46
flex-direction: column;
57
align-items: center;
@@ -14,6 +16,12 @@ header {
1416
color: #fff;
1517
padding: 20px;
1618
text-align: center;
19+
max-width: 900px;
20+
}
21+
footer {
22+
max-width: 900px;
23+
align-items: center;
24+
justify-content: center;
1725
}
1826
span {
1927
display: flex;
@@ -74,4 +82,8 @@ a {
7482
height: auto;
7583
align-items: center;
7684
justify-content: center;
77-
}
85+
}
86+
ul li::marker {
87+
color: white; /* Or any other color value (e.g., hex code, RGB) */
88+
}
89+

0 commit comments

Comments
 (0)