scim-docs/themes/Indiiie/layouts/index.html

17 lines
694 B
HTML
Raw Normal View History

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>
<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 }}