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" .)}} +
+
+
+
+
{{.Content}}
+
+
+
+
+{{ end }} + +{{ define "footer_js" }} +{{ $library := resources.Get "js/libs/library.js" }} +{{ $services := resources.Get "js/pages/services.js" }} +{{ $servicesJS := slice $library $services |resources.Concat "js/services.js" }} +{{ if .Site.IsServer }} + + {{ else }} + + {{ end }} +{{ end }} diff --git a/static/images/unsplash/adam-vradenburg-TK5I5L5JGxY-unsplash-preview.jpg b/static/images/unsplash/adam-vradenburg-TK5I5L5JGxY-unsplash-preview.jpg new file mode 100644 index 0000000..5b37038 Binary files /dev/null and b/static/images/unsplash/adam-vradenburg-TK5I5L5JGxY-unsplash-preview.jpg differ diff --git a/static/images/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg b/static/images/unsplash/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg similarity index 100% rename from static/images/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg rename to static/images/unsplash/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg diff --git a/static/images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash-preview.jpg b/static/images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash-preview.jpg new file mode 100644 index 0000000..911ce26 Binary files /dev/null and b/static/images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash-preview.jpg differ diff --git a/static/images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash.jpg b/static/images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash.jpg new file mode 100644 index 0000000..272c5d1 Binary files /dev/null and b/static/images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash.jpg differ diff --git a/static/images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash-preview.jpg b/static/images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash-preview.jpg new file mode 100644 index 0000000..10aebbe Binary files /dev/null and b/static/images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash-preview.jpg differ diff --git a/static/images/piero-nigro-tiXfq1WHBGU-unsplash.jpg b/static/images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg similarity index 100% rename from static/images/piero-nigro-tiXfq1WHBGU-unsplash.jpg rename to static/images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg diff --git a/themes/hugo-hero-theme b/themes/hugo-hero-theme index 35af665..54f2e71 160000 --- a/themes/hugo-hero-theme +++ b/themes/hugo-hero-theme @@ -1 +1 @@ -Subproject commit 35af6656876c75adc8f04bee5d434c842f3e583d +Subproject commit 54f2e712462d15c6b6ef73f239cae974adf1c9ba