mirror of
https://codeberg.org/mclemens/resume.git
synced 2024-11-16 15:06:21 -05:00
fixed loading of external fonts
added fontawesome icons content changes
This commit is contained in:
parent
90db742761
commit
7dacc41904
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
.item-info {
|
.item-info {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.job-title {
|
.job-title {
|
||||||
|
@ -85,7 +85,7 @@ params:
|
|||||||
show: true
|
show: true
|
||||||
credits: false
|
credits: false
|
||||||
footnote: >-
|
footnote: >-
|
||||||
You can print this resume in A4 size or save as pdf. | Last update on 2022-02-01.
|
You can print this resume in A4 size or save as pdf. | Last update on 2022-02-03.
|
||||||
links:
|
links:
|
||||||
#- prefix: Contact me on
|
#- prefix: Contact me on
|
||||||
# title: Linkedin
|
# title: Linkedin
|
||||||
@ -98,4 +98,3 @@ params:
|
|||||||
- prefix:
|
- prefix:
|
||||||
title: Impress
|
title: Impress
|
||||||
url: 'https://qrz.is/impressum'
|
url: 'https://qrz.is/impressum'
|
||||||
icon: fas fa-globe
|
|
||||||
|
@ -1,49 +1,48 @@
|
|||||||
- company: Schwarz IT KG, Neckarsulm
|
- company: Schwarz IT KG, Neckarsulm
|
||||||
roles:
|
roles:
|
||||||
- role: Information Security Analyst
|
- role: Information Security Analyst (SOC)
|
||||||
details: "- Incident handling and analysis\n
|
details: "- Incident handling and analysis in the Schwarz IT Cyber Defense Center\n
|
||||||
- Threat Intelligence Management"
|
- Threat Intelligence Management"
|
||||||
date: "09/2020 - Present"
|
date: "09/2020 - Present"
|
||||||
|
|
||||||
- role: Information Security Engineer
|
- role: Information Security Engineer
|
||||||
details: "- Development and operation of the Qualys vulnerability scanner\n
|
details: "- Developed and operated the Qualys vulnerability scanner\n
|
||||||
- Inhouse consulting on information security-related issues\n
|
- Supported other departments with information security-related issues\n
|
||||||
- Support of the departments in risk assessment\n
|
- Supported the Information Security Officers with technical issues\n
|
||||||
- Technical support of the Information Security Officers\n
|
- Developed hardening guidelines for operating systems"
|
||||||
- Development of hardening guidelines"
|
|
||||||
date: "09/2018 - 08/2020"
|
date: "09/2018 - 08/2020"
|
||||||
|
|
||||||
- company: Fujitsu TDS GmbH, Neckarsulm
|
- company: Fujitsu TDS GmbH, Neckarsulm
|
||||||
roles:
|
roles:
|
||||||
- role: IT-Security Engineer
|
- role: IT Security Engineer (SOC)
|
||||||
details: "- Operation and further development of the SIEM solution\n
|
details: "- Operated and developed the McAfee SIEM solution\n
|
||||||
- Forensic analysis\n
|
- Developed and implemented SOC use cases\n
|
||||||
- Operation of the vulnerability scanner"
|
- Operated the Nessus vulnerability scanner"
|
||||||
date: "01/2017 - 08/2018"
|
date: "01/2017 - 08/2018"
|
||||||
|
|
||||||
- company: Bürkert Werke GmbH, Ingelfingen
|
- company: Bürkert Werke GmbH, Ingelfingen
|
||||||
roles:
|
roles:
|
||||||
- role: Senior Information Security Administrator
|
- role: Senior Information Security Administrator
|
||||||
details: "- Conception of an information security awareness campaign\n
|
details: "- Conceptualized an information security awareness campaign\n
|
||||||
- Evaluation of new IT security guidelines, measures and products\n
|
- Evaluated new IT security guidelines, measures and products\n
|
||||||
- Operation of IT security products"
|
- Performed incident handling and analyses"
|
||||||
date: "01/2016 - 12/2016"
|
date: "01/2016 - 12/2016"
|
||||||
|
|
||||||
- company: Cirosec GmbH, Heilbronn
|
- company: Cirosec GmbH, Heilbronn
|
||||||
roles:
|
roles:
|
||||||
- role: Information Security Consultant
|
- role: Information Security Consultant
|
||||||
details: "- Penetration testing (web apps, Windows systems, networks)\n
|
details: "- Performed penetration tests of web applications, Windows/Linux systems, VPN servers and networks\n
|
||||||
- Conduction of configuration assessments (OS, application servers, VPN)\n
|
- Conducted configuration assessments of various systems / applications\n
|
||||||
- Development of hardening policies (OS, applications servers, VPN)\n
|
- Developed hardening policies (OS, applications servers, VPN)\n
|
||||||
- Conduction of conceptual analyses\n
|
- Conducted conceptual analyses\n
|
||||||
- Development and conduction of security trainings"
|
- Developed and conducted security trainings for our customers"
|
||||||
date: "03/2011 - 12/2015"
|
date: "03/2011 - 12/2015"
|
||||||
|
|
||||||
- company: dsb AG, Neckarsulm
|
- company: dsb AG, Neckarsulm
|
||||||
roles:
|
roles:
|
||||||
- role: System and Database Administrator
|
- role: System and Database Administrator
|
||||||
details: "- System administrator IBM AIX\n
|
details: "- System administrator for IBM AIX\n
|
||||||
- Database administrator ADABAS C and DB2\n
|
- Database administrator for ADABAS C and DB2\n
|
||||||
- Backup administrator Tivoli Storage Manager"
|
- Backup administrator for Tivoli Storage Manager"
|
||||||
date: "11/2004 - 02/2011"
|
date: "11/2004 - 02/2011"
|
||||||
|
|
||||||
|
@ -9,10 +9,10 @@ about:
|
|||||||
icon: fab fa-linkedin
|
icon: fab fa-linkedin
|
||||||
- title: Website
|
- title: Website
|
||||||
url: https://qrz.is
|
url: https://qrz.is
|
||||||
icon: fab fa-globe
|
icon: fas fa-globe
|
||||||
- title: Git
|
- title: Git
|
||||||
url: https://git.qrz.is
|
url: https://git.qrz.is
|
||||||
icon: fab fa-github
|
icon: fab fa-git-alt
|
||||||
details: |
|
details: |
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare sollicitudin fringilla.
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare sollicitudin fringilla.
|
||||||
Aenean nec volutpat arcu. Maecenas quis tempus risus. Curabitur condimentum ligula in erat pharetra porta.
|
Aenean nec volutpat arcu. Maecenas quis tempus risus. Curabitur condimentum ligula in erat pharetra porta.
|
||||||
@ -24,19 +24,19 @@ skills:
|
|||||||
- groupName: Security Tools
|
- groupName: Security Tools
|
||||||
list:
|
list:
|
||||||
- Nessus - Qualys - NMap
|
- Nessus - Qualys - NMap
|
||||||
- Burp - HP Webinspect
|
- Burp - HP WebInspect
|
||||||
- McAfee SIEM
|
- McAfee SIEM
|
||||||
- IntelMQ - MISP
|
- IntelMQ - MISP
|
||||||
|
|
||||||
- groupName: Programming & Systems
|
- groupName: Programming & Systems
|
||||||
list:
|
list:
|
||||||
- Python - Bash - Git - Docker
|
- Python - Bash - Git - Vim
|
||||||
- Debian - RHEL - OpenBSD - Windows
|
- Debian - RHEL - OpenBSD - Windows
|
||||||
|
|
||||||
interests:
|
interests:
|
||||||
- Breaking things
|
- Breaking things
|
||||||
- Fixing things
|
- Fixing things
|
||||||
- Amateur Radio
|
- Amateur radio
|
||||||
- Everything 8-bit
|
- Everything 8-bit
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
|
@ -3,7 +3,7 @@ projects:
|
|||||||
subtitle: "2021 (Python, PostgreSQL)"
|
subtitle: "2021 (Python, PostgreSQL)"
|
||||||
date:
|
date:
|
||||||
details: |
|
details: |
|
||||||
Design, development and implementation of a message pipeline hub for collection and deduplication of IOCs (indicators of compromise) from threat intelligence feeds and threat sharing platforms (eg. MISP) based on IntelMQ. Distribution/Revocation of deduplicated and normalized IOCs (eg. URLs, hashes) to external systems.
|
Design, development and implementation of a message pipeline hub for collection and deduplication of IOCs (indicators of compromise) from threat intelligence feeds and threat sharing platforms (eg. MISP) based on IntelMQ. Distribution/Revocation of deduplicated and normalized IOCs (eg. URLs, hashes) to/from external systems.
|
||||||
|
|
||||||
- title: "Development of a solution for the automated creation of use case documentation"
|
- title: "Development of a solution for the automated creation of use case documentation"
|
||||||
subtitle: "2018 (Python)"
|
subtitle: "2018 (Python)"
|
||||||
@ -11,9 +11,8 @@ projects:
|
|||||||
details: |
|
details: |
|
||||||
Development of a python based solution to automatically generate use case and correlation rule documentation in Markdown format for the McAfee Enterprise Security Manager (ESM).
|
Development of a python based solution to automatically generate use case and correlation rule documentation in Markdown format for the McAfee Enterprise Security Manager (ESM).
|
||||||
links:
|
links:
|
||||||
- title: esm2markdown on gitea
|
- title: esm2markdown on Gitea
|
||||||
url: https://git.qrz.is/clemens/esm2markdown
|
url: https://git.qrz.is/clemens/esm2markdown
|
||||||
icon: fab fa-github
|
|
||||||
|
|
||||||
#- title: "Evaluation of an application whitelisting solution"
|
#- title: "Evaluation of an application whitelisting solution"
|
||||||
# subtitle: "2016"
|
# subtitle: "2016"
|
||||||
@ -25,45 +24,34 @@ projects:
|
|||||||
subtitle: "2009 - 2011 (PHP, MySQL)"
|
subtitle: "2009 - 2011 (PHP, MySQL)"
|
||||||
date:
|
date:
|
||||||
details: |
|
details: |
|
||||||
Development of a PHP web application to help IBM Tivoli Storage Manager (TSM) administrators to quickly get reports and health status information of their TSM servers with many users around the world including a big german insurance company.
|
Development of a PHP web application to help IBM Tivoli Storage Manager (TSM) administrators to quickly get reports and health status information of their TSM servers with many users around the world including a major german insurance company.
|
||||||
links:
|
links:
|
||||||
- title: TSM Monitor on gitea
|
- title: TSM Monitor on Gitea
|
||||||
url: https://git.qrz.is/clemens/tsmmonitor
|
url: https://git.qrz.is/clemens/tsmmonitor
|
||||||
icon: fab fa-github
|
|
||||||
|
|
||||||
- title: "Personal Side Projects"
|
- title: "Personal Side Projects"
|
||||||
subtitle: "Various smaller side projects, not related to any of my employments:"
|
subtitle: "Various smaller side projects, not related to any of my employments:"
|
||||||
date:
|
date:
|
||||||
details:
|
details:
|
||||||
links:
|
links:
|
||||||
- title: Hardrock-50 Remote Display - ESP32 based remote display for an amateur radio power amplifier
|
- title: Hardrock-50 Remote Display - ESP32 based remote display for a specific amateur radio power amplifier
|
||||||
url: https://qrz.is/hardrock50-remote-display/
|
url: https://qrz.is/hardrock50-remote-display/
|
||||||
icon: fab fa-github
|
|
||||||
- title: qrzlogger - Python application to log amateur radio contacts from the command line
|
- title: qrzlogger - Python application to log amateur radio contacts from the command line
|
||||||
url: https://git.qrz.is/clemens/qrzlogger
|
url: https://git.qrz.is/clemens/qrzlogger
|
||||||
icon: fab fa-github
|
|
||||||
- title: pyBMNotify - Python script for monitoring the Brandmeister network and sending push notifications
|
- title: pyBMNotify - Python script for monitoring the Brandmeister network and sending push notifications
|
||||||
url: https://git.qrz.is/clemens/pyBMNotify
|
url: https://git.qrz.is/clemens/pyBMNotify
|
||||||
icon: fab fa-github
|
|
||||||
- title: qrz.sh - Amateur radio callsign data query script written in Bash
|
- title: qrz.sh - Amateur radio callsign data query script written in Bash
|
||||||
url: https://git.qrz.is/clemens/qrz.sh
|
url: https://git.qrz.is/clemens/qrz.sh
|
||||||
icon: fab fa-github
|
|
||||||
- title: MSTerminology - Translates strings used in all kind of Microsoft products
|
- title: MSTerminology - Translates strings used in all kind of Microsoft products
|
||||||
url: https://git.qrz.is/clemens/MSTerminology
|
url: https://git.qrz.is/clemens/MSTerminology
|
||||||
icon: fab fa-github
|
- title: Nmap-sqlite-output - Nmap NSE script for storing scan results into SQLite databases
|
||||||
- title: Nmap-sqlite-output - Nmap NSE script for storing scan results into sqlite3 databases
|
|
||||||
url: https://git.qrz.is/clemens/nmap-sqlite-output
|
url: https://git.qrz.is/clemens/nmap-sqlite-output
|
||||||
icon: fab fa-github
|
|
||||||
- title: Shellfolio - Command line cryptocurrency portfolio manager and price tracker
|
- title: Shellfolio - Command line cryptocurrency portfolio manager and price tracker
|
||||||
url: https://git.qrz.is/clemens/shellfolio
|
url: https://git.qrz.is/clemens/shellfolio
|
||||||
icon: fab fa-github
|
|
||||||
- title: nsd-dyndns - Dynamic DNS for NSD
|
- title: nsd-dyndns - Dynamic DNS for NSD
|
||||||
url: https://git.qrz.is/clemens/nsd-dyndns
|
url: https://git.qrz.is/clemens/nsd-dyndns
|
||||||
icon: fab fa-github
|
- title: The Laundruino - Arduino based network enabled washing machine monitoring device
|
||||||
- title: The Laundruino - Washing machine monitoring with an Arduino
|
|
||||||
url: https://qrz.is/the-arduino-enabled-washing-machine/
|
url: https://qrz.is/the-arduino-enabled-washing-machine/
|
||||||
icon: fab fa-github
|
- title: The One Button Audio Book Player - Raspberry Pi based audio book player for visually impaired users
|
||||||
- title: The One Button Audio Book Player - The one button audiobook player
|
|
||||||
url: https://qrz.is/the-one-button-audiobook-player/
|
url: https://qrz.is/the-one-button-audiobook-player/
|
||||||
icon: fab fa-github
|
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
{"Target":"css/main.min.21500104e30855acedd2e664b0895af1b40370d4bf80a8335a3234490317809f.css","MediaType":"text/css","Data":{"Integrity":"sha256-IVABBOMIVazt0uZksIla8bQDcNS/gKgzWjI0SQMXgJ8="}}
|
{"Target":"css/main.min.671b8481428f5b574bc965688fd3110fbe14117db9c1ba86128cf7bc01d32d42.css","MediaType":"text/css","Data":{"Integrity":"sha256-ZxuEgUKPW1dLyWVoj9MRD74UEX25wbqGEoz3vAHTLUI="}}
|
Loading…
Reference in New Issue
Block a user