travis-web/app/templates/team.hbs
2015-11-09 17:00:55 +01:00

16 lines
561 B
Handlebars

<div id="landing" class="landing wrapper">
<section class="section--white">
<div class="inner">
<header class="section--center team-header">
<h1 class="h1--green">Teamwork makes Travis CI possible</h1>
<p class="text-big">We've got Builders in areas across Europe and North America <br> working together to make the tool you love to use.
</p>
</header>
<ul class="list--team">
{{#each model as |member|}}
{{team-member member=member}}
{{/each}}
</ul>
</div>
</section>
</div>