angular-cn/public/about/index.jade

45 lines
1.8 KiB
Plaintext
Raw Normal View History

2015-03-02 02:48:31 -05:00
.grid-fluid.l-space-bottom-8
.c2  
.c8.text-center
2016-04-09 12:38:38 -04:00
h3.text-headline.text-uppercase 为未来构建
2015-03-02 02:48:31 -05:00
p.text-body.
Angular is built by a team of engineers who share a passion for
2015-03-12 13:50:48 -04:00
making web development feel effortless. We believe that writing
2015-03-02 02:48:31 -05:00
beautiful apps should be joyful and fun. We're building a
platform for the future.
p.text-body.
2016-04-09 12:38:38 -04:00
Angular由一个工程师组织打造我们拥有共同的热情 —— 让Web开发变得更简单。我们深信写漂亮的程序快乐而有趣。
我们正在构建一个面向未来的平台。
2015-03-02 02:48:31 -05:00
.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
2016-04-09 12:38:38 -04:00
h3.text-headline.text-uppercase.text-center 目前的贡献者
2015-03-11 20:56:08 -04:00
<!-- BIO CARDS -->
for type in [ 'Lead', 'Google', 'Community' ]
h4.text-headline.text-uppercase(style='clear:both')= type
for person, name in bios
if person.type == type
.c3
md-card(biocard class="bio-card" website="#{person.website}" twitter="#{person.twitter}" pic="#{person.picture}" bio="#{person.bio}" name="#{person.name}")
header
image(src="#{person.picture}" alt="#person.name")
nav
2016-04-09 12:38:38 -04:00
button(aria-label="View Bio") 个人经历
if person.twitter
a(title="twitter" href="https://twitter.com/#{person.twitter}" ng-click="$event.stopPropagation()") <span class="icon-twitter"></span>
if person.website
a(title="website" href="#{person.website}" ng-click="$event.stopPropagation()") <span class="icon-publ"></span>
md-card-content
h3.text-headline.bio-card-name #{person.name}
p(class="bio-card-content text-body") #{person.bio}