feat: Kompetenzen nicht mehr hardcoded und übersetzt.

This commit is contained in:
muli 2023-06-24 16:32:02 +02:00
parent 54fdc59653
commit aa2619564d
4 changed files with 36 additions and 11 deletions

View File

@ -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 <a href="https://thenounproject.com/browse/icons/term/servers/" target="_blank" title="servers Icons">Noun Project</a>
---
kompetenzen_body:
- Agile project management
- Accessibility
- Operations
- Software Audits
- Software Development
- Project Management
- User Experience
- Translation & Internationalisation (i18n/l10n)
---
kompetenzen_heading: Expertise

View File

@ -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 <a href="https://thenounproject.com/browse/icons/term/servers/" target="_blank" title="servers Icons">Noun Project</a>
---
kompetenzen_body:
- Agiles Projektmanagement
- Barrierefreiheit
- Operations
- Software-Audits
- Softwareentwicklung
- Projektmanagement
- User Experience
- Übersetzung & Internationalisierung (i18n/l10n)
---
kompetenzen_heading: Kompetenzen

View File

@ -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

View File

@ -32,7 +32,7 @@
<div class="content__box">
<div class="content__inner_box">
<h1 class="big_heading">Kompetenzen</h1>
<h1 class="big_heading">{{ this.kompetenzen_heading }}</h1>
</div>
</div>
<section class="content">
@ -100,16 +100,7 @@
</div>
<div class="bubble_grid__card">
<ul>
<li>Agiles Projektmanagement</li>
<li>Barrierefreiheit</li>
<li>Operations</li>
<li>Software-Audits</li>
<li>Softwareentwicklung</li>
<li>Projektmanagement</li>
<li>User Experience</li>
<li>Übersetzung & Internationalisierung (i18n/l10n)</li>
</ul>
{{ this.kompetenzen_body }}
</div>
</div>