diff --git a/content/_index.md b/content/_index.md index 68cb6e4..7c5967b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,5 +4,5 @@ date: 2021-09-23 heroHeading: 'SEUH 2022' heroSubHeading: 'Software Engineering im Unterricht der Hochschulen' heroSubHeading2: '24. und 25. Februar 2022, HTW Berlin' -heroBackground: 'images/piero-nigro-tiXfq1WHBGU-unsplash.jpg' +heroBackground: 'images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg' --- diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..db1c774 --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,11 @@ +--- +title: "Photo Credit" +date: 2021-09-24T10:18:47+02:00 +draft: true +heroHeading: 'Photo Credits' +heroSubHeading: 'SEUH 2022 HTW Berlin' +heroBackground: 'images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash.jpg' +layout: 'photocredit' +--- + +Die meisten Fotos auf dieser Seite sind von unsplash: diff --git a/content/programm/_index.md b/content/programm/_index.md index 67a59ff..0a9fbed 100644 --- a/content/programm/_index.md +++ b/content/programm/_index.md @@ -1,5 +1,5 @@ --- -title: "Index" +title: "Programm" date: 2021-09-24T02:40:26+02:00 draft: false heroHeading: 'Programm' diff --git a/content/seuh/_index.md b/content/seuh/_index.md index c8f4d8e..d79510c 100644 --- a/content/seuh/_index.md +++ b/content/seuh/_index.md @@ -3,5 +3,5 @@ title: 'SEUH' date: 2018-02-10T11:52:18+07:00 heroHeading: 'SEUH Tagungsreihe' heroSubHeading: 'Software Engineering im Unterricht der Hochschulen' -heroBackground: 'images/piero-nigro-tiXfq1WHBGU-unsplash.jpg' +heroBackground: 'images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg' --- diff --git a/content/seuh/about.md b/content/seuh/about.md index 0390efb..194e294 100644 --- a/content/seuh/about.md +++ b/content/seuh/about.md @@ -7,7 +7,7 @@ draft: false weight: 1 heroHeading: 'About' heroSubHeading: 'Tagungsreihe SEUH' -heroBackground: 'images/piero-nigro-tiXfq1WHBGU-unsplash.jpg' +heroBackground: 'images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg' --- Die [Tagungsreihe SEUH](https://seuh.org/) ist ein Forum zum Austausch über die Software Engineering Ausbildung. diff --git a/content/seuh/geschichte.md b/content/seuh/geschichte.md index 0f57c7d..eb14471 100644 --- a/content/seuh/geschichte.md +++ b/content/seuh/geschichte.md @@ -7,7 +7,7 @@ draft: false weight: 2 heroHeading: 'Geschichte' heroSubHeading: 'zur Geschichte der SEUH' -heroBackground: 'images/piero-nigro-tiXfq1WHBGU-unsplash.jpg' +heroBackground: 'images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg' --- Die Tagungsreihe findet seit 1992 überwiegend alle zwei Jahre parallel diff --git a/data/photocredit.json b/data/photocredit.json new file mode 100644 index 0000000..37494bf --- /dev/null +++ b/data/photocredit.json @@ -0,0 +1,21 @@ +[ + { + "link": "images/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg", + "preview": "adam-vradenburg-TK5I5L5JGxY-unsplash-preview.jpg", + "url": "https://unsplash.com/photos/TK5I5L5JGxY", + "credit": "Photo by Adam Vradenburg on Unsplash" + }, + { + + "link": "images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg", + "preview": "images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash-preview.jpg", + "credit": "Photo by Piero Nigro on Unsplash" + }, + { + + "link": "images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash.jpg", + "preview": "images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash-preview.jpg", + "url": "https://unsplash.com/photos/WKWcvKj1uko", + "credit": "Photo by Claudio Schwarz on Unsplash" + } +] diff --git a/layouts/_default/photocredit.html b/layouts/_default/photocredit.html new file mode 100644 index 0000000..630202a --- /dev/null +++ b/layouts/_default/photocredit.html @@ -0,0 +1,27 @@ +{{ define "header_css" }}{{ end }} +{{ define "body_classes" }}page-services-single{{ end }} +{{ define "header_classes" }}{{ end }} + +{{ define "main" }} +{{ partial "hero-image-setheight.html" (dict "background" .Params.heroBackground "heading" .Params.heroHeading "subheading" .Params.heroSubHeading "section" .Section "content" .)}} +