-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
223 lines (212 loc) · 9.1 KB
/
index.html
File metadata and controls
223 lines (212 loc) · 9.1 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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Silver</title>
<link rel="stylesheet" href="/src/style.css">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="/src/silver.css">
<link rel="stylesheet" href="/src/projects.css">
<link rel="stylesheet" href="/src/me.css">
<link rel="stylesheet" href="/src/devlogs.css">
<link rel="stylesheet" href="/src/chat.css">
<link rel="stylesheet" href="/src/extra.css">
<link rel="shortcut icon" href="/new.png" type="image/png">
<script>
const scale = Math.min(window.innerWidth / 1000, window.innerHeight / 1000)
document.documentElement.style.fontSize = scale + 'px'
document.documentElement.style.setProperty('--width', window.innerWidth / scale + 'rem')
document.documentElement.style.setProperty('--height', window.innerHeight / scale + 'rem')
</script>
</head>
<body>
<iframe src="https://space.silverspace.io" frameborder="0"></iframe>
<div id="title">
<svg width="400rem" height="200rem" id="title-bg" viewBox="0 0 400 200">
<path d="M50,150 C475,150 350,100 100,50" stroke="rgba(0,127,255,0.75)" fill="none" stroke-width="15"
stroke-linecap="round" />
</svg>
<h1>
<span>S</span>
<span>i</span>
<span>l</span>
<span>v</span>
<span>e</span>
<span>r</span>
</h1>
<svg width="400rem" height="200rem" id="title-fg" viewBox="0 0 400 200">
<path d="M50,150 C250,150 300,140 325,125" stroke="rgba(0,127,255,0.5)" fill="none" stroke-width="15"
stroke-linecap="round" />
</svg>
</div>
<svg style="display:none">
<symbol id="triangle" viewBox="0 0 100 100">
<path d="M 0 0 L 85 0 Q 100 0 92 15 L 15 92 Q 8 100 0 100 Z"/>
<!-- <path d="M 0 0 L 85 0 85 0 Q 100 0 92 15 L 15 92 Q 8 100 0 100"
fill="none" stroke="rgba(255, 255, 255, 0.2)" stroke-width="4"/> -->
</symbol>
</svg>
<div id="pages">
<button id="silverBtn" disabled>Silver
<svg class="triangle" viewBox="0 0 100 100"><use href="#triangle"/></svg>
<span class="page-btn-new">NEW</span>
</button>
<button id="projectsBtn">Projects
<svg class="triangle" viewBox="0 0 100 100"><use href="#triangle"/></svg>
<span class="page-btn-new">NEW</span>
</button>
<button id="meBtn">Me
<svg class="triangle" viewBox="0 0 100 100"><use href="#triangle"/></svg>
<span class="page-btn-new">NEW</span>
</button>
<button id="devlogsBtn">Devlogs
<svg class="triangle" viewBox="0 0 100 100"><use href="#triangle"/></svg>
<span class="page-btn-new">NEW</span>
</button>
<button id="chatBtn">Chat
<svg class="triangle" viewBox="0 0 100 100"><use href="#triangle"/></svg>
<span class="page-btn-new">NEW</span>
</button>
<button id="extraBtn">Extra
<svg class="triangle" viewBox="0 0 100 100"><use href="#triangle"/></svg>
<span class="page-btn-new">NEW</span>
</button>
</div>
<div id="page">
<div id="silver" class="content out">
<div id="images">
<div class="side-img" id="img1"></div>
<div class="side-img" id="img2"></div>
<div class="side-img" id="img3"></div>
<div class="side-img" id="img4"></div>
<iframe id="main-img" src="https://pf.silverspace.io" frameborder="0"></iframe>
</div>
<p>Welcome to my website! This is where all my games are with some information about me. It's also a place to
hangout and chat.</p>
</div>
<div id="projects" class="content out">
<div id="projects-top">
<input type="text" id="search" placeholder="Search">
<h2 class="content-title">Projects</h2>
<div class="right">
<select name="filter" id="filter">
<option value="all">All</option>
<option value="3d">3D</option>
<option value="2d">2D</option>
<option value="js">JS</option>
<option value="godot">Godot</option>
</select>
<select name="sort" id="sort">
<option value="cool">Cool</option>
<option value="new">New</option>
<option value="old">Old</option>
<option value="views">Views</option>
</select>
</div>
</div>
<div id="projects-container"></div>
</div>
<div id="me" class="content out">
<h2 class="content-title">Me</h2>
<div id="about-me">
<h3>General</h3>
<p>I'm a developer that experiments with simulations, graphics, networking, and games.</p>
<p>I've coded this website to share my projects and hopefully spread some fun. I enjoy creating new things, and
most of all testing my boundaries of what I can code.</p>
<p>I'm currently experimenting with rust, developing a new version of speedwing and learning database management
stuff.</p>
<h3>Backstory</h3>
<p>
In around 2020-2021 i created various scratch projects where i learned the fundamentals of coding and
experimented with ideas.
After that, i tried various game engines and languages, i made a few projects in python, and learnt a bit of
unity and unreal.
</p>
<p>
In 2022 I learnt Godot and made a load of little video games, some were made to learn Godot, while others were
made to compete in Game Jams.
</p>
<p>
In 2023 I switched to JavaScript and the web to make cool web games and basic simulations, like the farlands
and speedwing origins.
</p>
<p>
In 2024, I experimented with different ways of making AI and particles systems, while beginning to learn
webgpu.
at the end of the year the event happened (deleted my whole codebase),
since then i've developed daily backups of the codebase and other safety measures.
</p>
<p>
In 2025, i developed and experimented with my own AI systems, later learning typescript and webgpu to take
my particle simulations further
</p>
<p>
Recently, I've been having fun learning rust, it seems to have potential for future projects too.
</p>
<h4>* I'm not sure what to think of you if you actually read all that. Reach out to me on discord (my username
is
<span>silverspace.io</span>) if you're interested.
</h4>
<div style="height: 30rem"></div>
</div>
<div id="pf">
<iframe src="https://pf.silverspace.io" id="pf-img"></iframe>
</div>
<div id="links">
<a href="https://github.com/SilverSpace505" target="_blank"><img src="/github.png" alt="Github"></a>
<a href="https://silverspace.itch.io/" target="_blank"><img src="/itch-io.png" alt="Itch.io"></a>
<a href="https://www.reddit.com/user/SilverSpace707/" target="_blank"><img src="/reddit.png" alt="Reddit"></a>
<a href="https://scratch.mit.edu/users/SilverSpace707/" target="_blank"><img src="/scratch.png"
alt="Scratch"></a>
</div>
</div>
<div id="devlogs" class="content out">
<h2 class="content-title">Devlogs</h2>
<div id="devlogs-path"></div>
<div id="devlogs-container">
</div>
<div id="current-devlog" class="devlog-content"></div>
<div id="last-devlog" class="devlog-content"></div>
</div>
<div id="chat" class="content out">
<h2 class="content-title">Chat</h2>
<div id="chat-container"></div>
<input type="color" name="colour" id="colour" value="#ffffff">
<input type="text" id="username" placeholder="Username" maxlength="15">
<input type="text" id="message" placeholder="Message" maxlength="200">
</div>
<div id="extra" class="content out">
<div id="extra-content" class="extra-content">
<h3>Extra</h3>
<p>The code for this website is on <a href="https://github.com/SilverSpace505/Silver" target="_blank">Github</a>
</p>
<p>Add my weblink to your website!</p>
<a href="https://silverspace.io">
<img src="https://silverspace.io/silverspace.gif">
</a>
<div id="linkcode"><a href="https://silverspace.io">
<img src="https://silverspace.io/silverspace.gif">
</a></div>
</div>
<div id="seperator"></div>
<div id="friends" class="extra-content">
<h3>Friends</h3>
<div id="friend-links">
<a href="https://overscore34.github.io" class="banner">
<img src="https://overscore34.github.io/images/overscoreBanner.png">
</a>
<a href="https://bemannu.github.io" class="banner">
<img src="https://bemannu.github.io/image.png">
</a>
<a href="https://blazingfish.github.io" class="banner">
<img src="https://blazingfish.github.io/images/icon.jpg">
</a>
<a href="https://mebaddev.net/"><img src="/friends/mebaddev.png"></a>
<a href="https://redguyonetwo.github.io/speedwing/">Redguy - Speedwing</a>
</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>