feat: Remove english language
This commit is contained in:
@ -1,13 +1,17 @@
|
||||
{{ define "main" }}
|
||||
<section class="section container-fluid mt-n3 pb-3">
|
||||
<div class="row justify-content-center mt-5">
|
||||
<div class="col-lg-12 text-center mt-5 pt-5">
|
||||
<img src="/logo.png" alt="Logo de Loi.re" loading="lazy" width="300">
|
||||
</div>
|
||||
</div>
|
||||
<section class="section container-fluid">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h1 class="mt-0">{{ .Title }}</h1>
|
||||
</div>
|
||||
<div class="col-lg-9 col-xl-8 text-center">
|
||||
<p class="lead">{{ .Params.lead | safeHTML }}</p>
|
||||
<a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}prologue/introduction/" role="button">Get Started</a>
|
||||
<p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p>
|
||||
<a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}introduction/bienvenue/" role="button">En savoir plus</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@ -18,30 +22,40 @@
|
||||
<div class="container">
|
||||
<div class="row justify-content-center text-center">
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h4">Security aware</h2>
|
||||
<p>Get A+ scores on <a href="https://observatory.mozilla.org/analyze/doks-child-theme.netlify.app">Mozilla Observatory</a> out of the box. Easily change the default Security Headers to suit your needs.</p>
|
||||
<h2 class="h4">
|
||||
<a href="https://mdp.loi.re">Mots de passes</a>
|
||||
</h2>
|
||||
<p>Facilitez vous la gestion de vos mots de passes, avec ce service libre vous avez besoin de retenir qu'un seul mot de passe.</p>
|
||||
<div class="btn-group" role="group" aria-label="Basic outlined example">
|
||||
<a href="/documentation/services/mdp" class="btn btn-outline-primary">Documentation</a>
|
||||
<a href="https://mdp.loi.re" class="btn btn-primary">Accéder au service</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h4">Fast by default ⚡️</h2>
|
||||
<p>Get 100 scores on <a href="https://googlechrome.github.io/lighthouse/viewer/?gist=59aafe464a68f8bc30b8e9a636d5b053">Google Lighthouse</a> by default. Doks removes unused css, prefetches links, and lazy loads images.</p>
|
||||
<h2 class="h4">
|
||||
<a href="https://pdf.loi.re">Gestion de PDF</a>
|
||||
</h2>
|
||||
<p>
|
||||
Signer, parapher, tamponner, compléter un document PDF mais aussi fusionner,
|
||||
trier, pivoter, supprimer, extraire des pages !
|
||||
</p>
|
||||
<div class="btn-group" role="group" aria-label="Basic outlined example">
|
||||
<a href="/documentation/services/pdf" class="btn btn-outline-primary">Documentation</a>
|
||||
<a href="https://pdf.loi.re" class="btn btn-primary">Accéder au service</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h4">SEO-ready</h2>
|
||||
<p>Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center text-center">
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h4">Full text search</h2>
|
||||
<p>Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking.</p>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h4">Page layouts</h2>
|
||||
<p>Build pages with a landing page, blog, or documentation layout. Add custom sections and components to suit your needs.</p>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h4">Dark mode</h2>
|
||||
<p>Switch to a low-light UI with the click of a button. Change colors with variables to match your branding.</p>
|
||||
<h2 class="h4">
|
||||
<a href="https://forum.loi.re">Discussion & support</a>
|
||||
</h2>
|
||||
<p>
|
||||
Vous avez des questions sur un service, une mauvaise compréhension du numérique,
|
||||
besoin d'aide. N'hésitez pas !
|
||||
</p>
|
||||
<div class="btn-group" role="group" aria-label="Basic outlined example">
|
||||
<a href="/documentation/services/forum" class="btn btn-outline-primary">Documentation</a>
|
||||
<a href="https://forum.loi.re" class="btn btn-primary">Accéder au service</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user