angular-cn/public/about/index.jade

31 lines
1.0 KiB
Plaintext

.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
img(src="#{person.picture}" class="md-card-image" alt="#{name}")
md-card-content
h3.text-headline #{person.name}
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
p(class="text-body" data-pic="#{person.picture}" data-name="#{person.name}" ng-click="showBio($event)") #{person.bio}