added some data to ausbildung. TBD: Add padding between date´and jobs TBD: Add padding between jobs

This commit is contained in:
herz 2023-01-19 20:26:07 +01:00
parent ac9006d87a
commit 2ec32afde5
1 changed files with 10 additions and 8 deletions

View File

@ -37,7 +37,7 @@ import Layout from '../layouts/Layout.astro';
class="flex flex-row w-full "
>
<div
class="w-1/4 bg-[#6272a4] h-screen p-3"
class="w-1/4 bg-[#6272a4] min-h-screen p-3"
>
<h2
class="text-2xl text-[#f8f8f2]"
@ -98,7 +98,7 @@ import Layout from '../layouts/Layout.astro';
Experience
</h2>
<div
class="flex flex-row w-full justify-between"
class="flex flex-row w-full justify-between pb-2"
>
<div
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>▶Managing, optimizing and troubleshooting the WAN L2/3 infrastructure</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>
</ul>
</div>
</div>
<div
class="flex flex-row w-full justify-between"
class="flex flex-row w-full justify-between pb-2"
>
<div
class="w-1/4 "
@ -160,7 +160,7 @@ import Layout from '../layouts/Layout.astro';
</div>
</div>
<div
class="flex flex-row w-full justify-between"
class="flex flex-row w-full justify-between pb-2"
>
<div
class="w-1/4 "
@ -183,12 +183,14 @@ import Layout from '../layouts/Layout.astro';
<ul
class="text-sm list-item"
>
<li>▶Troubleshoot and solve issues in campus Networks</li>
<li>▶Change and replace devices according to the lifecycle</li>
<li>▶L1, L2 and L3 support</li>
<li>▶Working in a datacenter enviroment</li>
<li>▶Basic development in c++ and java</li>
<li>▶Basic electrical engineering</li>
</ul>
</div>
</div>
</div>
</div>
</main>
</Layout>
</Layout>