decide.nolog.cz/app/templates/index.hbs
2023-11-04 14:54:30 +01:00

47 lines
No EOL
1.1 KiB
Handlebars

<div class="index cr-screen-index">
<div class="jumbotron">
<h2 class="cr-claim">
{{t "index.title" htmlSafe=true}}
</h2>
<LinkTo @route="create" class="btn btn-primary btn-lg">
{{t "index.link.have-a-try"}}
</LinkTo>
</div>
<div class="row">
<div class="col-lg-6">
<h3>{{t "index.features.title"}}</h3>
<ul>
<li>
{{t "index.features.list.overview" htmlSafe=true}}
</li>
<li>
{{t "index.features.list.options" htmlSafe=true}}
</li>
<li>
{{t "index.features.list.answers" htmlSafe=true}}
</li>
<li>
{{t "index.features.list.evaluation" htmlSafe=true}}
</li>
<li>
{{t "index.features.list.privacy" htmlSafe=true}}
</li>
</ul>
</div>
<div class="col-lg-5 offset-lg-1">
<h3>{{t "index.hoster.title"}}</h3>
<p>
{{t
"index.hoster.text"
gitHubLink=(mark-as-safe-html
'<a href="https://github.com/jelhan/croodle">GitHub</a>'
)
htmlSafe=true
}}
</p>
</div>
</div>
</div>