itsblue-website/themes/quark-hugo/layouts/partials/modular/hero.html
2021-10-07 11:21:03 +02:00

13 lines
545 B
HTML

<section
id="header-hero"
class="section modular-hero hero {{ .classes }} {{ if .imageParallax }}parallax{{ end }}"
style="{{ with .image }}background-image: url('{{ . | relURL }}');{{ end }}{{ with .positionY }} background-position-y: {{ . }}%;{{ end }}"
>
<div class="image-overlay"></div>
<section class="container {{ site.Params.GridSize }}" style="text-align: {{ default "center" .align }}">
{{ .content | markdownify }}
</section>
<i id="to-start" class="pulse fa fa-angle-down"></i>
</section>