diff --git a/src/pages/index.twig b/src/pages/index.twig index 724477a..7ea9603 100644 --- a/src/pages/index.twig +++ b/src/pages/index.twig @@ -14,21 +14,23 @@
-
-

- Die beste Grundlage für fundierte Entscheidungen: offene Daten aus Ihrer Region. -

-
- - -
+
+
+

+ Die beste Grundlage für fundierte Entscheidungen: offene Daten aus Ihrer Region. +

+
+ + +
+
@@ -37,8 +39,8 @@
-
-

+
+

Hier finden alle Kölner – ob Bürger, Verwaltung, Unternehmen oder Wissenschaft – offene Datensätze, um gemeinsam einen Mehrwert für alle zu schaffen.

@@ -57,7 +59,7 @@ } %} -
+
{% include 'partials::base/b_card.twig' with { 'thumbnail': { @@ -72,7 +74,7 @@ } %}
-
+
{% include 'partials::base/b_card.twig' with { 'thumbnail': { @@ -87,7 +89,52 @@ } %}
-
+
+ {% + include 'partials::base/b_card.twig' with { + 'thumbnail': { + src: 'https://picsum.photos/960/540', + alt: 'Virtual Identity AG' + }, + 'direction': 'horizontal', + 'href': './dataset', + 'title': 'Baumkataster Köln 2020', + 'subtitle': 'Herausgeber: Stadt Köln', + 'description': 'Lorem ipsum dolor sit amet, consetetur sadipscin invidunt ut labore et erat, sed diam voluptua...', + } + %} +
+
+ {% + include 'partials::base/b_card.twig' with { + 'thumbnail': { + src: 'https://picsum.photos/960/540', + alt: 'Virtual Identity AG' + }, + 'direction': 'horizontal', + 'href': './dataset', + 'title': 'Baumkataster Köln 2020', + 'subtitle': 'Herausgeber: Stadt Köln', + 'description': 'Lorem ipsum dolor sit amet, consetetur sadipscin invidunt ut labore et erat, sed diam voluptua...', + } + %} +
+
+ {% + include 'partials::base/b_card.twig' with { + 'thumbnail': { + src: 'https://picsum.photos/960/540', + alt: 'Virtual Identity AG' + }, + 'direction': 'horizontal', + 'href': './dataset', + 'title': 'Baumkataster Köln 2020', + 'subtitle': 'Herausgeber: Stadt Köln', + 'description': 'Lorem ipsum dolor sit amet, consetetur sadipscin invidunt ut labore et erat, sed diam voluptua...', + } + %} +
+
{% include 'partials::base/b_card.twig' with { 'thumbnail': { diff --git a/src/partials/base/b_card.twig b/src/partials/base/b_card.twig index 3d533c7..7279f67 100644 --- a/src/partials/base/b_card.twig +++ b/src/partials/base/b_card.twig @@ -3,14 +3,14 @@ {% if thumbnail %} -
+
{{ thumbnail.alt }}
{% endif %} -
+

{{ title }} {% if tag %}