clean up and last things
parent
c832914219
commit
c1ed3a50ec
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Index"
|
||||
date: 2021-09-24T02:40:26+02:00
|
||||
draft: false
|
||||
heroHeading: 'Programm'
|
||||
heroSubHeading: 'SEUH 2022 HTW Berlin'
|
||||
heroBackground: 'images/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg'
|
||||
---
|
||||
|
||||
Die SEUH 2022 wird am Donnerstag, 24. und Freitag, 25. Februar am
|
||||
[Campus Wilhelminenhof](https://www.htw-berlin.de/campus/campus-wilhelminenhof/) der [HTW Berlin](https://www.htw-berlin.de/) stattfinden.
|
||||
|
||||
Das Programm wird hier veröffentlicht werden.
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: 'SEUH'
|
||||
date: 2018-02-10T11:52:18+07:00
|
||||
heroHeading: 'SEUH 2022'
|
||||
heroHeading: 'SEUH Tagungsreihe'
|
||||
heroSubHeading: 'Software Engineering im Unterricht der Hochschulen'
|
||||
heroBackground: 'https://source.unsplash.com/eluzJSfkNCk/1600x400'
|
||||
heroBackground: 'images/piero-nigro-tiXfq1WHBGU-unsplash.jpg'
|
||||
---
|
||||
|
@ -1,12 +1,12 @@
|
||||
[
|
||||
{
|
||||
"name": "Github",
|
||||
"link": "https://github.com/zerostaticthemes/hugo-serif-theme",
|
||||
"link": "https://github.com/seuh2022/seuh2022-website",
|
||||
"image": "social/github.svg"
|
||||
},
|
||||
{
|
||||
"name": "Twitter",
|
||||
"link": "https://twitter.com/zerostaticio",
|
||||
"link": "https://twitter.com/seuh2022",
|
||||
"image": "social/twitter.svg"
|
||||
}
|
||||
]
|
||||
|
@ -0,0 +1,28 @@
|
||||
{{ define "header_css" }}{{ end }}
|
||||
{{ define "body_classes" }}page-services-list{{ end }}
|
||||
{{ define "header_classes" }}{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
|
||||
{{ partial "hero-image-setheight.html" (dict "background" .Params.heroBackground "heading" .Params.heroHeading "subheading" .Params.heroSubHeading "content" .)}}
|
||||
{{ if .Content }}
|
||||
<div class="container pt-6 pt-md-10">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="page-intro">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
|
||||
<div class="container pb-6 pt-6 pb-md-10 pt-md-10">
|
||||
<div class="row">
|
||||
{{ range .Pages.ByWeight }}
|
||||
<div class="col-12 col-md-6 mb-2 ">{{ .Render "summary" }}</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#1c3ed3" class="bi bi-calendar3" viewBox="0 0 16 16">
|
||||
<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/>
|
||||
<path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 679 B |
@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#1c3ed3" class="bi bi-pencil-square" viewBox="0 0 16 16">
|
||||
<path d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/>
|
||||
<path fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 574 B |
Binary file not shown.
After Width: | Height: | Size: 588 KiB |
@ -1 +1 @@
|
||||
Subproject commit 6a226fa5a1acf3efe6b94626d75d175c513acbd8
|
||||
Subproject commit 35af6656876c75adc8f04bee5d434c842f3e583d
|
Loading…
Reference in New Issue