scim-docs/themes/Indiiie/layouts/index.html
2024-08-29 23:46:48 +02:00

15 lines
615 B
HTML

{{ define "main" }}
<main class="home flex">
<section class="main-first flex align-center">
{{- partial (printf "svg/illus-home.svg") . -}}
<h1>Make identity managing <span class="mark">fast</span>, <span class="mark">simple</span> and <span class="mark">interoperable</span></h1>
<a class="btn lv1" href="#content">Discover SCIM ↓</a>
<!--<img class="img-background" src="media/global.png"></img>-->
</section>
<div id="content">
{{ range sort (where .Site.RegularPages "Section" "overview") ".Params.weight" }}
{{ partial "home-section-render.html" . }}
{{ end }}
</div>
</main>
{{ end }}