-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
166 lines (153 loc) · 5.5 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
<!DOCTYPE html>
<html>
<head>
<title>NGS's land</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M0SCB1X0YP');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7455801980495957"
crossorigin="anonymous"></script>
<link rel="icon" href="Images/ngs.png">
<link rel="stylesheet" href="Styles/index.css">
<link rel="stylesheet" href="Styles/projects.css">
<link rel="stylesheet" href="Styles/GamesList.css">
<link rel="stylesheet" href="Styles/titlebar.css">
<script>
const Def = "Highlight";
function openTab(evt, TabName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(TabName).style.display = "block";
evt.className += " active";
if(history.pushState) {
history.pushState(null, null, '?p=' + TabName);
}
}
</script>
</head>
<body onload="load()">
<div id="topbar">
<a href="index.html"><img src="Images/ngs.png"></a>
<span id="TitleNGS">NGS</span><span id="TitleS">'s</span>
<span id="TitleLAND">land</span></span>
</div>
<center>
<div id="ContentPane">
<div class="tab">
<button id="HighlightButton" class="tablinks"onclick="openTab(this, 'Highlight')">Highlight</button>
<button id="ProjectsButton" class="tablinks"onclick="openTab(this, 'Projects')">Projects</button>
<button id="AboutMeButton" class="tablinks"onclick="openTab(this, 'AboutMe')">About me</button>
<div id="borderbottom"></div>
</div>
<div id="Highlight" class="tabcontent">
<div id="HighlightContentPane" height="fit-content">
<a id="HudderTitle" class="ImageAndText" style="text-decoration: none;" href="https://github.com/ngspace/Hudder">
<image id="HudderLogo" style="width:80px" src="Images/Hudder.webp">
<span id="Hudder" style="color: #800080;"> Hudder</span>
</a>
<div style="text-align:left;font-size: 30px;" class="Text">
<center>
<p>
<b>Want to do math to show icons on your screen? Want to use JavaScript and/or hudder's own custom language?! Well now you can! using this highly customizable hud creation mod you can create <i>ANY</i> HUD you want!!</b>
</p>
<p>
Hudder allows you to create a custom hud to appear on your screen in game using it's very simple language (Or JavaScript if you know how to use it)!
</p>
<p>
Draw the selected slot whereever you wish with the "hand" method!
</p>
<img src="Images/axe.png" style="width:66%;">
<p>
Flex that shiny new 4090 of yours with the "fps" variable!
</p>
<p>
Make all the kids in the elementary school playground jealous of your 128GB of RAM with the "maxram" variable!
</p>
<p>
Show all the other programmers how good you are by drawing a circle using vertices with the "colorvertices_con" method!
</p>
<img src="Images/circle.png" style="width:66%;">
<div style="text-align:left" class="Text">
<p>
<a href="https://modrinth.com/mod/hudder">Modrinth</a>
<a href="hudder/">Wiki</a>
<a href="https://github.com/NGSpace/Hudder">Source Code</a>
</p>
</div>
</center>
</div>
</div>
</div>
<div id="Projects" class="tabcontent">
<div id="ProjectsContentPane">
</br>
<div><a href="HG.html">
<image src="Images/HG_Old_SS.png">
<figcaption>Unnamed Game (HTML)</figcaption>
</a></div>
<div><a href="https://www.roblox.com/games/6939867224/The-Roads">
<image src="Images/The roads.png">
<figcaption>The Roads (Roblox)</figcaption>
</a></div>
<div><a href="Numbers.html">
<image src="Images/Numbers.png">
<figcaption>Numbers! (HTML)</figcaption>
</a></div>
<div><a href="nnuedit.html">
<image src="Images/NNUEdit.png">
<figcaption>NNUEdit</figcaption>
</a></div>
<div><a href="index.html">
<image src="Images/Hudder.webp">
<figcaption>Hudder</figcaption>
</a></div>
</div>
</div>
<div id="AboutMe" class="tabcontent" style="font-size: 0;">
<a style="text-decoration:none;"
href="https://github.com/NGSpace">
<span id="aboutmespan"style="font-size:50px;">
I make stuff
</span>
</a>
<br>
<span id="aboutmespan"style="font-size:10px;">
"ngspace" on discord
</span>
<div style="font-size:20px;"></br></div>
</div>
<div id="borderbottom" style="font:initial;">
<a href="https://github.com/NGSpace">Github</a>
<a href="https://www.roblox.com/users/153081423/profile">Roblox</a>
<a href="https://modrinth.com/user/ngspace">Modrinth</a>
</div>
</div>
</center>
<script>
function load() {
const Loc2 = window.location.search;
const urlParams = new URLSearchParams(Loc2);
if (urlParams.has('p')){
var Loc = urlParams.get('p');
if (Loc!="") {
openTab(document.getElementById(Loc+"Button"), Loc);
}
} else {
openTab(document.getElementById(Def+"Button"), Def);
}
}
</script>
</body>
</html>