diff --git a/user/pages/02.cv/cv.en.md b/user/pages/02.cv/cv.en.md index 6cdc144..aaac4f1 100644 --- a/user/pages/02.cv/cv.en.md +++ b/user/pages/02.cv/cv.en.md @@ -1,6 +1,7 @@ --- title: Natascha Rieter – Curriculum Vitae menu: CV +image_portrait: portret-1.jpg --- 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/user/pages/02.cv/cv.nl.md b/user/pages/02.cv/cv.nl.md index b3a34ec..d6c64ec 100644 --- a/user/pages/02.cv/cv.nl.md +++ b/user/pages/02.cv/cv.nl.md @@ -1,6 +1,7 @@ --- title: Natascha Rieter – Curriculum Vitae menu: CV +image_portrait: portret-1.jpg --- 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/user/pages/02.cv/portret-1.jpg b/user/pages/02.cv/portret-1.jpg new file mode 100644 index 0000000..aed3628 Binary files /dev/null and b/user/pages/02.cv/portret-1.jpg differ diff --git a/user/themes/natascha/blueprints/cv.yaml b/user/themes/natascha/blueprints/cv.yaml new file mode 100644 index 0000000..a7d7630 --- /dev/null +++ b/user/themes/natascha/blueprints/cv.yaml @@ -0,0 +1,19 @@ +title: CV +'@extends': + type: default + context: blueprints://pages + +form: + fields: + tabs: + type: tabs + active: 1 + fields: + content: + type: tab + title: Inhoud + fields: + header.image_portrait: + type: pagemediaselect + label: 'Portretfoto' + preview_images: true diff --git a/user/themes/natascha/templates/cv.html.twig b/user/themes/natascha/templates/cv.html.twig index 387134c..c0c7527 100644 --- a/user/themes/natascha/templates/cv.html.twig +++ b/user/themes/natascha/templates/cv.html.twig @@ -2,7 +2,8 @@ {% set page_class = 'row p-3' %} {% block content %}
- Portret Natascha Rieter + {% set img_portrait = page.header.image_portrait ? page.media[page.header.image_portrait].url : url('theme://images/portret-1.jpg') %} + Portret Natascha Rieter

{{ page.title }}