This commit is contained in:
parent
f63128a68f
commit
ca60e3088d
11 changed files with 557 additions and 148 deletions
|
|
@ -1,48 +1,11 @@
|
|||
<section id="features" class="bg-light" style="scroll-margin-top: 2em">
|
||||
<div class="container py-4">
|
||||
<div class="section-title text-center mt-5 mb-5">
|
||||
<h2 class="mb-3 display-4">{{ i18n "features-title" }}</h2>
|
||||
<div class="row">
|
||||
<p
|
||||
class="offset-sm-1 col-sm-10 offset-md-2 col-md-8 text-muted"
|
||||
style="font-size: 1.15rem"
|
||||
>
|
||||
{{ i18n "features-lead" }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-warning my-5 d-flex">
|
||||
<div class="display-2">🏗️</div>
|
||||
<div class="ms-2 flex-fill">
|
||||
<p class="lead">{{ i18n "features-wip-lead" }}</p>
|
||||
<p>
|
||||
{{ i18n "features-wip-p1-start" }}
|
||||
<strong
|
||||
>{{ i18n "features-wip-p1-strong" }}
|
||||
<a
|
||||
href="https://github.com/happyDomain/happydomain/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
data-umami-event="goto-issue"
|
||||
>{{ i18n "features-wip-p1-link" }}</a
|
||||
>.</strong
|
||||
>
|
||||
{{ i18n "features-wip-p1-end" }}
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://feedback.happydomain.org"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
data-umami-event="goto-feedback"
|
||||
>{{ i18n "features-wip-p2-feedback" }}</a
|
||||
>
|
||||
{{ i18n "features-wip-p2-start" }}
|
||||
<u>{{ i18n "features-wip-p2-emph" }}</u>{{ i18n
|
||||
"features-wip-p2-end" }}
|
||||
</p>
|
||||
</div>
|
||||
<section id="features" class="section" style="scroll-margin-top: 2em">
|
||||
<div class="container">
|
||||
<div class="section-head">
|
||||
<span class="eyebrow"
|
||||
><span class="dot"></span>{{ i18n "features-eyebrow" }}</span
|
||||
>
|
||||
<h2 class="h2">{{ i18n "features-title" }}</h2>
|
||||
<p class="lede">{{ i18n "features-lead" }}</p>
|
||||
</div>
|
||||
|
||||
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
|
||||
|
|
@ -86,5 +49,38 @@
|
|||
</div>
|
||||
{{ end }} {{ end }}
|
||||
</div>
|
||||
|
||||
<div class="alert alert-warning mt-5 d-flex">
|
||||
<div class="display-2">🏗️</div>
|
||||
<div class="ms-2 flex-fill">
|
||||
<p class="lead">{{ i18n "features-wip-lead" }}</p>
|
||||
<p>
|
||||
{{ i18n "features-wip-p1-start" }}
|
||||
<strong
|
||||
>{{ i18n "features-wip-p1-strong" }}
|
||||
<a
|
||||
href="https://github.com/happyDomain/happydomain/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
data-umami-event="goto-issue"
|
||||
>{{ i18n "features-wip-p1-link" }}</a
|
||||
>.</strong
|
||||
>
|
||||
{{ i18n "features-wip-p1-end" }}
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://feedback.happydomain.org"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
data-umami-event="goto-feedback"
|
||||
>{{ i18n "features-wip-p2-feedback" }}</a
|
||||
>
|
||||
{{ i18n "features-wip-p2-start" }}
|
||||
<u>{{ i18n "features-wip-p2-emph" }}</u>{{ i18n
|
||||
"features-wip-p2-end" }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue