2017-03-16 00:00:56 +01:00
|
|
|
{{ "<!-- HEADER -->" | safeHTML }}
|
|
|
|
<header>
|
2019-12-13 08:59:25 +01:00
|
|
|
<!-- infotext for desktop -->
|
|
|
|
{{ partial "functions/infotext.html" (dict "context" . "class" "desktop") }}
|
2017-03-16 00:00:56 +01:00
|
|
|
<div class="header-content">
|
|
|
|
<div class="header-content-inner">
|
2017-06-21 18:01:46 +02:00
|
|
|
<div class="logo">
|
2017-09-07 16:28:16 +02:00
|
|
|
<img src="/img/logo.svg" alt="{{ .Site.Params.static.slogan_1 }}, {{ .Site.Params.static.slogan_2 }}" />
|
2017-06-22 13:03:52 +02:00
|
|
|
<h1 id="start">
|
2017-09-07 16:28:16 +02:00
|
|
|
<span class="logo-blue">{{ .Site.Params.static.slogan_1 }}</span>
|
|
|
|
<span class="logo-green">{{ .Site.Params.static.slogan_2 }}</span>
|
2017-06-21 18:01:46 +02:00
|
|
|
</h1>
|
|
|
|
</div>
|
2017-06-19 15:40:46 +02:00
|
|
|
|
2019-12-13 08:59:25 +01:00
|
|
|
<!-- infotext for mobile -->
|
|
|
|
{{ partial "functions/infotext.html" (dict "context" . "class" "mobile") }}
|
|
|
|
|
2018-06-08 18:22:10 +02:00
|
|
|
<hr />
|
|
|
|
<p>{{ i18n "start_subtitle1" | markdownify }}
|
2017-08-29 20:49:06 +02:00
|
|
|
<br /><br />
|
2018-06-08 18:22:10 +02:00
|
|
|
{{ i18n "start_subtitle2" | markdownify }}
|
2017-08-29 20:49:06 +02:00
|
|
|
<br /><br />
|
2018-06-08 18:22:10 +02:00
|
|
|
{{ i18n "start_subtitle3" | markdownify }}</p>
|
2017-08-29 09:34:37 +02:00
|
|
|
<div class="arrow-bounce">
|
2018-08-31 13:06:08 +02:00
|
|
|
<a class="fa fa-chevron-down fa-3x hiddenlink page-scroll" href="#about" title="{{ i18n "navigation_links_about" }}"></a>
|
2017-08-29 09:34:37 +02:00
|
|
|
</div>
|
2017-03-16 00:00:56 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|