From aa2619564de958b2926acc62008f1b9d3c75e299 Mon Sep 17 00:00:00 2001 From: muli Date: Sat, 24 Jun 2023 16:32:02 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Kompetenzen=20nicht=20mehr=20hardcoded?= =?UTF-8?q?=20und=20=C3=BCbersetzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/about/contents+en.lr | 13 +++++++++++++ content/about/contents.lr | 13 +++++++++++++ models/about_page.ini | 8 ++++++++ templates/about_page.html | 13 ++----------- 4 files changed, 36 insertions(+), 11 deletions(-) diff --git a/content/about/contents+en.lr b/content/about/contents+en.lr index dd5f14b..29ba144 100644 --- a/content/about/contents+en.lr +++ b/content/about/contents+en.lr @@ -36,3 +36,16 @@ card_image: images/icon_connected_servers.svg card_text: After the project, we do not leave you out in the cold with the result, but offer you services for the operation of the completed project and the administration of the infrastructure beyond the project. ---- image_credits: servers by IYIKON from Noun Project +--- +kompetenzen_body: + +- Agile project management +- Accessibility +- Operations +- Software Audits +- Software Development +- Project Management +- User Experience +- Translation & Internationalisation (i18n/l10n) +--- +kompetenzen_heading: Expertise diff --git a/content/about/contents.lr b/content/about/contents.lr index 7230682..978a200 100644 --- a/content/about/contents.lr +++ b/content/about/contents.lr @@ -36,3 +36,16 @@ card_image: images/icon_connected_servers.svg card_text: Nach dem Projekt lassen wir Sie nicht mit dem Ergebnis im Regen stehen, sondern bieten Ihnen auch über das Projekt hinaus Services für den Betrieb des abgeschlossenen Projekts und die Administration der Infrastruktur. ---- image_credits: servers by IYIKON from Noun Project +--- +kompetenzen_body: + +- Agiles Projektmanagement +- Barrierefreiheit +- Operations +- Software-Audits +- Softwareentwicklung +- Projektmanagement +- User Experience +- Übersetzung & Internationalisierung (i18n/l10n) +--- +kompetenzen_heading: Kompetenzen diff --git a/models/about_page.ini b/models/about_page.ini index 3aaeaa5..cc88f19 100644 --- a/models/about_page.ini +++ b/models/about_page.ini @@ -22,3 +22,11 @@ type = string label = Sections type = flow flow_blocks = flow_services_cards + +[fields.kompetenzen_heading] +label = Kompetenzen Überschrift +type = string + +[fields.kompetenzen_body] +label = Kompetenzen Inhalt +type = markdown diff --git a/templates/about_page.html b/templates/about_page.html index 81d15e6..a922fbc 100644 --- a/templates/about_page.html +++ b/templates/about_page.html @@ -32,7 +32,7 @@
-

Kompetenzen

+

{{ this.kompetenzen_heading }}

@@ -100,16 +100,7 @@
-
    -
  • Agiles Projektmanagement
  • -
  • Barrierefreiheit
  • -
  • Operations
  • -
  • Software-Audits
  • -
  • Softwareentwicklung
  • -
  • Projektmanagement
  • -
  • User Experience
  • -
  • Übersetzung & Internationalisierung (i18n/l10n)
  • -
+ {{ this.kompetenzen_body }}