added shadowbox
5
pages/static/shadowbox.html
Normal file
@ -0,0 +1,5 @@
|
||||
<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>
|
BIN
site/images/gifs/autismacceptancebutton.jpg
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
site/images/gifs/deletefacebook.gif
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
site/images/gifs/deletetwitter.gif
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
site/images/gifs/ds91.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
site/images/gifs/internetprivacy.gif
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
site/images/gifs/neocities.gif
Normal file
After Width: | Height: | Size: 802 B |
BIN
site/images/gifs/paywalls.png
Normal file
After Width: | Height: | Size: 512 B |
BIN
site/images/gifs/righttorepair.jpg
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
site/images/gifs/stargazer.gif
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
site/images/gifs/startrek.gif
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
site/images/gifs/wikiasucks.gif
Normal file
After Width: | Height: | Size: 17 KiB |
@ -1,6 +1,7 @@
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
<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>
|
||||
|