added some data to ausbildung. TBD: Add padding between date´and jobs TBD: Add padding between jobs
This commit is contained in:
parent
ac9006d87a
commit
2ec32afde5
|
|
@ -37,7 +37,7 @@ import Layout from '../layouts/Layout.astro';
|
||||||
class="flex flex-row w-full "
|
class="flex flex-row w-full "
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="w-1/4 bg-[#6272a4] h-screen p-3"
|
class="w-1/4 bg-[#6272a4] min-h-screen p-3"
|
||||||
>
|
>
|
||||||
<h2
|
<h2
|
||||||
class="text-2xl text-[#f8f8f2]"
|
class="text-2xl text-[#f8f8f2]"
|
||||||
|
|
@ -98,7 +98,7 @@ import Layout from '../layouts/Layout.astro';
|
||||||
Experience
|
Experience
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="flex flex-row w-full justify-between"
|
class="flex flex-row w-full justify-between pb-2"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="w-1/4 "
|
class="w-1/4 "
|
||||||
|
|
@ -125,13 +125,13 @@ import Layout from '../layouts/Layout.astro';
|
||||||
<li>▶️Desing and implementation of a new BNG platform</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 L2/3 infrastructure</li>
|
||||||
<li>▶️Implementing Netbox as a Network Source of Truth</li>
|
<li>▶️Implementing Netbox as a Network Source of Truth</li>
|
||||||
<li>▶️Automation Functions with Python and ansible</li>
|
<li>▶️Automation with Python and ansible</li>
|
||||||
<li>▶️Build applications to simply the deployment of new services and devices</li>
|
<li>▶️Build applications to simply the deployment of new services and devices</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="flex flex-row w-full justify-between"
|
class="flex flex-row w-full justify-between pb-2"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="w-1/4 "
|
class="w-1/4 "
|
||||||
|
|
@ -160,7 +160,7 @@ import Layout from '../layouts/Layout.astro';
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="flex flex-row w-full justify-between"
|
class="flex flex-row w-full justify-between pb-2"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="w-1/4 "
|
class="w-1/4 "
|
||||||
|
|
@ -183,8 +183,10 @@ import Layout from '../layouts/Layout.astro';
|
||||||
<ul
|
<ul
|
||||||
class="text-sm list-item"
|
class="text-sm list-item"
|
||||||
>
|
>
|
||||||
<li>▶️Troubleshoot and solve issues in campus Networks</li>
|
<li>▶️L1, L2 and L3 support</li>
|
||||||
<li>▶️Change and replace devices according to the lifecycle</li>
|
<li>▶️Working in a datacenter enviroment</li>
|
||||||
|
<li>▶️Basic development in c++ and java</li>
|
||||||
|
<li>▶️Basic electrical engineering</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue