diff --git a/content/about/contents.lr b/content/about/contents.lr index 1a261afc..92b38e2d 100644 --- a/content/about/contents.lr +++ b/content/about/contents.lr @@ -12,15 +12,21 @@ card_title: Beratung card_image: images/icon_gears_bubble.svg ---- card_text: Profitieren Sie vom breit aufgestellten IT-Know-how, vom Erfahrungsaustausch und der Vernetzung unserer Mitglieder, Expertinnen und Experten in der Genossenschaft. Die WTF Kooperative ist Ihr kompetenter Ansprechpartner. +---- +image_credits: Thinking by Juan Pablo Bravo from Noun Project #### flow_services_cards #### card_title: Entwicklung ---- card_image: images/icon_processor.svg ---- card_text: Wir realisieren Ihre Projekte – egal ob Web-Applikation, mobile App oder hardwarenahe Programmierung. Auch können wir Sie bei Bedarf hinsichtlich passender Wirtschaftsförderprogramme beraten. +---- +image_credits: circuit by Shocho from Noun Project #### flow_services_cards #### card_title: Betrieb ---- 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 diff --git a/flowblocks/flow_services_cards.ini b/flowblocks/flow_services_cards.ini index 131d9b77..224a2438 100644 --- a/flowblocks/flow_services_cards.ini +++ b/flowblocks/flow_services_cards.ini @@ -14,4 +14,8 @@ type = string [fields.card_text] label = Card Text -type = markdown \ No newline at end of file +type = markdown + +[fields.image_credits] +label = Image Credits +type = markdown diff --git a/templates/macros/services_cards.html b/templates/macros/services_cards.html index 90ec1a5c..890baa72 100644 --- a/templates/macros/services_cards.html +++ b/templates/macros/services_cards.html @@ -6,6 +6,9 @@

{{ card.card_title }}

{{ card.card_text }} +
+ {{ card.image_credits }} +
{% endmacro %}