scim-docs/themes/Indiiie/layouts/index.html
timothe.jeanne c05dbd1457
All checks were successful
/ build (push) Successful in 22s
/ deploy (push) Successful in 4s
redaction corrections (changing "we"/"us"/"our" for a more neutral explanation)
2024-10-08 17:02:24 +02:00

16 lines
694 B
HTML

{{ define "main" }}
<main class="home flex">
<section class="main-first flex align-center">
{{- partial (printf "svg/illus-home-small.svg") . -}}
<!--{{- 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" class="w-100">
{{ range sort (where .Site.RegularPages "Section" "overview") ".Params.weight" }}
{{ partial "home-section-render.html" . }}
{{ end }}
</div>
</main>
{{ end }}