2024-08-29 10:10:19 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
<main class="home flex">
|
|
|
|
<section class="main-first flex align-center">
|
2024-10-03 19:43:59 +00:00
|
|
|
{{- partial (printf "svg/illus-home-small.svg") . -}}
|
|
|
|
<!--{{- partial (printf "svg/illus-home.svg") . -}}-->
|
2024-08-29 21:46:48 +00:00
|
|
|
<h1>Make identity managing <span class="mark">fast</span>, <span class="mark">simple</span> and <span class="mark">interoperable</span></h1>
|
2024-08-29 10:10:19 +00:00
|
|
|
<a class="btn lv1" href="#content">Discover SCIM ↓</a>
|
|
|
|
<!--<img class="img-background" src="media/global.png"></img>-->
|
|
|
|
</section>
|
2024-10-08 15:02:24 +00:00
|
|
|
<div id="content" class="w-100">
|
2024-08-29 10:10:19 +00:00
|
|
|
{{ range sort (where .Site.RegularPages "Section" "overview") ".Params.weight" }}
|
|
|
|
{{ partial "home-section-render.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
{{ end }}
|