copy changes over from russet

This commit is contained in:
Nycki 2023-09-05 20:18:27 +00:00
parent fbfdca2fdb
commit 2b3364958b
15 changed files with 129 additions and 3 deletions

BIN
2007/Images/Gami.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
2007/Images/NewsCompass.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

23
2007/cartoons.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Traps and Zoids</title>
</head>
<body bgcolor=#36c1fc>
<h1><center>Cartoons!</center></h1>
<br><b>Traps and Zoids</b>
<br><a href="trapzoid01.html">1-Supply and demand</a>
<br><a href="trapzoid02.html">2-Metajoke</a>
<br><a href="trapzoid03.html">3-A Trail of Pens</a>
<br><hr color="orange">
<br>More to come...
<br>eventually...
<!--, check back in a couple weeks or so!-->
<br><a href="index.html"><font color="red" size="4">Back</font></a>
</body>
</html>

41
2007/index.html Normal file
View file

@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Nick.lamicela.org</title>
</head>
<body bgcolor=#36c1fc>
<center><h4><font color="red">
Welcome to Nick.Lamicela.Org!
</font></h></center>
<center><table><tr><td><center>
<!-- News Page Image -->
<img src="Images/NewsCompass.gif" width="300" height="297" alt="News" border="0">
</center></td><td><center>
<!-- Cartoons page image -->
<img src="Images/Gami.gif" width="280" height="235" alt="" border="0">
</center></td></tr><tr><td><center>
<!-- News Page Link -->
<br><a href="news.html"><font color="green" size="6">News</font></a>
</center></td><td><center>
<!-- Cartoons Page Link -->
<br><a href="cartoons.html"><font color="green" size="6">Cartoons</font></a>
</center></td></tr></table><br>
<!-- Last Updated Date -->
<center><table><tr><td bgcolor="black"><font face="fixedsys, courier new, courier" size="5" color="green">
Last updated: 08/01/07
</font></td></tr></table></center>
</body>
</html>

11
2007/news.html Normal file
View file

@ -0,0 +1,11 @@
<html>
<head>
<title>What's up?</title>
</head
<body bgcolor=#36c1fc>
<font color="red"><i>08/01/2007:</i></font> I guess what's new today is that I ummm, have a news page? I had an idea for the logo in the middle of the night last night and I got out of bed, drew the compass thingy, inked it, and went back to bed. This morning I colored it in photoshop and added it to my website, along with this news page. If I ever update again, You'll know about it here.
</body>
</html>

16
2007/trapzoid01.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>01-Supply and Demand</title>
</head>
<body bgcolor=#36c1fc>
<center>
<h5>Episode 1-supply and demand.</h>
<br><img src="Images/Traps_and_zoids01.gif" width="600" height="200" alt="" border="0">
<br><a href="cartoons.html">back</a>
</center>
</body>
</html>

16
2007/trapzoid02.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>02-Metajoke</title>
</head>
<body bgcolor=#36c1fc>
<center>
<h5>Episode 2-Metajoke</h>
<br><img src="Images/Traps_and_zoids02.gif">
<br><a href="cartoons.html">back</a>
</center>
</body>
</html>

16
2007/trapzoid03.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>03-A Trail of Pens...</title>
</head>
<body bgcolor=#36c1fc>
<center>
<h5>Episode 3-A Trail of Pens</h>
<br><img src="Images/Traps_and_zoids03.gif">
<br><a href="cartoons.html">back</a>
</center>
</body>
</html>

View file

@ -1,2 +1,2 @@
# nupanick.github.io # nupa.me
My Homepage! My Homepage!

View file

@ -84,7 +84,8 @@
2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional. 2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional.
</p> </p>
<p> <p>
<a href='https://web.archive.org/web/20071101001849/http://nick.lamicela.org/'>Traps and Zoids in the Internet Archive.</a> <a href='2007'>My archive copy.</a>
<a href='https://web.archive.org/web/20071101001849/http://nick.lamicela.org/'>Archive.org's copy.</a>
</p> </p>
</section> </section>
</main> </main>

1
mathdice Symbolic link
View file

@ -0,0 +1 @@
/home/klay/code/mathdice

View file

@ -1,5 +1,6 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<meta charset="utf-8">
<style> <style>
body { body {
font-size: 30px; font-size: 30px;