added toast

This commit is contained in:
jaycee 2024-06-22 21:21:57 -06:00
parent 070024e08c
commit 5bcf2940c5
8 changed files with 67 additions and 10 deletions

View File

@ -1,5 +1,7 @@
<h1>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.</h1>
<p><img src="internetprivacy.gif" alt="Internet Privacy Now"><img src="ds91.png" alt="Deep Space Nine."><img src="neocities.gif" alt="Make a Neocities">
<img src="deletetwitter.gif" alt="Delete Social Media"><img src="righttorepair.jpg" alt="I support the right to repair"></p>
<p><img src="startrek.gif" alt="Star Trek"><img src="stargazer.gif" alt="I gaze at Stars"><img src="autismacceptancebutton.jpg" alt="Autism acceptance now">
<img src="wikiasucks.gif" alt="Wikia Sucks"><img src="deletefacebook.gif" alt="Delete Social Media"><img src="paywalls.png" alt="Paywalls Gatekeep Knowledge"></p>
<h1>ShadowBox</h1>
<h2>Where I keep my badges!</h2>
<p>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.<p>
<p><img src="images/gifs/internetprivacy.gif" alt="Internet Privacy Now"><img src="images/gifs/ds91.png" alt="Deep Space Nine."><img src="images/gifs/neocities.gif" alt="Make a Neocities">
<img src="images/gifs/deletetwitter.gif" alt="Delete Social Media"><img src="images/gifs/righttorepair.jpg" alt="I support the right to repair"></p>
<p><img src="images/gifs/startrek.gif" alt="Star Trek"><img src="images/gifs/stargazer.gif" alt="I gaze at Stars"><img src="images/gifs/autismacceptancebutton.jpg" alt="Autism acceptance now">
<img src="images/gifs/wikiasucks.gif" alt="Wikia Sucks"><img src="images/gifs/deletefacebook.gif" alt="Delete Social Media"><img src="images/gifs/paywalls.png" alt="Paywalls Gatekeep Knowledge"></p>

9
pages/static/toast.html Normal file
View File

@ -0,0 +1,9 @@
<h1>Toast</h1>
<h2>Just bread that's been heated to a delicious golden brown.</h2>
<h3>Put whatever you want on it.</h3>
<h4>Except vegemite :-(</h4>
<p><img src="images/gifs/toast/toast.gif" alt="toast"></p>
<p><img src="images/gifs/toast/animetoast.gif" alt="anime toast"></p>
<p><img src="images/gifs/toast/sexybutter.gif" alt="sexy toast"></p>
<p><img src="images/gifs/toast/not-now-son-making.gif" alt="I'M MAKING TOAST!"></p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 MiB

View File

@ -19,11 +19,13 @@
</nav>
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
<h1>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.</h1>
<p><img src="internetprivacy.gif" alt="Internet Privacy Now"><img src="ds91.png" alt="Deep Space Nine."><img src="neocities.gif" alt="Make a Neocities">
<img src="deletetwitter.gif" alt="Delete Social Media"><img src="righttorepair.jpg" alt="I support the right to repair"></p>
<p><img src="startrek.gif" alt="Star Trek"><img src="stargazer.gif" alt="I gaze at Stars"><img src="autismacceptancebutton.jpg" alt="Autism acceptance now">
<img src="wikiasucks.gif" alt="Wikia Sucks"><img src="deletefacebook.gif" alt="Delete Social Media"><img src="paywalls.png" alt="Paywalls Gatekeep Knowledge"></p> </content>
<h1>ShadowBox</h1>
<h2>Where I keep my badges!</h2>
<p>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.<p>
<p><img src="images/gifs/internetprivacy.gif" alt="Internet Privacy Now"><img src="images/gifs/ds91.png" alt="Deep Space Nine."><img src="images/gifs/neocities.gif" alt="Make a Neocities">
<img src="images/gifs/deletetwitter.gif" alt="Delete Social Media"><img src="images/gifs/righttorepair.jpg" alt="I support the right to repair"></p>
<p><img src="images/gifs/startrek.gif" alt="Star Trek"><img src="images/gifs/stargazer.gif" alt="I gaze at Stars"><img src="images/gifs/autismacceptancebutton.jpg" alt="Autism acceptance now">
<img src="images/gifs/wikiasucks.gif" alt="Wikia Sucks"><img src="images/gifs/deletefacebook.gif" alt="Delete Social Media"><img src="images/gifs/paywalls.png" alt="Paywalls Gatekeep Knowledge"></p> </content>
<footer style="text-align: center;"">
<hr />
<p>

44
site/toast.html Normal file
View File

@ -0,0 +1,44 @@
<!doctype html>
<html>
<head>
<title>J4YC33</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="/images/favico.png">
</head>
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
<header style="text-align: center;">
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
</header>
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
<a class="navbar" href="about.html">About</a> |
<a class="navbar" href="fun.html">Fun</a> |
<a class="navbar" href="links.html">Links</a> |
<a class="navbar" href="trek.html">Star Trek</a> |
<a class="navbar" href="shadowbox.html">Shadowbox</a>
</nav>
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
<h1>Toast</h1>
<h2>Just bread that's been heated to a delicious golden brown.</h2>
<h3>Put whatever you want on it.</h3>
<h4>Except vegemite :-(</h4>
<p><img src="images/gifs/toast/toast.gif" alt="toast"></p>
<p><img src="images/gifs/toast/animetoast.gif" alt="anime toast"></p>
<p><img src="images/gifs/toast/sexybutter.gif" alt="sexy toast"></p>
<p><img src="images/gifs/toast/not-now-son-making.gif" alt="I'M MAKING TOAST!"></p> </content>
<footer style="text-align: center;"">
<hr />
<p>
J4YC33 made this site. With a custom SSG. <br />
(cc0) <br />
</p>
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
</p>
</footer>
</body>
</html>