diff --git a/astro.config.mjs b/astro.config.mjs
index c153d0d..703d679 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -15,6 +15,9 @@ export default defineConfig({
site: "https://blz-it.de",
redirects: {
"/de/skill08": "/mobile-applications-development",
- "/de/skill09": "/it-software-solutions-for-business",
+ "/de/skill09": "/software-applications-development",
+ "/it-software-solutions-for-business": "/software-applications-development",
+ "/en/it-software-solutions-for-business":
+ "/en/software-applications-development",
},
});
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 47ec657..817226e 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -17,14 +17,14 @@ const skills = [
{
name: t({
de: "Software-Entwicklung",
- en: "IT Software Solutions for Business",
+ en: "Software Applications Development",
}),
- href: getRelativeLocaleUrl(lang, "it-software-solutions-for-business"),
+ href: getRelativeLocaleUrl(lang, "software-applications-development"),
},
{
name: t({
de: "Web-Entwicklung",
- en: "Web Technologies"
+ en: "Web Technologies",
}),
href: getRelativeLocaleUrl(lang, "web-technologies"),
},
diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro
index 71068ad..549d333 100644
--- a/src/pages/en/index.astro
+++ b/src/pages/en/index.astro
@@ -66,11 +66,11 @@ const lang = (Astro.currentLocale || defaultLang) as Language;
}}
/>
For this job you need a good technical understanding and logical thinking. You need to understand the requirements and wishes of the client and develop programs that are reliable, updatable, and easy for users to understand and use.",
+ "The skill Software Applications Development represents the entire spectrum of software-developing IT professions. All full-stack programmers are suitable. This includes desktop, server, database, mobile app and web development.
For this job you need a good technical understanding and logical thinking. You need to understand the requirements and wishes of the client and develop programs that are reliable, updatable, and easy for users to understand and use.",
requirements:
"You are proficient in at least one programming language, e.g., C#, can program desktop, server, web, and mobile applications, have knowledge of UML and databases (SQL), and understand English-language tasks.",
videoUrl: "https://www.youtube-nocookie.com/embed/tSGg8S-_I4k",
@@ -29,12 +29,12 @@ const historyData = historyJson[lang]["skill09"];
additionalLinks={[
{
name: "worldskills.org",
- text: "IT Software Solutions for Business at WorldSkills International",
+ text: "Software Applications Development at WorldSkills International",
href: "https://worldskills.org/skills/id/221/",
},
{
name: "worldskills2024.com",
- text: "IT Software Solutions for Business at the WorldSkills Lyon 2024",
+ text: "Software Applications Development at the WorldSkills Lyon 2024",
href: "https://worldskills2024.com/en/skills/it-software-solutions-for-business",
},
]}
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 38889a8..c83091f 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -71,7 +71,7 @@ const lang = (Astro.currentLocale || defaultLang) as Language;
description="Diese Disziplin bildet das gesamte Spektrum der Software-entwickelnden IT-Berufe ab. Geeignet sind alle Full-Stack-Programmierer*innen. Dazu zählen Desktop-, Server-, Datenbank-, Mobile-App- und Webentwicklung."
action={{
label: "Mehr erfahren",
- url: getRelativeLocaleUrl(lang, "it-software-solutions-for-business"),
+ url: getRelativeLocaleUrl(lang, "software-applications-development"),
}}
/>