Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve wording #300

Merged
merged 3 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/en/web-technologies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const historyData = historyJson[lang]["skill17"];
skillDescription="Planning, designing, and testing of websites, as well as their maintenance and the integration of third-party and social media platforms."
skillInformation={{
description:
"Working with web technologies is a key skill in a world where the World Wide Web is increasingly taking center stage. It is also one of the most complex and diverse skills of all. It is also one of the most complex and diverse professions around.<br /><br />Web designers and developers first build a professional relationship with their clients to develop a comprehensive understanding of their website requirements. Strong design and communication skills combined with an understanding of target groups, markets and trends are essential. During the development process, web designers and developers create databases, develop programs and test and debug websites.",
"Working with web technologies is a key skill in a world where the World Wide Web is increasingly taking center stage. It is also one of the most complex and diverse skills of all. Thats why web technologies belong to the most interesting topics of the IT industry.<br /><br />Web designers and developers first build a professional relationship with their clients to develop a comprehensive understanding of their website requirements. Strong design and communication skills combined with an understanding of target groups, markets and trends are essential. During the development process, web designers and developers create databases, develop programs and test and debug websites.",
requirements:
"You are proficient in at least one programming language, e.g., JavaScript, can design and program interactive web applications, have experience with databases (SQL), and understand English-language tasks.",
videoUrl: "https://www.youtube-nocookie.com/embed/EzRZSSZ4RAI",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/web-technologies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const historyData = historyJson[lang]["skill17"];
skillDescription="Planung und Gestaltung sowie Testen von Webseiten, deren Pflege, Einbindung von Plattformen Dritter und Integration von Social-Media-Plattformen."
skillInformation={{
description:
"Die Arbeit mit Webtechnologien ist eine Schlüsselqualifikation in einer Welt, in der das World Wide Web immer mehr in den Mittelpunkt rückt. Sie ist auch eine der komplexesten und vielfältigsten Fähigkeiten überhaupt. Es ist auch eines der komplexesten und vielfältigsten Berufsfelder überhaupt.<br /><br />Web-Designer*innen und -entwickler*innen bauen zunächst eine professionelle Beziehung zu ihren Kund*innen auf, um ein umfassendes Verständnis für die Anforderungen an ihre Webseite zu entwickeln. Starke Design- und Kommunikationsfähigkeiten in Verbindung mit einem Verständnis für Zielgruppen, Märkte und Trends sind dabei unerlässlich. Während des Entwicklungsprozesses erstellen Webdesigner*innen und -entwickler*innen Datenbanken, entwickeln Programme und testen und debuggen Webseiten.",
"Die Arbeit mit Webtechnologien ist eine Schlüsselqualifikation in einer Welt, in der das World Wide Web immer mehr in den Mittelpunkt rückt. Sie ist auch eine der komplexesten und vielfältigsten Fähigkeiten überhaupt. Somit gehören die Webtechnologien zu den spannendsten Aufgabenfeldern der IT-Branche.<br /><br />Web-Designer*innen und -entwickler*innen bauen zunächst eine professionelle Beziehung zu ihren Kund*innen auf, um ein umfassendes Verständnis für die Anforderungen an ihre Webseite zu entwickeln. Starke Design- und Kommunikationsfähigkeiten in Verbindung mit einem Verständnis für Zielgruppen, Märkte und Trends sind dabei unerlässlich. Während des Entwicklungsprozesses erstellen Webdesigner*innen und -entwickler*innen Datenbanken, entwickeln Programme und testen und debuggen Webseiten.",
requirements:
"Du beherrschst mindestens eine Programmiersprache, z.&thinsp;B. JavaScript, gestaltest und programmierst interaktive Webanwendungen, hast Erfahrung mit Datenbanken (SQL) und verstehst englischsprachige Aufgabenstellungen.",
videoUrl: "https://www.youtube-nocookie.com/embed/EzRZSSZ4RAI",
Expand Down