Added Certs TDB: Test out design of CV in A4 FormatTBD: Build rest of pageTBD: Move data to JSON and fetch on pageTBD: Make German Data Available

This commit is contained in:
herz 2023-01-21 20:11:48 +01:00
parent 7ec86364bf
commit 1fd4d34c13
1 changed files with 93 additions and 16 deletions

View File

@ -3,17 +3,17 @@ import Layout from '../layouts/Layout.astro';
---
<Layout title="Philipp Glaser">
<main
class="w-full"
class="w-full min-h-screen"
>
<div
class="flex flex-row p-6 align-middle w-full bg-[#6272a4]"
class="flex flex-row justify-between align-middle w-full bg-[#6272a4]"
>
<img
src="https://media.licdn.com/dms/image/C4E03AQEYkkByyX4vvg/profile-displayphoto-shrink_800_800/0/1660129900962?e=1678320000&v=beta&t=Q7_EoGUJe5roAADsOOHzJIf7GwFZZKch4k4vPqXSUkg"
class=" w-32 rounded-[50%]"
class=" w-1/5 rounded-[50%] ml-3 mt-3"
/>
<div
class="flex flex-col w-full self-center pl-6"
class="flex flex-col w-3/4 self-center "
>
<h1
class=" text-2xl text-[#f8f8f2]"
@ -31,13 +31,12 @@ import Layout from '../layouts/Layout.astro';
@ TWL-KOM GmbH - since 01/2020
</p>
</div>
</div>
<div
class="flex flex-row w-full "
>
<div
class="w-1/4 bg-[#6272a4] min-h-screen p-3"
class="w-1/4 bg-[#6272a4] p-3"
>
<h2
class="text-2xl text-[#f8f8f2]"
@ -71,7 +70,7 @@ import Layout from '../layouts/Layout.astro';
<li>Juniper JunOS</li>
<li>Cisco</li>
<li>Ciena SAOS10</li>
<li>Mkrotik RouterOS</li>
<li>Mikrotik RouterOS</li>
<li>IPv4</li>
<li>IPv6</li>
@ -79,14 +78,23 @@ import Layout from '../layouts/Layout.astro';
<h2
class="text-2xl text-[#f8f8f2] mt-4"
>
Certifications
Languages
</h2>
<ul
class="text-[#f8f8f2]"
>
<li>Cisco CCNA</li>
<li>Juniper JNCIA</li>
<li>Mikrotik MTCNA</li>
<li>German</li>
<li
class="ml-2 italic"
>
Native
</li>
<li>English</li>
<li
class="ml-2 italic"
>
Fluent
</li>
</ul>
</div>
<div
@ -121,12 +129,12 @@ import Layout from '../layouts/Layout.astro';
<ul
class="text-sm list-item"
>
<li>▶Desing and implementation of a new MPLS-SR based WAN-Backbone</li>
<li>▶Desing and implementation of a new BNG platform</li>
<li>▶Design and implementation of a new MPLS-SR based WAN-Backbone</li>
<li>▶Design and implementation of a new BNG platform</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>▶Building apps to simply the deployment of new services and devices</li>
<li>▶Building apps to simplify the deployment of new services and devices</li>
</ul>
</div>
</div>
@ -154,7 +162,7 @@ import Layout from '../layouts/Layout.astro';
<ul
class="text-sm list-item"
>
<li>▶Troubleshoot and solve issues in campus Networks</li>
<li>▶Troubleshoot and solve issues in campus networks</li>
<li>▶Change and replace devices according to the lifecycle</li>
</ul>
</div>
@ -258,6 +266,75 @@ import Layout from '../layouts/Layout.astro';
Justus von Liebig Realschule Maxdorf
</h3>
</div>
</div>
<h2
class="text-2xl mb-2"
>
Certifications
</h2>
<div
class="flex flex-row w-full justify-between mb-4"
>
<div
class="w-1/4 "
>
<p> 11/2022 - 11/2025</p>
</div>
<div
class="w-3/4 pl-4"
>
<h4>
Juniper: JNCIA - JunOS
</h4>
</div>
</div>
<div
class="flex flex-row w-full justify-between mb-4"
>
<div
class="w-1/4 "
>
<p> 09/2022 - 09/2025</p>
</div>
<div
class="w-3/4 pl-4"
>
<h4>
Cisco: CCNA
</h4>
</div>
</div>
<div
class="flex flex-row w-full justify-between mb-4"
>
<div
class="w-1/4 "
>
<p> 07/2020 - 07/2023</p>
</div>
<div
class="w-3/4 pl-4"
>
<h4>
Mikrotik: MTCNA
</h4>
</div>
</div>
<div
class="flex flex-row w-full justify-between"
>
<div
class="w-1/4 "
>
<p> 03/2019 - 09/2022</p>
</div>
<div
class="w-3/4 pl-4"
>
<h4>
Cisco: CCNA Routing and Switching
</h4>
</div>
</div>
</div>
</div>