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.
|
2016-05-13 01:00:21 -04:00
|
|
|
|
p.text-body.
|
2016-09-25 14:58:46 -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 -->
|
2015-10-18 14:07:47 -04:00
|
|
|
|
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
|
2016-09-17 09:52:26 -04:00
|
|
|
|
md-card(biocard class="bio-card" website=person.website twitter=person.twitter pic=person.picture bio=person.bio name=person.name)
|
2015-10-18 14:07:47 -04:00
|
|
|
|
header
|
|
|
|
|
image(src="#{person.picture}" alt="#person.name")
|
|
|
|
|
|
|
|
|
|
nav
|
2016-04-09 12:38:38 -04:00
|
|
|
|
button(aria-label="View Bio") 个人经历
|
2015-10-18 14:07:47 -04:00
|
|
|
|
|
|
|
|
|
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}
|