Portfolio website https://tibo.depeuter.dev
Find a file
2025-11-11 20:54:18 +01:00
assets feat: Add/tweak icons 2025-11-11 18:24:41 +01:00
i18n feat: Landing & CV overhaul 2025-11-11 18:34:48 +01:00
pages feat: Improved data obfuscation 2025-11-11 20:23:56 +01:00
src feat: Improved data obfuscation 2025-11-11 20:23:56 +01:00
.gitignore Add npm package 2023-07-30 15:28:05 +02:00
flake.lock Add Nix flake 2023-07-30 15:25:00 +02:00
flake.nix feat: Add PGP key 2024-03-22 16:39:26 +01:00
index.html chore: Sync footer 2025-11-11 18:38:35 +01:00
key.asc chore: Update key.asc 2025-03-21 20:21:59 +01:00
package-lock.json Add npm package 2023-07-30 15:28:05 +02:00
package.json Add npm package 2023-07-30 15:28:05 +02:00
README.md feat: Proper README 2025-11-11 20:53:06 +01:00
script.js chore: Remove own debugLog 2025-11-11 18:29:33 +01:00
style.css fix: Footer always bottom 2025-11-11 20:37:09 +01:00
tdpeuter.ttl Attempt at linked data 2 2023-07-30 17:54:32 +02:00

tdpeuter

Netlify Status

My personal website.

The idea is to build an accessible, responsive and usable (!) website using only Vanilla HTML, CSS and JavaScript, without any frameworks or libraries.

Currently, this is done by providing sane static defaults in the HTML, and enhancing the experience (i18n, reusable components) using JavaScript.

In the future, I would like to convert this to a static site generator, to be compatible with even the most simple browsers (e.g. CLI browsers).

Development

To start a local development server with live reloading, run:

npx live-server --port=3000 --open=./index.html

Or npm run start

Webstorm

If you are using Webstorm, then installing the easy-i18n plugin can make editing translation files easier.