'
This commit is contained in:
parent
6e08f33d7a
commit
6f573e728a
@ -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'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'm currently studying <strong>Information Systems Engineering</strong> at the <strong>TU Dresden</strong><br/>
|
||||||
Currently I'm {age} years old.
|
Currently I'm {age} years old.
|
||||||
</p>
|
</p>
|
||||||
</Layout>;
|
</Layout>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user