angular-cn/public/about/index.jade

38 lines
1.4 KiB
Plaintext
Raw Normal View History

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
2015-03-11 20:56:08 -04:00
.grid-fluid.l-space-bottom-6
2015-03-02 02:48:31 -05:00
h3.text-headline.text-uppercase.text-center Current Contributors
2015-03-11 20:56:08 -04:00
<!-- BIO CARDS -->
2015-03-02 02:48:31 -05:00
for person, name in bios
2015-03-11 20:56:08 -04:00
.c3
md-card(class="bio-card" data-website="#{person.website}" data-twitter="#{person.twitter}" data-pic="#{person.picture}" data-bio="#{person.bio}" data-name="#{person.name}" ng-click="showBio($event)")
header
image(src="#{person.picture}" alt="#person.name")
nav
button(aria-label="View Bio") View Bio
2015-03-02 02:48:31 -05:00
2015-03-11 20:56:08 -04:00
if person.twitter
a(title="twitter" href="https://twitter.com/#{person.twitter}" ng-click="$event.stopPropagation()") <span class="icon-twitter"></span>
2015-03-05 01:38:45 -05:00
2015-03-11 20:56:08 -04:00
if person.website
a(title="website" href="#{person.website}" ng-click="$event.stopPropagation()") <span class="icon-publ"></span>
2015-03-05 01:38:45 -05:00
2015-03-11 20:56:08 -04:00
md-card-content
h3.text-headline.bio-card-name #{person.name}
p(class="bio-card-content text-body") #{person.bio}