Skip to content

Commit

Permalink
cleanup broken cv tree
Browse files Browse the repository at this point in the history
  • Loading branch information
JeuJeus committed Nov 24, 2023
1 parent 6ef5cf3 commit 79baf85
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
31 changes: 21 additions & 10 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ <h1 class="hack-font text-green text-black-shadow text-center">Passion</h1>
additional hardware.
As exemplary with a macro keyboard, I used this project to familiarize myself with arduinos
during university, utilizing my 3d printer and soldering iron.<br>
Following this project, I explored the creation of my own complete <a class="link-light" href="#projects">keyboard from scratch</a>.<br>
Following this project, I explored the creation of my own complete <a class="link-light"
href="#projects">keyboard from
scratch</a>.<br>
Or that time when I didn't want to wait several weeks for delivery and went into a deep rabbit hole
- consisting of github code snippets and soldering on the board of a zigbee controller - just to
flash an alternative firmware.
Expand Down Expand Up @@ -673,17 +675,28 @@ <h1 class="hack-font text-green text-black-shadow text-center">Curriculum Vitae<
<div class="bullet" id="timeline-bullet-after-master"></div>
<p class="mb-5 ms-0 ms-md-2 mt-md-3"></p>
</li>
<li>
<div class="bullet branch-first-job" id="timeline-bullet-kb-ciso"></div>
<div class="d-flex flex-column-reverse flex-md-row justify-content-between flex-nowrap align-items-start align-items-md-center align-content-center">
<div class="timeline-event hack-font fw-bold text-orange ms-0 ms-md-2">CISO
</div>
<span class="fw-bold timeline-time hack-font text-black background-peach text-nowrap px-1 rounded-1 mb-1 mb-md-0">(ongoing) October 2023</span>
</div>
<p class="mb-5 ms-0 ms-md-2 mt-md-3">Got promoted from Software Engineer to CISO (Chief
Information Security Officer) at 'klose brothers' (Bielefeld).</p>
</li>
<li>
<div class="bullet branch-study" id="timeline-bullet-master"></div>
<div class="d-flex flex-column-reverse flex-md-row justify-content-between flex-nowrap align-items-start align-items-md-center align-content-center">
<div class="timeline-event hack-font fw-bold text-orange ms-0 ms-md-2">Master's of
Engineering degree in
IT-Security and Forensics
Cyber Security and Digital Forensics
</div>
<span class="fw-bold timeline-time hack-font text-black background-peach text-nowrap px-1 rounded-1 mb-1 mb-md-0">September 2023</span>
</div>
<p class="mb-5 ms-0 ms-md-2 mt-md-3">
Graduation in the course of IT-Security and Forensics (IT-Sicherheit und Forensik M.Eng) at
Graduation in the course of Cyber Security and Digital Forensics (IT-Sicherheit und Forensik
M.Eng) at
Wismar University of Applied Sciences.</p>
</li>
<li>
Expand Down Expand Up @@ -712,22 +725,20 @@ <h1 class="hack-font text-green text-black-shadow text-center">Curriculum Vitae<
<li>
<div class="bullet branch-study" id="timeline-bullet-wismar"></div>
<div class="d-flex flex-column-reverse flex-md-row justify-content-between flex-nowrap align-items-start align-items-md-center align-content-center">
<div class="timeline-event hack-font fw-bold text-orange ms-0 ms-md-2">Study of
IT-Security and
Forensics
<div class="timeline-event hack-font fw-bold text-orange ms-0 ms-md-2">Study of Cyber
Security and Digital Forensics
</div>
<span class="fw-bold timeline-time hack-font text-black background-peach text-nowrap px-1 rounded-1 mb-1 mb-md-0">September 2021</span>
</div>
<p class="mb-5 ms-0 ms-md-2 mt-md-3">Started my studies of IT-Security and Forensics
(IT-Security
<p class="mb-5 ms-0 ms-md-2 mt-md-3">Started my studies of Cyber Security and Digital Forensics
(IT-Sicherheit
und
Forensik M.Eng.) at the
Wismar University of Applied Sciences.</p>
</li>
<li>
<div class="bullet" id="timeline-bullet-after-bachelor"></div>
<div class="d-flex flex-column-reverse flex-md-row justify-content-between flex-nowrap align-items-start align-items-md-center align-content-center">
<p class="mb-5 ms-0 ms-md-2 mt-md-3"></p>
<p class="mb-5 ms-0 ms-md-2 mt-md-3"></p>
</li>
<li>
<div class="bullet branch-study" id="timeline-bullet-bachelor"></div>
Expand Down
8 changes: 5 additions & 3 deletions static/src/js/tweaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ const connectedCVBulletPoints = [
{from: 'timeline-bullet-bachelor', to: 'timeline-bullet-after-bachelor', color: 'branch-study'},
{from: 'timeline-bullet-after-bachelor', to: 'timeline-bullet-wismar', color: 'branch-study'},
{from: 'timeline-bullet-after-bachelor', to: 'timeline-bullet-before-dozent'},
{from: 'timeline-bullet-before-dozent', to: 'timeline-bullet-currently'},
{from: 'timeline-bullet-before-dozent', to: 'timeline-bullet-after-dozent'},
{from: 'timeline-bullet-before-dozent', to: 'timeline-bullet-fhdw-dozent', color: 'branch-second-job'},
{from: 'timeline-bullet-fhdw-dozent', to: 'timeline-bullet-after-dozent', color: 'branch-second-job'},
{from: 'timeline-bullet-after-dozent', to: 'timeline-bullet-after-master'},
{from: 'timeline-bullet-wismar', to: 'timeline-bullet-master', color: 'branch-study'},
{from: 'timeline-bullet-master', to: 'timeline-bullet-after-master', color: 'branch-study'},
{from: 'timeline-bullet-after-master', to: 'timeline-bullet-currently'},
{from: 'timeline-bullet-kb', to: 'timeline-bullet-kb-ciso', color: 'branch-first-job'},
{from: 'timeline-bullet-kb-ciso', to: 'timeline-bullet-first-job-currently', color: 'branch-first-job'},
{from: 'timeline-bullet-before-dozent', to: 'timeline-bullet-fhdw-dozent', color: 'branch-second-job'},
{from: 'timeline-bullet-fhdw-dozent', to: 'timeline-bullet-after-dozent', color: 'branch-second-job'},
];

const connectTwoBulletPointsWithLine = (timeline, startPoint, endPoint, color) => {
Expand Down

0 comments on commit 79baf85

Please sign in to comment.