From 2ddc599ce1ac57bd370b6f52f488f8d5de99c612 Mon Sep 17 00:00:00 2001 From: Laurens Date: Wed, 8 May 2024 15:44:32 +0200 Subject: [PATCH] contactpage update --- assets/scss/custom.scss | 7 +++ hugo_stats.json | 1 + layouts/contact/list.html | 90 +++++++++------------------------------ layouts/events/list.html | 9 ++-- public/contact/index.html | 61 ++++++++++++++++++++++---- public/css/style.css | 6 +++ public/events/index.html | 13 +++--- 7 files changed, 101 insertions(+), 86 deletions(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 45785653..fe704eb2 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -102,4 +102,11 @@ justify-content: center; + } + + .hr-list2 { + border: 20; + border-top: 1px solid #FF6E00; + margin-top: 5px; + margin-bottom: 5px; } \ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json index 0eacc3e8..fe539ee0 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -101,6 +101,7 @@ "header-with-image", "hidden", "hr-list", + "hr-list2", "img", "inlin-block", "inline-block", diff --git a/layouts/contact/list.html b/layouts/contact/list.html index 6973cc6c..f7c67ea3 100755 --- a/layouts/contact/list.html +++ b/layouts/contact/list.html @@ -1,5 +1,18 @@ {{ define "main" }} {{ partial "page-header" . }} + +
+
+
+
+
{{ .Content }}
+
+
+
+
+ + +
@@ -7,37 +20,37 @@
@@ -48,67 +61,4 @@
- -{{ with site.Params.google_map }} {{ if .enable }} -
-{{ end }} {{ end }} {{ with site.Params.subscription }} {{ if .enable }} - - -
- - -
- - - -
- - -
- - -{{ end }} {{ end }} {{ if site.Params.google_map.enable }} {{ $gmap:= -resources.Get "plugins/maps/google-map.js" }} - - -{{ end }} {{ end }} +{{ end }} \ No newline at end of file diff --git a/layouts/events/list.html b/layouts/events/list.html index 960c619d..fa290ad9 100644 --- a/layouts/events/list.html +++ b/layouts/events/list.html @@ -3,16 +3,19 @@