Skip to content

Commit

Permalink
Add description to index
Browse files Browse the repository at this point in the history
  • Loading branch information
vascYT committed Aug 15, 2023
1 parent b810a97 commit b3f68a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import Age from "../components/Age";
import Technologies from "../components/Technologies";
---

<Layout title="Hey, I'm vasc">
<Layout
title="Hey, I'm vasc"
description="A software engineer from Vienna, Austria."
>
<div class="mt-6">
<div class="sm:flex sm:items-center sm:space-x-5">
<img
Expand Down Expand Up @@ -43,7 +46,7 @@ import Technologies from "../components/Technologies";
</p>
</div>

<div class="mt-5 mb-5 text-base leading-relaxed">
<div class="mb-5 mt-5 text-base leading-relaxed">
<h1 class="text-3xl font-bold">What I Use 🧑‍💻</h1>
<p class="mt-2 text-gray-300">
There are a lot of different technologies that allow me to realize my
Expand All @@ -53,7 +56,7 @@ import Technologies from "../components/Technologies";
<Technologies client:load />
</div>

<div class="mt-5 mb-5">
<div class="mb-5 mt-5">
<h1 class="text-3xl font-bold">What I Built 🔨</h1>
<p class="mt-2 text-gray-300">
I built a lot of things, most of them private. If you want to see all my
Expand Down

0 comments on commit b3f68a4

Please sign in to comment.