1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<!DOCTYPE html>
<html>
<head>
<title>Nathan's Shitty Web</title>
<style>
body {
background-image: url('images/background.png');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<center>
<img src="images/home_title.png" alt="Nathan's Shit Web"/>
<img src="images/under_construction.gif" alt="Under construction"/>
<table border="1" width="60%">
<tr>
<td>
<h2>Contact</h2>
<a href="mailto:nathansmith117@sdf.org"><img src="images/email.gif"/>Email</a>
<h2>About me</h2>
<p>
Many people don't know their reason for existing, others think they know but will
one day have to learn the hard way they were wrong. My reason for existing is to
explore the world around me and continue the nonstop journy of learning and finding
new things. I try to avoid anything that disrupts the journy, requires closing off my
mind and handing it over to someone... <b>If you have a problem with that you can go fuck
yourself!</b>
<br/><br/>
Some of my interests and hobbies:
</p>
<ul>
<li>Guitar and bass</li>
<li>Linux</li>
<li>Programming</li>
<li>Electronics modding and DIY</li>
<li>Real leftism and politics (real leftism is very different
than what society wants you to think)</li>
<li>Lite amounts of philosophy and psychology</li>
</ul>
</td>
</tr>
<tr>
<td>
<ul>
<li><h3><a href="cgi-bin/guest_book.cgi">--> Sign the guest book</a></h3></li>
<li><h3><a href="linux_room.html">--> Visit the linux room</a></h3></li>
<li><h3><a href="music_room.html">--> Visit the music room</a></h3></li>
<li><h3><a href="tv_corner.html">--> Visit the tv corner</a></h3></li>
<li><h3><a href="nathans_philosophy.html">--> Learn Nathan's philosophy</a></h3></li>
</ul>
</td>
</tr>
<tr>
<td>
<h3>Webrings</h3>
<map name="w95widget">
<area href="https://baccyflap.com/noai" target="_blank" shape="rect" coords="0,0,308,22" alt="no ai webring" title="no ai webring">
<area href="https://baccyflap.com/noai/?prv&s=nsw" target="_top" shape="rect" coords="56,36,130,58" alt="previous" title="previous">
<area href="https://baccyflap.com/noai/?rnd" target="_top" shape="rect" coords="137,36,211,58" alt="random" title="random">
<area href="https://baccyflap.com/noai/?nxt&s=nsw" target="_top" shape="rect" coords="218,36,292,58" alt="next" title="next">
</map>
<img usemap="#w95widget" src="https://baccyflap.com/noai/w95widget.gif" alt="a gray Windows 95 style dialog box titled 'The No AI Webring' with a little icon showing a computer chip in a rubbish bin. beside it are three clickable buttons, labeled Previous, Random... and Next">
<p>Free free to email me about webrings. They are silly little thingies (:</p>
</td>
</tr>
</table>
<a href="https://sdf.org" target="_blank"><img src="https://sdf.org/sdfbanner.png" alt="powered by sdf"/></a>
<a href="https://yesterweb.org/no-to-web3" target="_blank"><img src="https://yesterweb.org/no-to-web3/img/roly-saynotoweb3.gif" alt="keep the web free"/></a>
<img src="images/bi.gif" alt="bi pride"/>
<img src="images/antinft.gif" alt="This is an Anti-NFT Site"/>
<img src="images/coffee.gif" alt="need moar coffee XD"/>
</center>
</body>
</html>
|