-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (74 loc) · 4.37 KB
/
Copy pathindex.html
File metadata and controls
91 lines (74 loc) · 4.37 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<head>
<title>nullBlade's website</title>
<meta content="nullBlade's website" property="og:title">
<meta content="This is nullBlade's website" property="og:description">
<meta content="https://nullthecoder.github.io/pfp.png" property="og:image">
</head>
<body style="background-color: rgb(30, 35, 45); color: white; font-size: x-large;">
<center>
<br>
<h1>
nullBlade's website.
</h1>
<p>
I am nullBlade, a programmer.
</p>
<img src="./pfp.png" style="width:10vh"></img>
<p>
I make Minecraft mods <b>AND</b> other things.
</p>
<br>
<h2>
Some things I worked on:
</h2>
<div style="display: flex; justify-content: center; flex-wrap: wrap;">
<div style="background-color: rgb(50, 50, 60); width: 35vh; height: 35vh; border-radius: 1vh; border-style: solid; border-color: lightskyblue; display: flex; justify-content: center; align-items: center; margin: 1vh">
<a href="https://modrinth.com/mod/potatoes-(and-their-uses)" style="color:lightskyblue;width: 40vh; height: 40vh;">
<p style="font-size:2.5vh">Potatoes (and their uses)</p>
<img src="./project-icons/potatetite.png" style="height:25vh"></img>
</a>
</div>
<div style="background-color: rgb(50, 50, 60); width: 35vh; height: 35vh; border-radius: 1vh; border-style: solid; border-color: lightskyblue; display: flex; justify-content: center; align-items: center; margin: 1vh">
<a href="https://www.spigotmc.org/resources/craft-and-death.92751/" style="color:lightskyblue;width: 40vh; height: 40vh;">
<p style="font-size:2.5vh">Craft and Death</p>
<img src="./project-icons/icon_craft_and_death.png" style="height:25vh"></img>
</a>
</div>
<div style="background-color: rgb(50, 50, 60); width: 35vh; height: 35vh; border-radius: 1vh; border-style: solid; border-color: lightskyblue; display: flex; justify-content: center; align-items: center; margin: 1vh">
<a href="https://modrinth.com/mod/no-more-underwater-dismount" style="color:lightskyblue;width: 40vh; height: 40vh;">
<p style="font-size:2.5vh">No more underwater dismount</p>
<img src="./project-icons/dismount.webp" style="height:25vh"></img>
</a>
</div>
<div style="background-color: rgb(50, 50, 60); width: 35vh; height: 35vh; border-radius: 1vh; border-style: solid; border-color: lightskyblue; display: flex; justify-content: center; align-items: center; margin: 1vh">
<a href="https://modrinth.com/mod/create-electric-stonks" style="color:lightskyblue;width: 40vh; height: 40vh;">
<p style="font-size:2.5vh">Create: Electric Stonks</p>
<img src="./project-icons/stonks.png" style="height:25vh"></img>
</a>
</div>
</div>
<br>
<h2>
Projects on which I worked but I don't work anymore:
</h2>
<div style="display: flex; justify-content: center; flex-wrap: wrap;">
<div style="background-color: rgb(50, 50, 60); width: 33vh; height: 33vh; border-radius: 1vh; border-style: solid; border-color: lightskyblue; display: flex; justify-content: center; align-items: center; margin: 1vh">
<a href="https://waveapi.org" style="color:lightskyblue;width: 33vh; height: 33vh;">
<p style="font-size:3vh">WaveAPI</p>
<img src="./project-icons/wave.png" style="height:30vh"></img>
</a>
</div>
<div style="background-color: rgb(50, 50, 60); width: 33vh; height: 33vh; border-radius: 1vh; border-style: solid; border-color: lightskyblue; display: flex; justify-content: center; align-items: center; margin: 1vh">
<a href="https://voicesofwynn.com" style="color:lightskyblue;height: 33vh; height: 33vh;">
<p style="font-size:3vh">Voices Of Wynn</p>
<img src="./project-icons/vow.png" style="height:30vh;"></img>
</a>
</div>
</div>
<br>
<p style="font-size: small;">
Website made by nullBlade
</p>
<br>
</center>
</body>