From b935a001ec14906afb7529bf0fadc626d49af900 Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 23 Jul 2023 11:42:53 +0200 Subject: [PATCH] feat: Image-Credits von Service-Cards entfernt. --- assets/css/style.css | 9 --------- content/about/contents+en.lr | 6 ------ content/about/contents.lr | 6 ------ flowblocks/flow_services_cards.ini | 6 ------ templates/macros/services_cards.html | 3 --- 5 files changed, 30 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index fbca3323..d11cc0dc 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -874,15 +874,6 @@ hr.-even { color: var(--wtf-orange); margin-bottom: 0.5rem; } - -.servies_card__img_credits { - font-size: 0.8rem; - color: var(--wtf-dark-grey); -} - -.servies_card__img_credits a { - color: var(--wtf-dark-blue); -} /* services_cards - end */ /* bubble_gird - start */ diff --git a/content/about/contents+en.lr b/content/about/contents+en.lr index 94908166..a40c13d6 100644 --- a/content/about/contents+en.lr +++ b/content/about/contents+en.lr @@ -18,24 +18,18 @@ card_title: Consulting card_image: icon_gears_bubble.svg ---- card_text: Benefit from the broad IT know-how, the exchange of experience and the networking of our members and experts in the cooperative. The WTF cooperative is your competent contact. ----- -image_credits: Thinking by Juan Pablo Bravo from Noun Project #### flow_services_cards #### card_title: Development ---- card_image: icon_processor.svg ---- card_text: We realise your projects - whether web application, mobile app or hardware-related programming. We can also advise you on suitable business development programmes if required. ----- -image_credits: circuit by Shocho from Noun Project #### flow_services_cards #### card_title: Operations ---- card_image: 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 #### flow_icon_bubbles #### icon_path: Python_logo_and_wordmark.svg ---- diff --git a/content/about/contents.lr b/content/about/contents.lr index de796fa5..6345fb79 100644 --- a/content/about/contents.lr +++ b/content/about/contents.lr @@ -18,24 +18,18 @@ card_title: Beratung card_image: 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: 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: 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 #### flow_icon_bubbles #### icon_path: Python_logo_and_wordmark.svg ---- diff --git a/flowblocks/flow_services_cards.ini b/flowblocks/flow_services_cards.ini index 3baf55cf..770c3fcc 100644 --- a/flowblocks/flow_services_cards.ini +++ b/flowblocks/flow_services_cards.ini @@ -18,9 +18,3 @@ width = 1/2 [fields.card_text] label = Card Text type = markdown -width = 1/2 - -[fields.image_credits] -label = Image Credits -type = markdown -width = 1/2 diff --git a/templates/macros/services_cards.html b/templates/macros/services_cards.html index 08b766ce..d08ba37c 100644 --- a/templates/macros/services_cards.html +++ b/templates/macros/services_cards.html @@ -7,9 +7,6 @@

{{ card.card_title }}

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