feat: Image-Credits von Service-Cards entfernt.

This commit is contained in:
muli 2023-07-23 11:42:53 +02:00
parent 13bd9cc78c
commit b935a001ec
5 changed files with 0 additions and 30 deletions

View File

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

View File

@ -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 <a href="https://thenounproject.com/browse/icons/term/thinking/" target="_blank" title="Thinking Icons">Noun Project</a>
#### 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 <a href="https://thenounproject.com/browse/icons/term/circuit/" target="_blank" title="circuit Icons">Noun Project</a>
#### 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 <a href="https://thenounproject.com/browse/icons/term/servers/" target="_blank" title="servers Icons">Noun Project</a>
#### flow_icon_bubbles ####
icon_path: Python_logo_and_wordmark.svg
----

View File

@ -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 <a href="https://thenounproject.com/browse/icons/term/thinking/" target="_blank" title="Thinking Icons">Noun Project</a>
#### 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 <a href="https://thenounproject.com/browse/icons/term/circuit/" target="_blank" title="circuit Icons">Noun Project</a>
#### 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 <a href="https://thenounproject.com/browse/icons/term/servers/" target="_blank" title="servers Icons">Noun Project</a>
#### flow_icon_bubbles ####
icon_path: Python_logo_and_wordmark.svg
----

View File

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

View File

@ -7,9 +7,6 @@
<div class="services_card__text_box">
<h2>{{ card.card_title }}</h2>
{{ card.card_text }}
<div class="servies_card__img_credits">
{{ card.image_credits }}
</div>
</div>
</div>
{% endmacro %}