diff --git a/dumper/templates/dumper/index.html b/dumper/templates/dumper/index.html index b002e60..0d9ed2d 100644 --- a/dumper/templates/dumper/index.html +++ b/dumper/templates/dumper/index.html @@ -45,7 +45,38 @@

Orte

Werke

Some representative placeholder content for the three columns of text below the carousel. This is the first column.

+ + +
+
+

+ + + +

+

Ereignisse

+

Some representative placeholder content for the three columns of text below the carousel. This is the first column.

+
+
+

+ + + +

+

Institutionen

+

Some representative placeholder content for the three columns of text below the carousel. This is the first column.

+
+ +
+

+ + + +

+

Uris

+

Some representative placeholder content for the three columns of text below the carousel. This is the first column.

+
diff --git a/static/css/style.css b/static/css/style.css index 79c68fb..e1aa94a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,6 +2,9 @@ --person: #ad3f58; --place: #f5db9e; --work: #668cb9; + --event: #5c8c7c; + --institution: #c57f7f; + --uri: #e7e1bf; } /* COLORS FOR ENTITIES */ @@ -17,6 +20,18 @@ color: var(--work) } +.apis-event { + color: var(--event) +} + +.apis-institution { + color: var(--institution) +} + +.apis-uri { + color: var(--uri) +} + .big-icons { font-size: 120px; }