This commit is contained in:
Daniel Kluge 2022-10-19 11:09:22 +02:00
parent 6e08f33d7a
commit 6f573e728a

View File

@ -13,11 +13,11 @@ const AboutMe: NextPage = () => {
return <Layout> return <Layout>
<h1>This is me.</h1> <h1>This is me.</h1>
<p className={styles.preText}> <p className={styles.preText}>
Hi! My name is <strong>Daniel</strong> and I'm an automation engineer from Germany. Hi! My name is <strong>Daniel</strong> and I&apos;m an automation engineer from Germany.
</p> </p>
<p> <p>
I'm currently studying <strong>Information Systems Engineering</strong> at the <strong>TU Dresden</strong><br/> I&apos;m currently studying <strong>Information Systems Engineering</strong> at the <strong>TU Dresden</strong><br/>
Currently I'm {age} years old. Currently I&apos;m {age} years old.
</p> </p>
</Layout>; </Layout>;