haccfiles/websites/infra4future.de/_includes/header.html
stuebinm ae67b38304 add the rest of our stativ web pages
however, for some reason, ACME still fails. Hopefully it's just the
rate limit, but it does look suspicious; there' still a
"www.muc.hacc.space" in the log that oughtn't be there …
2022-01-10 23:45:21 +01:00

37 lines
1 KiB
HTML

<div class="dropdown">
<button class="dropbtn">
<div></div>
<div></div>
<div></div>
</button>
<div class="dropdown-content">
<a class="link" href="#about" data-scroll>Über</a>
<a class="link" href="#services" data-scroll>Dienste</a>
<a class="link" href="#faq" data-scroll>FAQ</a>
<!--<a class="link" href="https://status.infra4future.de">Status</a>-->
<a class="link" href="#newsletter" data-scroll>Newsletter</a>
</div>
</div>
<div class="header">
<span class="site-title">{{ page.title }}</span>
<div class="header-links">
<a class="link" href="#about" data-scroll>Über</a>
<a class="link" href="#services" data-scroll>Dienste</a>
<a class="link" href="#faq" data-scroll>FAQ</a>
<!--<a class="link" href="https://status.infra4future.de">Status</a>-->
<a class="link" href="#newsletter" data-scroll>Newsletter</a>
</div>
</div>
<div class="background">
</div>
<div class="border-top">
<div class="site-banner">
{{ page.slogan }}
</div>
</div>