blob: ec167855c7c1ad9354c9096c6991c3e0d84b50c7 (
plain)
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 Smith's website</title>
<style>
body {
color: black;
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>
<h1>All the cursed shit I decided to add because why not</h1>
<table border="1" width="50%">
<tr>
<td>
<h2>Version control</h2>
<ul>
<li><a href="https://github.com/nathansmith117" target="_blank">github</a></li>
<li><a href="https://gitea.com/nathansmithsmith" target="_blank">gitea</a></li>
</ul>
</td>
</tr>
<tr>
<td>
<h2>Contact</h2>
<img src="images/email.gif" width="16x"/>
<a href="mailto: nathansmith117@sdf.org">Email</a>
</td>
</tr>
<tr>
<td>
<h2>Software I made</h2>
<p>(Things that stood out to me at 0:00 when making this)</p>
<ul>
<li><a href="https://gitea.com/nathansmithsmith/youload/releases" target="_blank">youload</a></li>
<li><a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">nvim_config</a></li>
<li><a href="https://github.com/nathansmith117/twine" target="_blank">the holy thing you need</a></li>
<li><a href="https://github.com/nathansmith117/HelpfullDuck" target="_blank">duck</a></li>
<li><a href="https://github.com/nathansmith117/RaccoonConvert" target="_blank">raccoon</a></li>
<li><a href="https://github.com/nathansmith117/SandGame" target="_blank">sand</a></li>
<li><a href="https://github.com/nathansmith117/color_game" target="_blank">color game</a></li>
</ul>
</td>
</tr>
<tr>
<td>
<h2>WASM games</h2>
<p>(One looks like a tech demo and the other is just fuck)</p>
<ul>
<li><a href="https://nathansmithsmith.itch.io/killafacsista" target="_blank">Tech demo</a></li>
<li><a href="https://nathansmith117.github.io/PenguinYippiesWeb/" target="_blank">FUCK</a></li>
</ul>
</td>
</tr>
<tr>
<td>
<ul>
<li><h3><a href="graveyard.html">Visit the graveyard</a></h3></li>
<li><h3><a href="linuxRoom.html">Visit the linux room</a></h3></li>
<li><h3><a href="blahajRoom.html">Visit the blahaj room</a></h3></li>
</ul>
</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/coffee.gif" alt="need moar coffee XD"/>
</center>
</body>
</html>
|