-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (190 loc) · 5.73 KB
/
index.html
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<title>
ÆUGH
</title>
<link rel="stylesheet" type="text/css" href="../references/styles/style.css">
<script src="../references/scripts/script.js" defer></script>
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script src="../references/scripts/load.js"></script>
</head>
<body>
<div id="front-image">
<h1>Welcome to hell</h1>
<img src="images/yosemite.jpg">
</div>
<div id="main-container">
<div id="main" class="lessTopMargin">
<h1>Wow</h1>
<p>
This website is a continuous work in progress, I just keep adding to it whenever I feel like it.
</p>
<hr>
<h1>Projects</h1>
<div class="horizontal-scroll-menu" id="projects">
<!-- Standalone Games -->
<div class="horiz-item">
<div class="title-vert-item">
<h1 class="shrink-text-overflow">
Games
</h1>
</div>
<a href="projects/msg" class="vert-item">
<h2>Multiplayer Shooty Game</h2>
<img src="images/projects/msg.jpg">
<div>
funny shoot game (it has multiplayer)
</div>
</a>
<a href="projects/train" class="vert-item">
<h2>Train Go Brrr</h2>
<img src="images/projects/train.png">
<div>
Train sim thing i was doing
</div>
</a>
<a href="projects/skidsteer" class="vert-item">
<h2>Skid Steer Simulator</h2>
<img src="images/projects/skidsteer.png">
<div>
My first non-tutorial game. It's bad.
</div>
</a>
<a href="https://a-basketball-dev.itch.io/conjurers-labyrinth" class="vert-item">
<h2>Conjurer's Labyrinth</h2>
<img src="https://img.itch.zone/aW1hZ2UvMTQyMDEyMC84MjcxMzM2LnBuZw==/347x500/SdKzc9.png">
<div>
A game I made with my friend for the 2021 (2022? idk) Brackey's Game Jam
</div>
</a>
<a href="projects/submarine" class="vert-item">
<h2>Submarine</h2>
<img src="images/yosemite.jpg">
<div>
Some sort of simple submarine game
</div>
</a>
<!-- <a href="projects/squareplane" class="vert-item">
<h2>squareplane</h2>
<img src="images/yosemite.jpg">
<div>
dumb knockoff of the rolling ball game called slope
</div>
</a> -->
</div>
<!-- Utilities -->
<div class="horiz-item">
<div class="title-vert-item">
<h1>
Utilities
</h1>
</div>
<a href="https://github.com/aeughsendhelp/VehicleDestructionSimulation" class="vert-item">
<h2>VDS</h2>
<img src="images/projects/vds.png">
<div>
A Blender addon to automate creating physics-based destructable cars from a given mesh. It needs a better name.
</div>
</a>
<a href="utilities/artillerycalculator" class="vert-item">
<h2>Artillery Calculator</h2>
<img src="images/projects/artillery.png">
<div>
An artillery calculator for create big cannons cannons
</div>
</a>
<a href="utilities/random" class="vert-item">
<h2>Random</h2>
<img src="images/yosemite.jpg">
<div>
Generates random stuff
</div>
</a>
<a href="utilities/probably" class="vert-item">
<h2>Probably</h2>
<img src="images/utilities/probcalc.jpg">
<div>
Very specific solver to a probability question
</div>
</a>
<!-- <a href="utilities/recursivepercentage" class="vert-item">
<h2>Recursive Percentage</h2>
<img src="images/yosemite.jpg">
<div>
Cheating at a science project because I saw a pattern and the regular calculators are pain
</div>
</a> -->
</div>
<!-- Game Mods -->
<div class="horiz-item">
<div class="title-vert-item">
<h1>
Game Mods
</h1>
</div>
<a href="https://steamcommunity.com/workshop/filedetails/?id=2976416104" class="vert-item">
<h2>Helichopter</h2>
<img src="https://steamuserimages-a.akamaihd.net/ugc/2033983100337659461/C9548D7F09DEB142BA0E9450135FBF9AE5C51CB7/?imw=268&imh=268&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true">
<div>
A Ravenfield mod that adds a cool dualrotor helicopter that is cool and fun and cool and cool (it's cool)
</div>
</a>
<a href="https://github.com/aeughsendhelp/dumb282tweaks" class="vert-item">
<h2>Dumb S282 Tweaks</h2>
<img src="images/projects/s282tweaks.png">
<div>
A mod for Derail Valley that changes the s282 locomotive to be less goofy looking (or more)
</div>
</a>
<a href="https://github.com/aeughsendhelp/dvskins" class="vert-item">
<h2>Derail Valley Skins</h2>
<img src="https://staticdelivery.nexusmods.com/mods/2750/images/763/763-1691952976-312205591.jpeg">
<div>
A set of Canadian National liveries for the diesels/caboose and a Burlington Northern skin for the DM3
</div>
</a>
</div>
</div>
<hr>
<h1>
Links
</h1>
<table>
<!--youtube-->
<tr>
<td><a href="https://www.youtube.com/@aeughsendhelp">Youtube</a></td>
</tr>
<!--github-->
<tr>
<td><a href="https://github.com/aeughsendhelp">Github</a></td>
</tr>
<tr>
<td><a href="https://aeughsendhelp.itch.io">Itch</a></td>
</tr>
</table>
<hr>
<h1>
Names
</h1>
<table>
<!-- need to migrate this to a ul instead of table, why tf was i using a table -->
<tr>
<td>ÆUGH</td>
</tr>
<tr>
<td>aeughsendhelp</td>
</tr>
<tr>
<td>aeugh</td>
</tr>
<tr>
<td>EvilPunkin</td>
</tr>
</table>
<div id="footer"></div>
</div>
<div id="navbar"></div>
</body>
</html>