add cfp
							parent
							
								
									606644af46
								
							
						
					
					
						commit
						7b7fae79eb
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
title: 'Home'
 | 
					title: 'Home'
 | 
				
			||||||
date: 2018-02-12T15:37:57+07:00
 | 
					date: 2021-09-23
 | 
				
			||||||
heroHeading: 'SEUH 2022'
 | 
					heroHeading: 'SEUH 2022'
 | 
				
			||||||
heroSubHeading: 'Software-Engineering im Unterricht der Hochschulen Berlin'
 | 
					heroSubHeading: 'Software-Engineering im Unterricht der Hochschulen Berlin'
 | 
				
			||||||
heroBackground: 'images/jason-blackeye-1191801-unsplash.jpg'
 | 
					heroBackground: 'images/piero-nigro-tiXfq1WHBGU-unsplash.jpg'
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
				
			|||||||
@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Termine"
 | 
				
			||||||
 | 
					date: 2021-09-23
 | 
				
			||||||
 | 
					draft: true
 | 
				
			||||||
 | 
					heroHeading: 'Termine'
 | 
				
			||||||
 | 
					heroSubHeading: "Wichtige Termine: CFP, Registration"
 | 
				
			||||||
 | 
					heroBackground: 'images/htw.png'
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Call for Papers"
 | 
				
			||||||
 | 
					date: 2021-09-23
 | 
				
			||||||
 | 
					draft: true
 | 
				
			||||||
 | 
					featured: true
 | 
				
			||||||
 | 
					weight: 1
 | 
				
			||||||
 | 
					layout: 'cfp'
 | 
				
			||||||
 | 
					heroHeading: 'Call For Papers'
 | 
				
			||||||
 | 
					heroSubHeading: 'heroSubheading'
 | 
				
			||||||
 | 
					heroBackground: 'images/htw.png'
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Einreichungsfrist für Beiträge: 15.Oktober 2021
 | 
				
			||||||
@ -0,0 +1,29 @@
 | 
				
			|||||||
 | 
					{{ 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>
 | 
				
			||||||
 | 
					{{ partial "cfp.html" .}}
 | 
				
			||||||
 | 
					{{ 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 }}
 | 
				
			||||||
@ -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,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 }}
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					<div class="service service-summary">
 | 
				
			||||||
 | 
					  {{ if .Params.icon }}
 | 
				
			||||||
 | 
					  <div class="service-image">
 | 
				
			||||||
 | 
					    <img src="{{ .Site.BaseURL }}{{ .Params.icon }}"/>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					  {{ end }}
 | 
				
			||||||
 | 
					  <div class="service-content">
 | 
				
			||||||
 | 
					    <h2 class="service-title">
 | 
				
			||||||
 | 
					      <a href="{{ .Permalink }}">{{ .Title }}</a>
 | 
				
			||||||
 | 
					    </h2>
 | 
				
			||||||
 | 
					    {{ .Content | truncate 120 "..." }}
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
											
												Binary file not shown.
											
										
									
								| 
		 After Width: | Height: | Size: 636 KiB  | 
											
												Binary file not shown.
											
										
									
								| 
		 After Width: | Height: | Size: 278 KiB  | 
					Loading…
					
					
				
		Reference in New Issue