Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

adding team descriptions #3258

Merged
merged 4 commits into from
Apr 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions source/team.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ responsive: true
The Ember CLI Team
</h2>
<p class="lead text-center">
The Ember CLI team is responsible for maintaining ember-cli, the command line interface for managing and packaging Ember.js applications and addons. The team also maintains many of the addons in the default blueprint as well as fastboot.
</p>

<%
Expand Down Expand Up @@ -99,7 +99,7 @@ responsive: true
The Ember Data Team
</h2>
<p class="lead text-center">
The Ember Data team is responsible for the official data persistence library for Ember.js applications.
</p>

<%
Expand Down Expand Up @@ -143,10 +143,11 @@ responsive: true
<h2 class="text-center">
The Ember Learning Team
</h2>
<p class="lead">

<p class="lead text-center">
The Ember Learning Team is responsible for keeping the guides and API documentation accurate and up-to-date. They also manage the community outreach coordination and other initiatives that support learning Ember.
</p>


<%
subteams = ['learning'];
subteams = subteams.map { |team|
Expand Down