feat: add meta descriptions to pages

This commit is contained in:
Bart van der Braak 2023-07-31 02:03:27 +02:00
parent 02d5ec5e44
commit f487b876f9
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
<svelte:head>
<title>hellob.art &mdash; home</title>
<meta name="description" content="Meet Bart, a passionate DevOps engineer from Zaandam, Netherlands. With expertise in Azure, Kubernetes, and automation, he loves solving challenges through code. Discover his journey, interests in cats and whiskey, and how to connect with him for exciting collaborations.">
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">

View file

@ -49,6 +49,7 @@
<svelte:head>
<title>hellob.art &mdash; projects</title>
<meta name="description" content="Explore a diverse collection of web applications and virtual tours in the portfolio of a passionate DevOps engineer. Discover innovative projects in React, Golang, Next.js, and more.">
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">

View file

@ -11,6 +11,7 @@
<svelte:head>
<title>hellob.art &mdash; tools</title>
<meta name="description" content="Explore essential DevOps tools like Kubernetes, Terraform, Warp, and version control platforms GitHub, Azure DevOps, and GitLab.">
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">