Nicholas Krebs
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 99f0f72..4527ac0 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -2,7 +2,7 @@
https://nicholas-krebs.ch
- 2023-06-02
+ 2023-10-09monthly1
diff --git a/src/locales/de.ts b/src/locales/de.ts
index 91f2b31..354ca8d 100644
--- a/src/locales/de.ts
+++ b/src/locales/de.ts
@@ -4,7 +4,7 @@ export default function de(): Translation {
return {
meta: {
title: "Nicholas Krebs",
- description: "Ich bin ein Informatiklehrling im 3. Jahr und interessiere mich für Webentwicklung & Programmierung.",
+ description: "IT Enthusiast & Web Entwickler aus der Schweiz",
},
components: {
header: {
@@ -29,15 +29,15 @@ export default function de(): Translation {
},
sections: {
welcome: {
- welcome: "Hey, ich bin Nicholas Krebs/ «chraebsli»",
- description: "Ich bin ein Informatiklehrling im 3. Jahr und interessiere mich für Webentwicklung & Programmierung.",
+ welcome: "Hey, ich bin Nicholas/ «chraebsli»",
+ description: "IT Enthusiast & Web Entwickler aus der Schweiz",
},
about: {
title: "Über mich",
description: [
- "Ich bin ein Informatiklehrling im 3. Jahr an der Technischen Fachschule in Bern und interessiere mich sehr für die Informatik und vor allem für Webentwicklung & Programmierung. Daher arbeite ich auch gerne in meiner Freizeit an IT Projekten. Neben der Entwicklung leite ich noch eine Gruppe Pfadfinder und spiele in einer Brass Band.",
- "Am liebsten programmiere ich mit React und Next.js im Frontend, Express.js und TypeORM im Backend und als Programmiersprache dazu passend TypeScript. Jedoch kenne ich mich auch mit Python und PHP aus, aber verwende diese nicht so oft.",
- "Um neben meiner Ausbildung noch etwas zu verdienen, arbeite ich zusätzlich auch für private Kunden. Dies hat der Grund, weil meine Ausbildung schulisch basiert ist und vom Kanton Bern finanziert wird. Dadurch verdiene ich kein Geld während meiner Lehre.",
+ "Ich bin ein junger IT Enthusiast und Webentwickler aus der Schweiz, der sich wirklich für Webentwicklung und andere IT Themen interessiert. In meiner Freizeit programmiere ich gerne und stärke meine Fähigkeiten. Ausserdem bin ich in einer Brass Band, ein Pfadfinderleiter und im Winter ein Snowboarder.",
+ "Meine Lieblingsframeworks sind React und Next.js für das Frontend, Express.js und TypeORM für das Backend und TypeScript als Programmiersprache. Allerdings kenne ich mich auch mit Python und PHP aus, nutze sie aber nicht so oft.",
+ "Derzeit arbeite ich an einigen Webprojekten und pflege Websites für meine Kunden.",
"Welche Dienstleistungen ich anbiete, findest du auf https://chraebsli.dev.",
],
},
diff --git a/src/locales/en.ts b/src/locales/en.ts
index b551290..8ed26df 100644
--- a/src/locales/en.ts
+++ b/src/locales/en.ts
@@ -4,7 +4,7 @@ export default function en(): Translation {
return {
meta: {
title: "Nicholas Krebs",
- description: "I am a 3rd year IT student interested in web development & programming.",
+ description: "IT enthusiast & web developer from Switzerland",
},
components: {
header: {
@@ -29,15 +29,15 @@ export default function en(): Translation {
},
sections: {
welcome: {
- welcome: "Hey, I'm Nicholas Krebs/ «chraebsli»",
- description: "I am a 3rd year IT student interested in web development & programming.",
+ welcome: "Hey, I'm Nicholas/ «chraebsli»",
+ description: "IT enthusiast & web developer from Switzerland",
},
about: {
title: "About me",
description: [
- "I am a 3rd year IT student at the “Technische Fachschule” in Bern, and I am very interested in IT and especially in web development & programming. That's why I like to work on IT projects in my spare time. In addition to development, I lead a group of scouts and play in a brass band.",
- "I prefer to program with React and Next.js in the frontend, Express.js and TypeORM in the backend and TypeScript as the programming language. Nevertheless, I'm also familiar with Python and PHP, but don't use them that often.",
- "To earn something alongside my apprenticeship, I also work for private clients. This is because my training is school-based and financed by the canton of Bern. As a result, I do not earn any money during my apprenticeship.",
+ "I’m a young IT enthusiast & web developer from Switzerland who is truly interested in web development and other IT stuff. In my spare time, I like to code and strengthen my skills. Furthermore, I’m in a brass band, a scout leader, and a snowboarder in winter.",
+ "My favorite frameworks are React and Next.js for the frontend, Express.js and TypeORM for the backend, and TypeScript as the programming language. Nevertheless, I'm also familiar with Python and PHP, but don't use them that often.",
+ "Currently, I'm working on some web projects and maintaining a few websites for my clients.",
"You can find out which services I offer at https://chraebsli.dev.",
],
},