added education and FSJ TBD: Header SpacingTBD: Languages
This commit is contained in:
parent
2ec32afde5
commit
7ec86364bf
|
|
@ -98,15 +98,15 @@ import Layout from '../layouts/Layout.astro';
|
|||
Experience
|
||||
</h2>
|
||||
<div
|
||||
class="flex flex-row w-full justify-between pb-2"
|
||||
class="flex flex-row w-full justify-between mb-4"
|
||||
>
|
||||
<div
|
||||
class="w-1/4 "
|
||||
class="w-1/4"
|
||||
>
|
||||
<p> 01/2020 - present</p>
|
||||
</div>
|
||||
<div
|
||||
class="w-3/4"
|
||||
class="w-3/4 pl-4"
|
||||
>
|
||||
<h3
|
||||
class="text-lg"
|
||||
|
|
@ -123,23 +123,23 @@ import Layout from '../layouts/Layout.astro';
|
|||
>
|
||||
<li>▶️Desing and implementation of a new MPLS-SR based WAN-Backbone</li>
|
||||
<li>▶️Desing and implementation of a new BNG platform</li>
|
||||
<li>▶️Managing, optimizing and troubleshooting the WAN L2/3 infrastructure</li>
|
||||
<li>▶️Managing, optimizing and troubleshooting the WAN infrastructure</li>
|
||||
<li>▶️Implementing Netbox as a Network Source of Truth</li>
|
||||
<li>▶️Automation with Python and ansible</li>
|
||||
<li>▶️Build applications to simply the deployment of new services and devices</li>
|
||||
<li>▶️Building apps to simply the deployment of new services and devices</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="flex flex-row w-full justify-between pb-2"
|
||||
class="flex flex-row w-full justify-between mb-4"
|
||||
>
|
||||
<div
|
||||
class="w-1/4 "
|
||||
>
|
||||
<p> 05/2019 - 12/2020</p>
|
||||
<p> 05/2019 - 12/2019</p>
|
||||
</div>
|
||||
<div
|
||||
class="w-3/4"
|
||||
class="w-3/4 pl-4"
|
||||
>
|
||||
<h3
|
||||
class="text-lg"
|
||||
|
|
@ -160,7 +160,7 @@ import Layout from '../layouts/Layout.astro';
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="flex flex-row w-full justify-between pb-2"
|
||||
class="flex flex-row w-full justify-between mb-4"
|
||||
>
|
||||
<div
|
||||
class="w-1/4 "
|
||||
|
|
@ -168,7 +168,7 @@ import Layout from '../layouts/Layout.astro';
|
|||
<p> 08/2016 - 05/2019</p>
|
||||
</div>
|
||||
<div
|
||||
class="w-3/4"
|
||||
class="w-3/4 pl-4"
|
||||
>
|
||||
<h3
|
||||
class="text-lg"
|
||||
|
|
@ -189,6 +189,75 @@ import Layout from '../layouts/Layout.astro';
|
|||
<li>▶️Basic electrical engineering</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="flex flex-row w-full justify-between mb-4"
|
||||
>
|
||||
<div
|
||||
class="w-1/4 "
|
||||
>
|
||||
<p> 08/2015 - 07/2016</p>
|
||||
</div>
|
||||
<div
|
||||
class="w-3/4 pl-4"
|
||||
>
|
||||
<h3
|
||||
class="text-lg"
|
||||
>
|
||||
Diakonie Speyer
|
||||
</h3>
|
||||
<h4
|
||||
class=""
|
||||
>
|
||||
Freiwilliges Soziales Jahr
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
<h2
|
||||
class="text-2xl mb-2"
|
||||
>
|
||||
Education
|
||||
</h2>
|
||||
<div
|
||||
class="flex flex-row w-full justify-between mb-4"
|
||||
>
|
||||
<div
|
||||
class="w-1/4 "
|
||||
>
|
||||
<p> 08/2016 - 05/2019</p>
|
||||
</div>
|
||||
<div
|
||||
class="w-3/4 pl-4"
|
||||
>
|
||||
<h3
|
||||
class="text-lg"
|
||||
>
|
||||
Berufsbildende Schule Technik 1 Ludwigshafen
|
||||
</h3>
|
||||
<h4
|
||||
class=""
|
||||
>
|
||||
Vocational Training as IT specialist for system integration
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="flex flex-row w-full justify-between mb-4"
|
||||
>
|
||||
<div
|
||||
class="w-1/4 "
|
||||
>
|
||||
<p> 2009 - 06/2015</p>
|
||||
</div>
|
||||
<div
|
||||
class="w-3/4 pl-4"
|
||||
>
|
||||
<h3
|
||||
class="text-lg"
|
||||
>
|
||||
Justus von Liebig Realschule Maxdorf
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue