From 1bdbdca70776f86538b6007202ded6e738aa0c6b Mon Sep 17 00:00:00 2001 From: Laurens Date: Thu, 9 May 2024 16:47:15 +0200 Subject: [PATCH] fixed the stupid line between event items --- assets/scss/custom.scss | 16 ++++++++- hugo_stats.json | 3 ++ layouts/events/list.html | 5 +++ layouts/index.html | 7 ++-- public/css/style.css | 12 +++++++ public/events/index.html | 7 ++++ public/index.html | 35 +++++++++++++------ ...s_82b067fd6c564693170dff5ae4660239.content | 12 +++++++ ...s_f120a3f402b106f64b18d498afd3d82e.content | 12 +++++++ 9 files changed, 96 insertions(+), 13 deletions(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index fe704eb..2e6b2db 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -109,4 +109,18 @@ border-top: 1px solid #FF6E00; margin-top: 5px; margin-bottom: 5px; - } \ No newline at end of file + } + + .header-with-image2 { + text-align: center; + } + + .header-with-image2 img { + display: inline-block; + + } + + .line { + border-top: 1px solid #FF6E00; /* Change color and thickness as needed */ + margin: 10px 0; /* Adjust spacing between the line and the divs */ +} \ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json index fe539ee..e616e80 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -14,6 +14,7 @@ "h1", "h2", "h4", + "h5", "head", "header", "hr", @@ -99,6 +100,7 @@ "h3", "header", "header-with-image", + "header-with-image2", "hidden", "hr-list", "hr-list2", @@ -136,6 +138,7 @@ "lg:text-right", "lg:w-1/2", "lg:w-auto", + "line", "link", "list", "list-item", diff --git a/layouts/events/list.html b/layouts/events/list.html index fa290ad..7dbb085 100644 --- a/layouts/events/list.html +++ b/layouts/events/list.html @@ -14,13 +14,18 @@ {{ .Title }}
+
+
{{ end }} + {{ end }} + + {{ end }} diff --git a/layouts/index.html b/layouts/index.html index ed3a25f..6cce16b 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -45,12 +45,15 @@
{{ range $i, $e := .Params.features3 }} + + diff --git a/public/index.html b/public/index.html index ee2342d..f79dd91 100644 --- a/public/index.html +++ b/public/index.html @@ -802,23 +802,29 @@
+
-
+ +
Image -

Consortium

+
Consortium
+

The Consortium behind the Fediversity project is a cooperation between NLnet, Open Internet Discourse Foundation, NORDUnet and Tweag.

+
-
+ +
Image -

NLnet

+
NLnet
+

NLnet supports organisations and people who contribute to an open internet for all. They fund projects that help fix the internet through open hardware, open software, open standards, open science and open data. @@ -829,12 +835,15 @@

+
- +
- +
-
+ +
Image -

NORDUnet

+
NORDUnet
+

NORDUnet is a collaboration of the National Research and Education Networks of the Nordic countries. diff --git a/resources/_gen/assets/css/style.css_82b067fd6c564693170dff5ae4660239.content b/resources/_gen/assets/css/style.css_82b067fd6c564693170dff5ae4660239.content index 1bd67e1..9b6cce5 100644 --- a/resources/_gen/assets/css/style.css_82b067fd6c564693170dff5ae4660239.content +++ b/resources/_gen/assets/css/style.css_82b067fd6c564693170dff5ae4660239.content @@ -3029,6 +3029,18 @@ input#nav-toggle:checked ~ #nav-menu { margin-top: 5px; margin-bottom: 5px; } +.header-with-image2 { + text-align: center; } + +.header-with-image2 img { + display: inline-block; } + +.line { + border-top: 1px solid #FF6E00; + /* Change color and thickness as needed */ + margin: 10px 0; + /* Adjust spacing between the line and the divs */ } + @media (min-width: 540px) { .sm\:col-10 { diff --git a/resources/_gen/assets/scss/main.scss_f120a3f402b106f64b18d498afd3d82e.content b/resources/_gen/assets/scss/main.scss_f120a3f402b106f64b18d498afd3d82e.content index 4225e36..53ec93e 100644 --- a/resources/_gen/assets/scss/main.scss_f120a3f402b106f64b18d498afd3d82e.content +++ b/resources/_gen/assets/scss/main.scss_f120a3f402b106f64b18d498afd3d82e.content @@ -1100,3 +1100,15 @@ border-top: 1px solid #FF6E00; margin-top: 5px; margin-bottom: 5px; } + +.header-with-image2 { + text-align: center; } + +.header-with-image2 img { + display: inline-block; } + +.line { + border-top: 1px solid #FF6E00; + /* Change color and thickness as needed */ + margin: 10px 0; + /* Adjust spacing between the line and the divs */ }