-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (58 loc) · 2.51 KB
/
index.html
File metadata and controls
68 lines (58 loc) · 2.51 KB
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
<link rel = "icon" href = "sigma.png">
<style>
.project {
margin: 10px;
padding: 10px;
padding-top: 15px;
background: #111;
width: 50%;
}
a {
color: #07f;
}
a:visited {
color: #77f;
}
a.link {
font-weight: bold;
color: red;
padding: 5px;
border-radius: 5px;
border: 1px solid red;
background: black;
}
a.link:hover {
}
</style>
<script src = "https://www.google-analytics.com/analytics.js"></script>
<body bgcolor = "black" text = "white" style = "font-family: sans-serif; font-size: 16px">
<center style = "font-weight: bold">
<span style = "font-family: impact, sans-serif; font-size: 69px; color: black; text-shadow: 0px 0px 10px #f00">SOUL'S HOME PAGE</span><br>
<span style = "font-size: 20px; color: black; text-shadow: 0px 0px 5px white">I make games... enough said.</span><br>
</center>
<table>
<tr>
<td class = "project">
<a class = "link" href = "Antimatter Dimensions Ultimate/index.html" target = "_blank">ANTIMATTER DIMENSIONS ULTIMATE</a><br><br>
I created a few mods for this game because I had literally nothing better to do than sit and watch numbers go up for hours on end.<br>
<a href = "https://ivark.github.io" target = "_blank">Original Game</a> | <a href = "https://raw.githack.com/AarexTiaokhiao/IvarK.github.io/master/" target = "_blank">Aarex's mods</a>
</td>
<td class = "project">
<a class = "link" href = "World Restoration/index.html" target = "_blank">WORLD RESTORATION</a><br><br>
A game concept created by ItMarki, with over 80 prestige layers (which I will get around to adding eventually). You get a lot of forks. That's basically all there is to it.<br>I used a lot of other people's stuff for this. Credits can be seen in-game.<br>
</td>
</tr>
<tr>
<td class = "project">
<a class = "link" href = "Unnecessarily Difficult Platformer/index.html" target = "_blank">UNNECESSARILY DIFFICULT PLATFORMER</a><br><br>
I was bored so I started making this. It's nowhere near done and many, many things are broken. Just right-click to place stuff.<br>
</td>
<td class = "project">
<a class = "link" href = "Antimatter Dimensions II/index.html" target = "_blank">ANTIMATTER DIMENSIONS II (WIP)</a><br><br>
Since the rumors of the Reality update being the last update of the official Antimatter Dimensions, I have taken it upon myself to create the sequel.<br>
</td>
</tr>
</table>
<br>
<center><span style = "font-weight: bold; color: black; text-shadow: 0px 0px 5px white">the rest of my projects will be coming soon...</span></center>
</body>