-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
499 lines (482 loc) · 26.6 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!DOCTYPE html>
<html lang="en" class="loading"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="robots" content="all">
<meta name="description" content="The personal website of Benjamin Aster, an Austrian nerd doing silly things on the computer.">
<meta property="og:description" content="The personal website of Benjamin Aster, an Austrian nerd doing silly things on the computer.">
<meta name="author" content="Benjamin Aster">
<link rel="code-repository" href="https://github.com/BenjaminAster/benjaminaster.com">
<meta property="og:image" content="https://benjaminaster.com/media/favicon.png">
<title>Benjamin Aster</title>
<base href="/home/">
<link rel="icon" href="/media/favicon.svg" type="image/svg+xml" sizes="any">
<link rel="icon" href="/media/favicon.png" type="image/png" sizes="144x144">
<link rel="canonical" href="https://benjaminaster.com/">
<link rel="stylesheet" href="./style.css">
<link rel="preload" as="image" crossorigin="" href="./assets/twitter.svg">
<link rel="preload" as="image" crossorigin="" href="./assets/github.svg">
<link rel="preload" as="image" crossorigin="" href="./assets/codepen.svg">
<link rel="preload" as="image" crossorigin="" href="./assets/envelope.svg">
<script type="module" src="./script.js"></script>
</head>
<body>
<!-- original source: https://www.flickr.com/photos/151640904@N03/48671632338 -->
<img src="./assets/salzburg_winter_nacht.webp" id="background-image" alt="Salzburg in winter">
<main>
<p hidden="" id="browser-warning" data-nosnippet="">
⚠︎ <br>
You are using an outdated version of your browser.
Please update it to the latest version.
</p>
<section aria-label="About me" class="about-me awesome">
<img id="logo" src="/media/favicon.svg" alt="logo" draggable="false">
<h1>Hi, I'm Benjamin Aster.</h1>
<p>
I'm an Austrian nerd doing silly {programming/math} things {on/in} my {computer/head}.
</p>
</section>
<section aria-label="Contact and social media">
<address class="contact">
<ul>
<li class="awesome">
<a href="https://github.com/BenjaminAster" class="github">GitHub</a>
</li>
<li class="awesome">
<a href="https://x.com/Benjamin_Aster" class="twitter">X (Twitter)</a>
</li>
<li class="awesome">
<a href="https://codepen.io/Benjamin_Aster" class="codepen">CodePen</a>
</li>
<li class="awesome">
<button class="email" aria-label="Click to reveal email address">
Email
</button>
<a hidden="" href="#"></a>
</li>
</ul>
</address>
</section>
<section aria-label="Projects" class="projects">
<h2 class="awesome">
Projects:
</h2>
<ul>
<template>
<li>
<div class="container awesome">
<a class="project-link">
<img>
<h3 class="title"> </h3>
<p class="description"> </p>
</a>
<a class="repository" title="View on GitHub" href=""></a>
</div>
</li>
</template>
<li>
<div class="container awesome">
<a class="project-link" href="/fingerprint/" style="view-transition-name: fingerprint-body;">
<img src="https://benjaminaster.com/fingerprint/assets/icon-dark.svg" alt="icon of Fingerprint">
<h3 class="title">Fingerprint</h3>
<p class="description">A website that shows you fingerprinting vectors of your browser.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/fingerprint"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/triangle-pattern/" style="view-transition-name: triangle-pattern-body;">
<img src="https://benjaminaster.com/triangle-pattern/assets/icon.svg" alt="icon of Triangle pattern">
<h3 class="title">Triangle pattern</h3>
<p class="description">An interactive triangle pattern art</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/triangle-pattern"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/ray-tracer/" style="view-transition-name: ray-tracer-body;">
<img src="https://benjaminaster.com/ray-tracer/assets/icon-dark.svg" alt="icon of WebGPU Ray Tracer">
<h3 class="title">WebGPU Ray Tracer</h3>
<p class="description">A ray tracer made with WebGPU</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/ray-tracer"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/pamm/" style="view-transition-name: pamm-body;">
<img src="https://benjaminaster.com/pamm/assets/icon.svg" alt="icon of PAMM">
<h3 class="title">PAMM</h3>
<p class="description">Pretty Awesome Math Markup – A user-friendly LaTeX alternative with a live editor</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/PAMM"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/webindex/" style="view-transition-name: webindex-body;">
<img src="https://benjaminaster.com/webindex/assets/icon-dark.svg" alt="icon of Index of web-related technical information">
<h3 class="title">Index of web-related technical information</h3>
<p class="description">An index of web-related specifications, CSS properties, JavaScript interfaces, etc.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/webindex"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/web-features/" style="view-transition-name: web-features-body;">
<img src="https://benjaminaster.com/web-features/assets/icon.svg" alt="icon of Web features">
<h3 class="title">Web features</h3>
<p class="description">An overview of (mostly new) web features that are not yet fully supported in all three browser engines.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/web-features"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="https://www.npmjs.com/package/better-typescript">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4c/Typescript_logo_2020.svg" alt="icon of Better TypeScript">
<h3 class="title">Better TypeScript</h3>
<p class="description">Various TypeScript type definitions to make working with TypeScript more convenient.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Better-TypeScript"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/css-canvas/" style="view-transition-name: css-canvas-body;">
<img src="https://benjaminaster.com/css-canvas/assets/icon-dark.svg" alt="icon of CSS Drawing Canvas">
<h3 class="title">CSS Drawing Canvas</h3>
<p class="description">A drawing canvas made with pure HTML & CSS – no JavaScript.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/CSS-Drawing-Canvas"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/reflexive-view-source/" style="view-transition-name: reflexive-view-source-body;">
<img src="https://benjaminaster.com/reflexive-view-source/assets/icon.svg" alt="icon of Reflexive view-source">
<h3 class="title">Reflexive view-source</h3>
<p class="description">A website that displays its own view-source page.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/reflexive-view-source"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/css-minecraft/" style="view-transition-name: css-minecraft-body;">
<img src="https://benjaminaster.com/css-minecraft/assets/icon.png" alt="icon of CSS Minecraft">
<h3 class="title">CSS Minecraft</h3>
<p class="description">A Minecraft clone made with pure HTML & CSS – no JavaScript.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/CSS-Minecraft"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/2d-css-minecraft/" style="view-transition-name: 2d-css-minecraft-body;">
<img src="https://benjaminaster.com/2d-css-minecraft/assets/icon.png" alt="icon of 2D CSS Minecraft">
<h3 class="title">2D CSS Minecraft</h3>
<p class="description">A 2D Minecraft clone made with pure HTML & CSS – no JavaScript.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/2D-CSS-Minecraft"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/pattern-generator/" style="view-transition-name: pattern-generator-body;">
<img src="https://benjaminaster.com/pattern-generator/assets/icon-dark.svg" alt="icon of Pattern Generator">
<h3 class="title">Pattern Generator</h3>
<p class="description">Generate random recursive patterns.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/pattern-generator"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="https://www.npmjs.com/package/new-javascript">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4c/Typescript_logo_2020.svg" alt="icon of TypeScript types for new JavaScript">
<h3 class="title">TypeScript types for new JavaScript</h3>
<p class="description">TypeScript type declarations for JavaScript stuff that isn't in TypeScript's standard type declarations.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/TypeScript-types-for-new-JavaScript"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="https://github.com/BenjaminAster/Brave-Talk-Bamboozler#readme">
<img src="https://benjaminaster.github.io/Brave-Talk-Bamboozler/assets/icon.svg" alt="icon of Brave Talk Bamboozler">
<h3 class="title">Brave Talk Bamboozler</h3>
<p class="description">A Chrome extension that tricks Brave Talk into thinking you're using Brave.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Brave-Talk-Bamboozler"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/webgpu-mandelbrot/" style="view-transition-name: webgpu-mandelbrot-body;">
<img src="https://benjaminaster.com/webgpu-mandelbrot/assets/icon.webp" alt="icon of WebGPU Mandelbrot">
<h3 class="title">WebGPU Mandelbrot</h3>
<p class="description">A GPU accelerated Mandelbrot viewer made using the new WebGPU API.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/WebGPU-Mandelbrot"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/icons/" style="view-transition-name: icons-body;">
<img src="https://benjaminaster.com/icons/assets/icon-dark.svg" alt="icon of Custom icons">
<h3 class="title">Custom icons</h3>
<p class="description">Choose your own icons from various different icon sets and generate a CSS file with only those icons as inlined data-URIs.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Custom-Icons"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/geoquiz/" style="view-transition-name: geoquiz-body;">
<img src="https://benjaminaster.com/geoquiz/icon/icon.png" alt="icon of GeoQuiz">
<h3 class="title">GeoQuiz</h3>
<p class="description">A quiz about the countries of the world.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/GeoQuiz"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/editor/" style="view-transition-name: editor-body;">
<img src="https://benjaminaster.com/editor/assets/icon-dark.svg" alt="icon of Live HTML Editor">
<h3 class="title">Live HTML Editor</h3>
<p class="description">A simple HTML, CSS and JavaScript editor.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/HTML-Editor"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/svg2image/" style="view-transition-name: svg2image-body;">
<img src="https://benjaminaster.com/svg2image/icon/icon.svg" alt="icon of SVG to image">
<h3 class="title">SVG to image</h3>
<p class="description">A tool that converts SVGs to images. Useful for creating PWA icons from SVGs.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/SVG-To-Image"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/notepad/" style="view-transition-name: notepad-body;">
<img src="https://benjaminaster.com/notepad/icon/icon.svg" alt="icon of Notepad">
<h3 class="title">Notepad</h3>
<p class="description">A simple text notepad application.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Notepad"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/watertyper/" style="view-transition-name: watertyper-body;">
<img src="data:image/svg+xml,<svg viewBox='2 -15 19 19' xmlns='http://www.w3.org/2000/svg'><text>%F0%9F%92%A7</text></svg>" alt="icon of Watertyper">
<h3 class="title">Watertyper</h3>
<p class="description">A minimalistic typing test.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Watertyper"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/colors/" style="view-transition-name: colors-body;">
<img src="https://benjaminaster.com/colors/icon.svg" alt="icon of CSS Named Colors">
<h3 class="title">CSS Named Colors</h3>
<p class="description">A simple overview of all 141 CSS colors.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Web-Colors"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/clock/" style="view-transition-name: clock-body;">
<img src="https://benjaminaster.com/clock/icon/icon.svg" alt="icon of Clock">
<h3 class="title">Clock</h3>
<p class="description">A simple clock that shows the current time with seconds.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Clock"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/tiny-snake/" style="view-transition-name: tiny-snake-body;">
<img src="/tiny-snake/assets/icon-dark.svg" alt="icon of Tiny Snake">
<h3 class="title">Tiny Snake</h3>
<p class="description">A snake game in less than 400 characters of HTML & JavaScript.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Tiny-Snake"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/unicode/" style="view-transition-name: unicode-body;">
<img src="https://upload.wikimedia.org/wikipedia/commons/0/09/New_Unicode_logo.svg" alt="icon of Unicode Characters">
<h3 class="title">Unicode Characters</h3>
<p class="description">A simple overview of all Unicode characters.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Unicode-Characters"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/3d-css-calculator/" style="view-transition-name: 3d-css-calculator-body;">
<img src="https://benjaminaster.com/3d-css-calculator/assets/icon-dark.svg" alt="icon of 3D Binary CSS Calculator">
<h3 class="title">3D Binary CSS Calculator</h3>
<p class="description">A 3D binary calculator that works completely without JavaScript.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/3D-CSS-Calculator"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/memorize-pi-digits/" style="view-transition-name: memorize-pi-digits-body;">
<img src="https://benjaminaster.com/memorize-pi-digits/icon.svg" alt="icon of Memorize Pi Digits">
<h3 class="title">Memorize Pi Digits</h3>
<p class="description">A tool that helps you memorize the digits of pi.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Memorize-Pi-Digits"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/browser/" style="view-transition-name: browser-body;">
<img src="https://benjaminaster.com/browser/icon.svg" alt="icon of Browser Version">
<h3 class="title">Browser Version</h3>
<p class="description">A website that shows you the current version of your browser.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Browser-Version"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="https://ars.electronica.art/keplersgardens/en/robdiloclock/">
<img src="https://ars.electronica.art/prix/files/2021/08/robdiloclock.jpg" alt="icon of Robdilo'clock">
<h3 class="title">Robdilo'clock</h3>
<p class="description">A robot that grasps individual segments and positions them in such a way that they display the time in digital numerals.</p>
</a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/html-entities/" style="view-transition-name: html-entities-body;">
<img src="https://benjaminaster.com/html-entities/icon.svg" alt="icon of HTML entities">
<h3 class="title">HTML entities</h3>
<p class="description">A list of all HTML entities.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/HTML-Entities"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/copy-quizlet/" style="view-transition-name: copy-quizlet-body;">
<img src="https://benjaminaster.com/media/Copy%20Quizlet%20Learnset%20Logo%207.png" alt="icon of Quizlet Learnset Copier">
<h3 class="title">Quizlet Learnset Copier</h3>
<p class="description">A tool that helps you import, edit and export vocabulary from and to Quizlet and Anki.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Copy-Quizlet"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/yt-ad-to-link/" style="view-transition-name: yt-ad-to-link-body;">
<img src="https://benjaminaster.com/media/youtube-link-7.png" alt="icon of YouTube ad to video link">
<h3 class="title">YouTube ad to video link</h3>
<p class="description">A tool that helps me collect unlisted YouTube ad videos.</p>
</a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/2048/" style="view-transition-name: 2048-body;">
<img src="https://benjaminaster.com/2048/icon.svg" alt="icon of 2048">
<h3 class="title">2048</h3>
<p class="description">The 2048 game.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/2048"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/game-of-life/" style="view-transition-name: game-of-life-body;">
<img src="https://benjaminaster.com/game-of-life/assets/icon-dark.svg" alt="icon of Conway's Game of Life">
<h3 class="title">Conway's Game of Life</h3>
<p class="description">Conway's Game of Life.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Game-Of-Life"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="https://ars.electronica.art/outofthebox/en/plottegoino/">
<img src="https://ars.electronica.art/outofthebox/files/2019/08/plotter@benjaminaster.jpg" alt="icon of Plottegoino">
<h3 class="title">Plottegoino</h3>
<p class="description">An Arduino-controlled Lego plotter that can print any desired letters.</p>
</a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/mandelbrot/" style="view-transition-name: mandelbrot-body;">
<img src="https://benjaminaster.com/mandelbrot/icon.png" alt="icon of Mandelbrot Viewer">
<h3 class="title">Mandelbrot Viewer</h3>
<p class="description">A simple mandelbrot viewer.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Mandelbrot"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/translate/" style="view-transition-name: translate-body;">
<img src="https://benjaminaster.com/translate/_/icon.svg" alt="icon of Translate">
<h3 class="title">Translate</h3>
<p class="description">A translation website based on LibreTranslate.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Translate"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/tetris/" style="view-transition-name: tetris-body;">
<img src="https://benjaminaster.com/tetris/icon.svg" alt="icon of Tetris">
<h3 class="title">Tetris</h3>
<p class="description">The tetris game.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Tetris"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/domino-builder/" style="view-transition-name: domino-builder-body;">
<img src="https://benjaminaster.com/domino-builder/icon.svg" alt="icon of Domino builder">
<h3 class="title">Domino builder</h3>
<p class="description">A tool that you can use to build 3D domino structures.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Domino-Builder"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/pascal-triangle/" style="view-transition-name: pascal-triangle-body;">
<img src="https://benjaminaster.com/pascal-triangle/icon.svg" alt="icon of Pascal triangle visualization">
<h3 class="title">Pascal triangle visualization</h3>
<p class="description">A tool that lets you explore the pascal triangle with all the numbers modulo a value.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Pascal-Triangle-Visualization"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/take-away-triangles/" style="view-transition-name: take-away-triangles-body;">
<img src="https://benjaminaster.com/take-away-triangles/assets/icon-dark.svg" alt="icon of MPMP 9: Take away triangles">
<h3 class="title">MPMP 9: Take away triangles</h3>
<p class="description">A visualization of triangles I created for Matt Parker's Math Pluzzle #9: Take-away triangles.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Take-Away-Triangles"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/anaglyph-cube/" style="view-transition-name: anaglyph-cube-body;">
<img src="https://benjaminaster.com/anaglyph-cube/assets/icon-dark.svg" alt="icon of Red-Cyan-3D Cube">
<h3 class="title">Red-Cyan-3D Cube</h3>
<p class="description">A red-cyan anaglyph spinning cube.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Red-Cyan-3D-Cube"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/self-loading-html/" style="view-transition-name: self-loading-html-body;">
<img src="https://benjaminaster.com/self-loading-html/assets/icon-dark.svg" alt="icon of Self-loading HTML">
<h3 class="title">Self-loading HTML</h3>
<p class="description">An HTML file that is also its own CSS and JavaScript.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Self-Loading-HTML"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/unblock-me/" style="view-transition-name: unblock-me-body;">
<img src="https://benjaminaster.com/unblock-me/assets/icon-dark.svg" alt="icon of Unblock Me">
<h3 class="title">Unblock Me</h3>
<p class="description">The Unblock Me game. A puzzle game where you unblock a red block by sliding the other blocks out of its way.</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/Unblock-Me"></a>
</div>
</li><li>
<div class="container awesome">
<a class="project-link" href="/youtube-thumbnail/" style="view-transition-name: youtube-thumbnail-body;">
<img src="https://benjaminaster.com/youtube-thumbnail/_/logo.png" alt="icon of YouTube Thumbnail Generator">
<h3 class="title">YouTube Thumbnail Generator</h3>
<p class="description">Get the thumbnail of a YouTube video</p>
</a>
<a class="repository" title="View on GitHub" href="https://github.com/BenjaminAster/YouTube-Thumbnail-Generator"></a>
</div>
</li></ul>
</section>
</main>
</body></html>