Skip to content

Commit 32c5f55

Browse files
DutchSailorclaude
andcommitted
Add Three.js, PDF.js and Tauri logos to credits page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb638c7 commit 32c5f55

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

credits/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,15 +577,18 @@ <h4>Ubuntu</h4>
577577
<h4>Git</h4>
578578
<p>Versiebeheer voor de wereld. Samenwerken aan code op globale schaal.</p>
579579
</div>
580-
<div class="project-card">
580+
<div class="project-card" style="text-align:center;">
581+
<img src="https://threejs.org/files/favicon.ico" alt="Three.js" style="height: 80px; width: auto; margin-bottom: 12px;">
581582
<h4>Three.js</h4>
582583
<p>3D graphics op het web. De basis voor interactieve 3D-ervaringen in de browser.</p>
583584
</div>
584-
<div class="project-card">
585+
<div class="project-card" style="text-align:center;">
586+
<img src="https://mozilla.github.io/pdf.js/images/logo.svg" alt="PDF.js" style="height: 80px; width: auto; margin-bottom: 12px;">
585587
<h4>PDF.js</h4>
586588
<p>PDF rendering in de browser. Open source alternatief voor proprietary PDF-viewers.</p>
587589
</div>
588-
<div class="project-card">
590+
<div class="project-card" style="text-align:center;">
591+
<img src="https://tauri.app/img/Tauri.svg" alt="Tauri" style="height: 80px; width: auto; margin-bottom: 12px;">
589592
<h4>Tauri</h4>
590593
<p>Lichtgewicht desktop apps. Webtech met native performance en kleine bundles.</p>
591594
</div>

0 commit comments

Comments
 (0)