From 07c31b41ddf9bc97ab6ab88e1b9364cd51cfb594 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 27 Jun 2024 17:24:35 +0200 Subject: Changes for Kovok --- exampleSite/data/homepage.yml | 2 +- layouts/index.html | 192 ++++++++++++++++++++---------------------- layouts/partials/footer.html | 11 +-- layouts/partials/head.html | 7 +- layouts/partials/header.html | 11 +-- static/css/styles.css | 158 +++++++++++++++++++++++++++------- 6 files changed, 228 insertions(+), 153 deletions(-) diff --git a/exampleSite/data/homepage.yml b/exampleSite/data/homepage.yml index 8f7f3c1..1bc5132 100644 --- a/exampleSite/data/homepage.yml +++ b/exampleSite/data/homepage.yml @@ -29,4 +29,4 @@ projects: card3: title: "Graysx" text: "Place Cons Rerum Provide SuntSin Incid Fac Nonse Mollitia Quia Itaque! Iusto Necessi Ullam Recusand Nobi Quo Nequ Inulla Beatae Recusand Suscipit Ip Autem Rep Dol Quoquis Inu Rer Odiorem Suscipi Praes Accusant Quia Quosqu Anim Incidunt Nobis Odio Omnis" - img: "assets/img/demo-image-02.jpg" \ No newline at end of file + img: "assets/img/demo-image-02.jpg" diff --git a/layouts/index.html b/layouts/index.html index 0c222ff..cb42436 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,12 +5,12 @@ {{- partial "header.html" . -}}
-
+
{{ with site.Data.homepage.main }}

{{ .header.title }}

-

{{ .header.description }}

+

{{ .header.description }}

{{ .header.button.text }} {{ end }}
@@ -23,131 +23,125 @@
-

{{ .title }}

-

{{ .desc }}

+

{{ .title }}

+

{{ .desc }}

{{ 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.projects }} -
+ {{ with site.Data.homepage.musicvideo }} + +
- -
-
...
-
- -
-
- -
-
...
-
-
-
-
-

{{ .card2.title }}

-

{{ .card2.text }}

-
-
-
-
+
+
+

{{ .title }}

+

{{ .desc }}

- -
-
...
-
-
-
-
-

{{ .card3.title }}

-

{{ .card3.text }}

-
-
-
-
-
+
+
{{ end }} - -