decide.nolog.cz/app/templates/index.hbs

49 lines
1 KiB
Handlebars
Raw Normal View History

2014-07-06 17:37:54 +02:00
<div class="index">
2015-07-07 11:52:46 +02:00
<div class="box teaser">
<h2>
{{t "index.title"}}
</h2>
</div>
2014-07-06 17:37:54 +02:00
2015-07-07 11:52:46 +02:00
<div class="row">
<div class="col-md-6">
2014-07-06 17:37:54 +02:00
2015-07-07 11:52:46 +02:00
<div class="box features">
<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>
2014-07-06 17:37:54 +02:00
2015-07-07 11:52:46 +02:00
<p class="have-a-try">
<span class="glyphicon glyphicon-share-alt"></span>
{{#link-to 'create'}}{{t "index.link.have-a-try"}}{{/link-to}}
</p>
</div>
</div>
2014-07-06 17:37:54 +02:00
2015-07-07 11:52:46 +02:00
<div class="col-md-6">
<div class="box features">
<h3>{{t "index.hoster.title"}}</h3>
<p>
{{t "index.hoster.text"}}
</p>
</div>
2014-07-06 17:37:54 +02:00
</div>
2015-07-07 11:52:46 +02:00
</div>
</div>