2015-03-01 23:48:31 -08:00
|
|
|
|
.grid-fluid.l-space-bottom-8
|
|
|
|
|
.c2
|
|
|
|
|
|
|
|
|
|
.c8.text-center
|
2016-04-10 00:38:38 +08:00
|
|
|
|
h3.text-headline.text-uppercase 为未来构建
|
2015-03-01 23:48:31 -08:00
|
|
|
|
p.text-body.
|
|
|
|
|
Angular is built by a team of engineers who share a passion for
|
2015-03-12 10:50:48 -07:00
|
|
|
|
making web development feel effortless. We believe that writing
|
2015-03-01 23:48:31 -08:00
|
|
|
|
beautiful apps should be joyful and fun. We're building a
|
|
|
|
|
platform for the future.
|
2016-05-13 13:00:21 +08:00
|
|
|
|
p.text-body.
|
2016-09-25 19:58:46 +01:00
|
|
|
|
Angular由工程师组织打造,我们拥有共同的热情 —— 让Web开发变得更简单。我们深信,写漂亮的程序快乐而有趣。
|
|
|
|
|
我们正在构建面向未来的平台。
|
2015-03-01 23:48:31 -08:00
|
|
|
|
|
|
|
|
|
.c2
|
|
|
|
|
.clear
|
|
|
|
|
|
2015-03-11 17:56:08 -07:00
|
|
|
|
.grid-fluid.l-space-bottom-6
|
|
|
|
|
|
2015-03-01 23:48:31 -08:00
|
|
|
|
h3.text-headline.text-uppercase.text-center Current Contributors
|
2016-04-10 00:38:38 +08:00
|
|
|
|
h3.text-headline.text-uppercase.text-center 目前的贡献者
|
2015-03-11 17:56:08 -07:00
|
|
|
|
|
|
|
|
|
<!-- BIO CARDS -->
|
2015-10-18 19:07:47 +01: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 15:52:26 +02: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 19:07:47 +01:00
|
|
|
|
header
|
|
|
|
|
image(src="#{person.picture}" alt="#person.name")
|
|
|
|
|
|
|
|
|
|
nav
|
2016-04-10 00:38:38 +08:00
|
|
|
|
button(aria-label="View Bio") 个人经历
|
2015-10-18 19:07:47 +01: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}
|