diff --git a/src/components/Cta.astro b/src/components/Cta.astro index 2787e27..459b386 100644 --- a/src/components/Cta.astro +++ b/src/components/Cta.astro @@ -12,7 +12,7 @@ const { title, subtitle, action } = Astro.props; ---

+
+

+ {name} +

+

+ {description} +

+
+ + {action.label} + +

diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro index aa741d6..4801062 100644 --- a/src/pages/en/index.astro +++ b/src/pages/en/index.astro @@ -5,6 +5,7 @@ import Hero from "~/components/Hero.astro"; import Link from "~/components/Link.astro"; import HeadedSection from "~/components/sections/HeadedSection.astro"; import WavedSection from "~/components/sections/WavedSection.astro"; +import SkillCard from "~/components/skill/SkillCard.astro"; import { defaultLang, type Language } from "~/i18n"; import Layout from "~/layouts/Layout.astro"; @@ -47,46 +48,39 @@ const lang = (Astro.currentLocale || defaultLang) as Language;

- The National Training Centres in Software Development are located at the + The National Training Centers in Software Development are located at the Albert-Einstein-Gymnasium Neubrandenburg. At this location, - - Mobile Applications Development - - und - - IT Software Solutions for Business - - are represented. More information on the individual skills can be found on - the respective subpages. + >. More information on the individual skills can be found on their + respective pages:

-
-
-

- Mobile Applications Development -

-

- As a software developer with a specialization in mobile applications, - you are a programmer and designer in one. You ensure that the apps - work on users' mobile devices, look appealing, and are fun to use. -

-
-
-

- IT Software Solutions for Business -

-

- The skill IT Software Solutions for Business 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. -

-
+
+ + +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 4057675..384c16e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,6 +5,7 @@ import Hero from "~/components/Hero.astro"; import Link from "~/components/Link.astro"; import HeadedSection from "~/components/sections/HeadedSection.astro"; import WavedSection from "~/components/sections/WavedSection.astro"; +import SkillCard from "~/components/skill/SkillCard.astro"; import { defaultLang, type Language } from "~/i18n"; import Layout from "~/layouts/Layout.astro"; @@ -51,40 +52,36 @@ const lang = (Astro.currentLocale || defaultLang) as Language; Die Bundesleistungszentren der Softwareentwicklung haben ihren Standort am Albert-Einstein-Gymnasium Neubrandenburg. An diesem Standort sind die Disziplinen - - App-Entwicklung - - und - - Software-Entwicklung - - vertreten. Mehr Informationen zu den einzelnen Disziplinen finden sich auf - den jeweiligen Unterseiten. + >. Mehr Informationen zu den einzelnen Disziplinen finden sich auf den + jeweiligen Unterseiten:

-
-
-

App-Entwicklung

-

- Als Softwareentwickler*in mit der Spezialisierung auf mobile Apps bist - du Programmierer*in und Designer*in in einem. Du sorgst dafür, dass - die Apps auf den mobilen Endgeräten der Benutzer*innen funktionieren, - ansprechend aussehen und Spaß machen. -

-
-
-

Software-Entwicklung

-

- Die Disziplin Software-Entwicklung 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. -

-
+
+ + +