diff --git a/pages/01.home/home.en.md b/pages/01.home/home.en.md index 0ed0314..1b116ba 100644 --- a/pages/01.home/home.en.md +++ b/pages/01.home/home.en.md @@ -6,6 +6,7 @@ sitemap: lastmod: '19-04-2026 00:00' image_main: portret-2.jpg image_secondary: portret-1.jpg +image_logo: logo-blauw.png --- I create small sculptures, reliefs, clay paintings, modelled figures and wheel-thrown work. My work is emotional and poetic with a monumental character. The outdoor objects are frost-resistant. In my clay paintings I combine ceramic and painting techniques. Working with clay is for me the same as writing a poem. In recent years I have been almost exclusively occupied with monumental commissions. I work on commission and give courses and workshops. diff --git a/pages/01.home/home.nl.md b/pages/01.home/home.nl.md index 1d0c7fc..3d70577 100644 --- a/pages/01.home/home.nl.md +++ b/pages/01.home/home.nl.md @@ -4,8 +4,9 @@ menu: Home published: true sitemap: lastmod: '18-04-2026 21:48' -image_main: portret-2.jpg image_secondary: portret-1.jpg +image_main: portret-2.jpg +image_logo: logo-blauw.png --- Ik maak kleinplastieken, reliëfs, kleischilderijen, geboetseerde beelden en draaiwerk. Mijn werk is emotioneel en poëtisch met een monumentaal karakter. De objecten voor buiten zijn winterhard. In mijn kleischilderijen worden de keramische- en schilderstechniek met elkaar gecombineerd. Het werken met klei is voor mij het zelfde als het schrijven van een gedicht. De laatste jaren ben ik bijna uitsluitend met monumentale opdrachten bezig geweest. Ik werk in opdracht en geef cursussen en workshops. diff --git a/pages/01.home/logo-blauw.png b/pages/01.home/logo-blauw.png new file mode 100644 index 0000000..84fb840 Binary files /dev/null and b/pages/01.home/logo-blauw.png differ diff --git a/pages/02.cv/cv.en.md b/pages/02.cv/cv.en.md index aaac4f1..ed33d11 100644 --- a/pages/02.cv/cv.en.md +++ b/pages/02.cv/cv.en.md @@ -2,6 +2,7 @@ title: Natascha Rieter – Curriculum Vitae menu: CV image_portrait: portret-1.jpg +image_logo: logo-blauw.png --- Natascha Rieter, born in Roermond (1948), has lived since 1988 in Margraten, in the hamlet of Groot Welsden, where she and her husband Siegfried Gorinskat (also a ceramist, who passed away in 2006) established their studios in a typical half-timbered farmhouse. Both artists enjoy great renown in the art world for their ceramic works. In 1989 they opened Ceramic Gallery "Groot Welsden" — with great success. Natascha Rieter is an emotional and poetic artist for whom ceramics is the mirror of the soul. diff --git a/pages/02.cv/cv.nl.md b/pages/02.cv/cv.nl.md index d6c64ec..ea13171 100644 --- a/pages/02.cv/cv.nl.md +++ b/pages/02.cv/cv.nl.md @@ -2,6 +2,7 @@ title: Natascha Rieter – Curriculum Vitae menu: CV image_portrait: portret-1.jpg +image_logo: logo-blauw.png --- Natascha Rieter, geboren te Roermond (1948), woont sinds 1988 te Margraten, in het gehucht Groot Welsden, waar zij met haar man Siegfried Gorinskat (ook keramist) (2006 gestorven) in een typische vakwerkboerderij hun ateliers hebben gevestigd. Beide kunstenaars genieten vanwege hun keramische werken grote bekendheid in de kunstwereld. In 1989 openden zij Keramiek Galerie "Groot Welsden" en niet zonder succes. Natascha Rieter is een emotioneel en poëtisch kunstenaar voor wie keramiek de spiegel van de ziel is. diff --git a/pages/02.cv/logo-blauw.png b/pages/02.cv/logo-blauw.png new file mode 100644 index 0000000..84fb840 Binary files /dev/null and b/pages/02.cv/logo-blauw.png differ diff --git a/themes/natascha/blueprints/cv.yaml b/themes/natascha/blueprints/cv.yaml index a7d7630..700c4a3 100644 --- a/themes/natascha/blueprints/cv.yaml +++ b/themes/natascha/blueprints/cv.yaml @@ -17,3 +17,7 @@ form: type: pagemediaselect label: 'Portretfoto' preview_images: true + header.image_logo: + type: pagemediaselect + label: 'Logo' + preview_images: true diff --git a/themes/natascha/blueprints/home.yaml b/themes/natascha/blueprints/home.yaml index 7418ffb..8b4bdf9 100644 --- a/themes/natascha/blueprints/home.yaml +++ b/themes/natascha/blueprints/home.yaml @@ -21,3 +21,7 @@ form: type: pagemediaselect label: 'Portretfoto (tweede afbeelding, zichtbaar vanaf tablet)' preview_images: true + header.image_logo: + type: pagemediaselect + label: 'Logo' + preview_images: true diff --git a/themes/natascha/templates/cv.html.twig b/themes/natascha/templates/cv.html.twig index c0c7527..22ec858 100644 --- a/themes/natascha/templates/cv.html.twig +++ b/themes/natascha/templates/cv.html.twig @@ -10,6 +10,7 @@ {{ content|raw }}
+ {% set img_logo = page.header.image_logo ? page.media[page.header.image_logo].url : url('theme://images/logo-blauw.png') %}
+
+ {% set img_logo = page.header.image_logo ? page.media[page.header.image_logo].url : url('theme://images/logo-blauw.png') %}
+