decide.nolog.cz/app/templates/index.hbs
sappor0 c23ba1f6fb Using bootstrap 4 and related UI refresh (#205)
Changes at a glance:

- Switch from BS3 to BS4
- Polishing of some UI elements (low-hanging fruit for UX)
- Mobile-friendly layout.
2019-06-07 11:22:13 +02:00

39 lines
891 B
Handlebars

<div class="index cr-screen-index">
<div class="jumbotron">
<h2 class="cr-claim">
{{t "index.title"}}
</h2>
{{#link-to "create" class="btn btn-primary btn-lg"}}{{t "index.link.have-a-try"}}{{/link-to}}
</div>
<div class="row">
<div class="col-lg-6">
<h3>{{t "index.features.title"}}</h3>
<ul>
<li>
{{t "index.features.list.overview"}}
</li>
<li>
{{t "index.features.list.options"}}
</li>
<li>
{{t "index.features.list.answers"}}
</li>
<li>
{{t "index.features.list.evaluation"}}
</li>
<li>
{{t "index.features.list.privacy"}}
</li>
</ul>
</div>
<div class="col-lg-5 offset-lg-1">
<h3>{{t "index.hoster.title"}}</h3>
<p>
{{t "index.hoster.text"}}
</p>
</div>
</div>
</div>