summaryrefslogtreecommitdiff
path: root/src/components/sections/AboutMe.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/sections/AboutMe.astro')
-rw-r--r--src/components/sections/AboutMe.astro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/sections/AboutMe.astro b/src/components/sections/AboutMe.astro
new file mode 100644
index 0000000..234bee2
--- /dev/null
+++ b/src/components/sections/AboutMe.astro
@@ -0,0 +1,11 @@
+---
+
+---
+
+<div>
+ <h2 class="underline underline-offset-3 mb-2">Über mich</h2>
+ <p>
+ Ich bin Leo, 18 Jahre alt und programmiere gerne in Javascript/Typescript.
+ Meine Hobbys sind Schach spielen, Lesen und Chalistenics
+ </p>
+</div>