From b8f8cc19d6cd732374e21d69a79fb19b093fbcc6 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 22 Jan 2025 00:05:36 +0100 Subject: El Cau dels Nanos v1 --- layouts/index.html | 182 +++++++++++++++++++------------------------ layouts/partials/footer.html | 14 +++- layouts/partials/head.html | 2 +- layouts/partials/slider.html | 92 ++++++++++++++++++++++ 4 files changed, 186 insertions(+), 104 deletions(-) create mode 100644 layouts/partials/slider.html (limited to 'layouts') diff --git a/layouts/index.html b/layouts/index.html index f81afc0..03ce667 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,9 +9,12 @@
{{ with site.Data.homepage.main }} -

{{ .header.title }}

-

{{ .header.description }}

- {{ .header.button.text }} + +

+ {{ .header.description | markdownify | safeHTML }} +

+ {{ .header.button.text }} + {{ .header.button2.text }} {{ end }}
@@ -20,127 +23,102 @@ {{ with site.Data.homepage.about }}
-
+
-

{{ .title }}

-

{{ .desc }}

+

{{ .title }}

{{ if .button.enable }} {{ .button.text }} {{ end }}
-
-
- A live picture of {{ .image0.text }} -
{{ .image0.text }}
-
-
- A live picture of {{ .image1.text }} -
{{ .image1.text }}
-
-
- A live picture of {{ .image2.text }} -
{{ .image2.text }}
-
-
- A live picture of {{ .image3.text }} -
{{ .image3.text }}
-
-
-
-
-
- {{ end }} - {{ with site.Data.homepage.musicvideo }} - -
-
-
-
-

{{ .title }}

-

{{ .desc }}

-
-
-
- -
-
-
- {{ end }} - {{ with site.Data.homepage.listen }} - -
-
-
-
-

{{ .title }}

-

{{ .desc }}

-
-
-
- Workart for our EP Take Away -
-
-
{{ .audio0.title }}
- +
+ {{ with .image0 }} +
+ +
+

{{ .title }}

+
+ {{ .text }} +
+
+
+ {{ end }} -
{{ .audio1.title }}
- + {{ with .image1 }} +
+ +
+

{{ .title }}

+
+ {{ .text }} +
+
+
+ {{ end }} -
{{ .audio2.title }}
- + {{ with .image2 }} +
+ +
+

{{ .title }}

+
+ {{ .text }} +
+
+
+ {{ end }} -
{{ .audio3.title }}
- + {{ with .image3 }} +
+ +
+

{{ .title }}

+
+ {{ .text | markdownify | safeHTML }} +
+
+
+ {{ end }} +
+ {{ with site.Data.homepage.gallery }} +

{{ .title }}

+ {{ end }} + {{- partial "slider.html" . -}} + {{ with site.Data.homepage.main }} + {{ .header.button.text }} + {{ end }}
{{ end }} + {{ with site.Data.homepage.booking }} + {{ end }} {{ with site.Data.homepage.contact }} -
+
-

{{ .title }}

+

{{ .title }}

- {{ with site.Data.homepage.social }} - - {{ end }} +
{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d69f4df..308fa86 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,2 +1,14 @@ -
Copyright © {{ site.Params.Author }} {{ now.Format "2006"}}
+
+
+
+ Copyright © {{ site.Params.Author }} {{ now.Format "2006"}} +
+
+ Shadows Into Light Copyright © 2010 Kimberly Geswein (kimberlygeswein.com) +
+
+ Chilanka Copyright © 2019 The Chilanka Project Authors +
+
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 68df436..6b6a6b6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ - + {{ $title := print .Site.Title " | " .Title }} diff --git a/layouts/partials/slider.html b/layouts/partials/slider.html new file mode 100644 index 0000000..b83a0ea --- /dev/null +++ b/layouts/partials/slider.html @@ -0,0 +1,92 @@ + + + + +
+
+
+
+ + + + + + + + + + +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+ + + + + + + + + + + + +
+ +
+ +
+
+
-- cgit v1.2.3