Lots of technical improvements
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 41s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
Andreas Dahm
2026-06-02 15:48:31 +02:00
parent 102cdfcb52
commit a26443af8f
26 changed files with 1864 additions and 430 deletions

View File

@@ -2,9 +2,30 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Andreas Dahm - Playground</title>
<title>Andreas Dahm Playground</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Portfolio and interactive playground of Andreas Dahm, senior software developer: algorithm visualizations, GPU simulations and personal projects.">
<meta name="author" content="Andreas Dahm">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#313131">
<link rel="canonical" href="https://andreas-dahm.eu/">
<link rel="manifest" href="manifest.webmanifest">
<link rel="apple-touch-icon" href="assets/icons/app-icon.svg">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Andreas Dahm Playground">
<meta property="og:title" content="Andreas Dahm Playground">
<meta property="og:description" content="Portfolio and interactive playground of Andreas Dahm, senior software developer: algorithm visualizations, GPU simulations and personal projects.">
<meta property="og:url" content="https://andreas-dahm.eu/">
<meta property="og:image" content="https://andreas-dahm.eu/assets/me.webp">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Andreas Dahm Playground">
<meta name="twitter:description" content="Portfolio and interactive playground of Andreas Dahm, senior software developer: algorithm visualizations, GPU simulations and personal projects.">
<meta name="twitter:image" content="https://andreas-dahm.eu/assets/me.webp">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">