Skip to content

Commit

Permalink
Change copy in landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Feb 11, 2016
1 parent fd67b1c commit 1d5e08c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tests/dummy/app/templates/public-pages/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
</svg>
<div class="selling-point-text">
<h2>Feature rich</h2>
Inspired by Select2.js it supports groups, filtering,
promises and multiple selections right away.
Inspired by Select2.js, selectize.js and others,
it supports groups, filtering, multiple
selections, keyboard navigation and is accesible right away.
</div>
</article>

Expand All @@ -25,8 +26,8 @@
</div>
<div class="selling-point-text">
<h2>With Ember for Ember</h2>
Built using ember practices, it feels natural to use
and plays nicely with ember-data collections.
Built using ember best practices, it feels natural to use
and plays nicely with promises, actions, and ember-data collections.
</div>
</article>

Expand All @@ -37,7 +38,8 @@
<div class="selling-point-text">
<h2>Do it your way</h2>
Want custom html? Pass a block. Async searching? Use an action.
Something entirely different? Roll your own template.
Something totally custom? Just replace pieces of the select
with your own components and do it.
</div>
</article>
</section>
Expand Down

0 comments on commit 1d5e08c

Please sign in to comment.