Lots of technical improvements
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user