Skip to content

Commit

Permalink
textual changes
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <[email protected]>
  • Loading branch information
mooxl committed Sep 4, 2024
1 parent 4100006 commit 8489c36
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const Index = (ctx: RouteContext) => {
<div class="grid grid-cols-desktop gap-x-5 lg:grid-cols-1 gap-y-10 lg:gap-y-0">
<Menu lang={lang} />
<Me translation={translation.me} />
<Education translation={translation.education} />
<Experience translation={translation.experience} />
<Education translation={translation.education} />
<Skills translation={translation.skills} />
<Projects translation={translation.projects} />
<Contact translation={translation.contact} />
Expand Down
16 changes: 8 additions & 8 deletions utils/i18n/de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"me": {
"text": "Gude! Ich bin am 29.01.1996 in Aschaffenburg geboren und bin dabei, das Internet schöner und schneller zu machen.\nLebe in Köln-Ehrenfeld, studiere wieder in Aachen und arbeite momentan bei ShiftDigital."
"text": "Gude! Ich bin am 29.01.1996 in Aschaffenburg geboren und bin dabei, das Internet ansprechender, schöner und effizienter zu machen.\nLebe in Köln-Ehrenfeld und arbeite momentan bei publicplan."
},
"education": {
"title": "Ausbildung",
Expand Down Expand Up @@ -31,13 +31,13 @@
"title": "Erfahrung",
"jobs": [
{
"name": "ShiftDigital",
"date": "seit Dezember 2022, Bochum",
"name": "ShiftDigital / puplicplan",
"date": "seit Dezember 2022, Bochum / Düsseldorf",
"stations": [
{
"role": "Cloud and Web Engineer",
"role": "Web Engineer",
"tasks": [
"Grundlagen schaffen und strukturieren eines effizienten OpenGov-Ticketing-Systems",
"Definieren eines für ein OpenGov-Ticketing-System passenden Technologie-Stacks und -Architektur",
"Erstellen und Optimieren eines skalierbaren Kubernetes-Clusters mit hoher Verfügbarkeit für unsere SaaS-Angebote"
]
},
Expand Down Expand Up @@ -111,7 +111,7 @@
"sections": [
{
"title": "Programmiersprachen",
"skills": ["JavaScript", "TypeScript", "Golang", "C++", "Python"]
"skills": [ "TypeScript", "JavaScript","Golang", "C++", "Python"]
},
{
"title": "Bibliotheken und Frameworks",
Expand All @@ -127,11 +127,11 @@
"Node",
"Deno",
"Fastify",
"Nest.js",
"trpc",
"Oak",
"Fresh",
"Astro",
"Three.js",
"Turborepo",
"Framer Motion",
"Tailwind CSS"
]
Expand Down
10 changes: 5 additions & 5 deletions utils/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"me": {
"text": "Gude! I was born on 29.01.1996 in Aschaffenburg and I am in the process of making the web more beautiful and faster.\nLiving in Cologne-Ehrenfeld, studying again in Aachen and currently working at ShiftDigital."
"text": "Gude! I was born on January 29, 1996, in Aschaffenburg, and I am working on making the internet more appealing, beautiful, and efficient.\nI live in Cologne-Ehrenfeld and currently work at publicplan."
},
"education": {
"title": "Education",
Expand Down Expand Up @@ -37,7 +37,7 @@
{
"role": "Cloud and Web Engineer",
"tasks": [
"Establishing and structuring an efficient OpenGov ticketing system",
"Defining a suitable technology stack and architecture for an OpenGov ticketing system",
"Creating and optimizing a scalable, high-availability Kubernetes cluster for our SaaS offerings"
]
},
Expand Down Expand Up @@ -111,7 +111,7 @@
"sections": [
{
"title": "Programming languages",
"skills": ["JavaScript", "TypeScript", "Golang", "C++", "Python"]
"skills": [ "TypeScript", "JavaScript","Golang", "C++", "Python"]
},
{
"title": "Libraries and Frameworks",
Expand All @@ -127,11 +127,11 @@
"Node",
"Deno",
"Fastify",
"Nest.js",
"trpc",
"Oak",
"Fresh",
"Astro",
"Three.js",
"Turborepo",
"Framer Motion",
"Tailwind CSS"
]
Expand Down

0 comments on commit 8489c36

Please sign in to comment.