From fc7f76368548feff5a46435cf9edad57b85c08cd Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 4 Jun 2023 21:54:57 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Credits=20f=C3=BCr=20Services-Icons=20h?= =?UTF-8?q?inzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Können wir auch für 'n paar Euro kaufen und dann wieder weg lassen. --- content/about/contents.lr | 6 ++++++ flowblocks/flow_services_cards.ini | 6 +++++- templates/macros/services_cards.html | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) 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 %}