From af1b1b00de1bd6aef8c3af43e4ade69fd0325c63 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Thu, 18 Nov 2021 05:59:10 +0000
Subject: [PATCH] update about text

---
 public/about.html | 3 +--
 public/index.html | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/public/about.html b/public/about.html
index f7f586a..072ed2e 100644
--- a/public/about.html
+++ b/public/about.html
@@ -9,8 +9,7 @@
 <body>
 <jl-header data-title="Ãœber mich"></jl-header>
 <div id="content">
-    <p>Hallo, mein Name ist Jonas Leder. Ich bin aktuell dualer Student an der <a href="https://www.mannheim.dhbw.de/">DHBW
-        Mannheim</a> und in den Praxisfasen bei der <a href="https://www.jobrouter.com/de/">JobRouter AG</a>. In meiner
+    <p>Hallo, mein Name ist Jonas Leder. Ich bin aktuell Auszubildender bei der <a href="https://www.jobrouter.com/de/">JobRouter AG</a> in Fachrichtung Fachinformatiker für Anwendungsentwicklung. In meiner
         Freizeit beschäftige ich mich viel mit Computern und der Softwareprogrammierung. Dabei verwende ich häufig
         folgende Programmiersprachen:</p>
     <ul>
diff --git a/public/index.html b/public/index.html
index 4b4bf8b..a3cd9c2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,8 +13,7 @@
     <div class="center">
         <img data-noPreview="true" id="homeImage" src="/API/getFile.php?filename=img/bildHome.webp">
         <h2>&Uuml;ber mich</h2>
-        <p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Student an der Dualen Hochschule
-            Baden-Württemberg in Mannheim Fachrichtung Angewandte Informatik.</p>
+        <p class="left block">Hallo, mein Name ist Jonas Leder. ICh bin aktuell Auszubildender in Fachrichtung Fachinformatiker für Anwendungsentwicklung.</p>
         <p><a href="about.html">
             <button>Mehr</button>
         </a></p>
-- 
GitLab