2015-03-02 02:48:31 -05:00
|
|
|
.grid-fluid.l-space-bottom-8
|
|
|
|
.c2
|
|
|
|
|
|
|
|
.c8.text-center
|
|
|
|
h3.text-headline.text-uppercase Building For the Future
|
|
|
|
p.text-body.
|
|
|
|
Angular is built by a team of engineers who share a passion for
|
|
|
|
making making web development feel effortless. We believe that writing
|
|
|
|
beautiful apps should be joyful and fun. We're building a
|
|
|
|
platform for the future.
|
|
|
|
|
|
|
|
.c2
|
|
|
|
.clear
|
|
|
|
|
|
|
|
.grid-fluid.l-space-bottom-8
|
|
|
|
h3.text-headline.text-uppercase.text-center Current Contributors
|
|
|
|
for person, name in bios
|
|
|
|
div.c3
|
|
|
|
md-card.bio-card
|
2015-03-04 14:57:28 -05:00
|
|
|
img(src="#{person.picture}" class="md-card-image" alt="#{name}")
|
2015-03-02 02:48:31 -05:00
|
|
|
md-card-content
|
|
|
|
h3.text-headline #{person.name}
|
|
|
|
|
2015-03-05 01:38:45 -05:00
|
|
|
if person.twitter
|
|
|
|
a(href="https://twitter.com/#{person.twitter}" class="bio-link") @#{person.twitter}
|
|
|
|
|
|
|
|
if person.website
|
|
|
|
a(href="#{person.website}" class="bio-link") Website
|
|
|
|
|
2015-03-05 02:22:06 -05:00
|
|
|
p(class="text-body" data-pic="#{person.picture}" data-name="#{person.name}" ng-click="showBio($event)") #{person.bio}
|