prepare photo credit site

master
B Kleinen 3 years ago
parent 123acb7d67
commit 20e87a209b

@ -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'
---

@ -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:

@ -1,5 +1,5 @@
---
title: "Index"
title: "Programm"
date: 2021-09-24T02:40:26+02:00
draft: false
heroHeading: 'Programm'

@ -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'
---

@ -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.

@ -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

@ -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 <a href='https://unsplash.com/@vradenburg?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText'>Adam Vradenburg</a> on <a href='https://unsplash.com/s/photos/berlin?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText'>Unsplash</a>"
},
{
"link": "images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash.jpg",
"preview": "images/unsplash/piero-nigro-tiXfq1WHBGU-unsplash-preview.jpg",
"credit": "Photo by <a href='https://unsplash.com/@pieronigro?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText'>Piero Nigro</a> on <a href='https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText'>Unsplash</a>"
},
{
"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 <a href='https://unsplash.com/@purzlbaum?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText'>Claudio Schwarz</a> on <a href='https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText'>Unsplash</a>"
}
]

@ -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" .)}}
<div class="container pt-4 pt-md-10 pb-4 pb-md-10">
<div class="row justify-content-start">
<div class="col-12 col-md-8">
<div class="service service-single">
<div class="content">{{.Content}}</div>
</div>
</div>
</div>
</div>
{{ 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 }}
<script type="text/javascript" src="{{ $servicesJS.RelPermalink }}"></script>
{{ else }}
<script type="text/javascript" src="{{ ($servicesJS | minify | fingerprint).RelPermalink }}"></script>
{{ end }}
{{ end }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

@ -1 +1 @@
Subproject commit 35af6656876c75adc8f04bee5d434c842f3e583d
Subproject commit 54f2e712462d15c6b6ef73f239cae974adf1c9ba
Loading…
Cancel
Save