From da880d3cf49bffbb679c3236e239d0fe0d12905b Mon Sep 17 00:00:00 2001 From: Hendrik Schmitz Date: Wed, 23 Oct 2024 15:47:34 +0200 Subject: [PATCH] feat: rename schmitz to sieweck --- .github/workflows/build-and-deploy.yml | 6 +++--- LICENSE.md | 2 +- components/Banner.tsx | 4 ++-- content/about.json | 6 +++--- messages/de.json | 2 +- messages/en.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 53e01f838e..23da499a8e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -14,11 +14,11 @@ jobs: uses: actions/upload-artifact@v4 with: name: latex-templates - path: cv/cv_hendrik_schmitz_*.tex + path: cv/cv_hendrik_sieweck_*.tex - name: Compile LaTeX documents uses: xu-cheng/latex-action@v3 with: - root_file: cv/cv_hendrik_schmitz_*.tex + root_file: cv/cv_hendrik_sieweck_*.tex continue_on_error: "true" env: TEXINPUTS: ".:./cv//:" @@ -26,7 +26,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: cvs - path: cv_hendrik_schmitz_*.pdf + path: cv_hendrik_sieweck_*.pdf - name: Copy generated pdf files to public directory run: | mkdir -p public diff --git a/LICENSE.md b/LICENSE.md index bf7c660f35..c14a847c2f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Ryan Fitzgerald, 2024 Hendrik Schmitz +Copyright (c) 2020 Ryan Fitzgerald, 2024 Hendrik Sieweck Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/components/Banner.tsx b/components/Banner.tsx index 35fe698e37..17eea7bcfb 100644 --- a/components/Banner.tsx +++ b/components/Banner.tsx @@ -15,8 +15,8 @@ export default function Banner({

{about.name}

{messages.banner.jobTitle}

{messages.banner.downloadCv} diff --git a/content/about.json b/content/about.json index 372c9a7b85..c82e2aecb6 100644 --- a/content/about.json +++ b/content/about.json @@ -1,11 +1,11 @@ { - "name": "Hendrik Schmitz", + "name": "Hendrik Sieweck", "birthday": "1998-06-30", "phoneNumber": "+49 151 70013949", "address": "Pontstr. 137, 52062 Aachen", "website": "smtz.dev", - "linkedIn": "hendriksmtz", - "xing": "Hendrik_Schmitz29", + "linkedIn": "hendriksieweck", + "xing": "Hendrik_Sieweck", "github": "drik98", "mail": "hendrik@smtz.dev" } \ No newline at end of file diff --git a/messages/de.json b/messages/de.json index b366966c2f..7989914eb0 100644 --- a/messages/de.json +++ b/messages/de.json @@ -28,7 +28,7 @@ "In meiner achtjährigen beruflichen Laufbahn habe ich umfangreiche Erfahrungen in der Frontend-Entwicklung gesammelt, wobei ich mich auf Vue.js spezialisiert habe. Darüber hinaus verfüge ich über umfangreiche Kenntnisse im Back-End, da ich zuvor hauptsächlich mit Java und Kotlin gearbeitet habe. Diese Erfahrung ermöglicht es mir, sowohl bei der Frontend- als auch bei der Backend-Entwicklung effektiv zusammenzuarbeiten und nahtlose Integrationen zu gewährleisten.", "Dank meines fundierten Fachwissens und meiner umfangreichen Erfahrung bin ich in der Lage, auf effektive Weise mit verschiedenen Akteuren in der Softwareentwicklung zusammenzuarbeiten, darunter Product Owner, Designer, Backend-Entwickler und DevOps-Experten." ], - "myself": "Mein Name ist Hendrik Schmitz. Ich bin {currentAge} Jahre alt, komme aus Aachen und lebe dort auch derzeit. Ich habe den Dualen Studiengang Scientific Programming absolviert und somit meinen Bachelor of Science an der FH Aachen erworben und meine Ausbildung zum Mathematisch technischen Softwareentwickler beim Werkzeugmaschinenlabor WZL der RWTH Aachen abgeschlossen. Seit {startDate} bin ich {jobTitle} bei {company} und arbeite hauptsächlich als Fullstack Entwickler." + "myself": "Mein Name ist Hendrik Sieweck (geb. Schmitz). Ich bin {currentAge} Jahre alt, komme aus Aachen und lebe dort auch derzeit. Ich habe den Dualen Studiengang Scientific Programming absolviert und somit meinen Bachelor of Science an der FH Aachen erworben und meine Ausbildung zum Mathematisch technischen Softwareentwickler beim Werkzeugmaschinenlabor WZL der RWTH Aachen abgeschlossen. Seit {startDate} bin ich {jobTitle} bei {company} und arbeite hauptsächlich als Fullstack Entwickler." }, "projects": { "viewCode": "Code ansehen", diff --git a/messages/en.json b/messages/en.json index 6b7d033e95..1b7f99f853 100644 --- a/messages/en.json +++ b/messages/en.json @@ -28,7 +28,7 @@ "In my eight-year professional career, I have gained extensive experience in frontend development, specializing in Vue.js. In addition, I have extensive knowledge of the back-end, having primarily worked with Java and Kotlin before. This experience allows me to collaborate effectively on both front-end and back-end development and ensure seamless integrations.", "Thanks to my in-depth expertise and extensive experience, I am able to work effectively with various stakeholders in software development, including product owners, designers, backend developers and DevOps experts." ], - "myself": "My name is Hendrik Schmitz. I am {currentAge} years old and come from Aachen, where I currently live. I completed the dual study program Scientific Programming and thus obtained my Bachelor of Science at the FH Aachen and completed my training as a mathematical technical software developer at the Laboratory for Machine Tools and Production Engineering (WZL) of RWTH Aachen University. Since {startDate}, I have been employed by {company} as a {jobTitle}, primarily engaged in full-stack development." + "myself": "My name is Hendrik Sieweck, born Schmitz. I am {currentAge} years old and come from Aachen, where I currently live. I completed the dual study program Scientific Programming and thus obtained my Bachelor of Science at the FH Aachen and completed my training as a mathematical technical software developer at the Laboratory for Machine Tools and Production Engineering (WZL) of RWTH Aachen University. Since {startDate}, I have been employed by {company} as a {jobTitle}, primarily engaged in full-stack development." }, "projects": { "viewCode": "View code",