docs(misc): update for jules at angular connect

This commit is contained in:
Naomi Black 2015-10-18 19:07:47 +01:00
parent 30b88cfa57
commit 19473596a8
6 changed files with 84 additions and 14 deletions

View File

@ -15,6 +15,12 @@
"autoformat": "true"
},
"cardboard": {
"title": "Angular Cardboard Hack-A-Thon",
"subtitle": "Win a free ticket to ng-conf 2016",
"autoformat": "true"
},
"download": {
"title": "Download Angular",
"subtitle": "Setup & Installation"

View File

@ -17,21 +17,24 @@
h3.text-headline.text-uppercase.text-center Current Contributors
<!-- BIO CARDS -->
for person, name in bios
.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")
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
button(aria-label="View Bio") View Bio
nav
button(aria-label="View Bio") 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.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>
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}
md-card-content
h3.text-headline.bio-card-name #{person.name}
p(class="bio-card-content text-body") #{person.bio}

61
public/cardboard.jade Normal file
View File

@ -0,0 +1,61 @@
style(rel='stylesheet').
.fake-centered {
width: 440px;
margin: 0 auto;
text-align: left;
}
.grid-fluid.l-space-bottom-4
.c2 &nbsp;
.c8.text-center
p.text-body.
We love exciting new technologies, its one of the reasons we created Angular, and we love Google Cardboard. What could be better (or more fun) than combining the two?
p Only the app you build and we cant wait to see your ideas come to virtual life (literally!).
- for (var i = 0; i < 5; i++)
img(src="/resources/images/cardboard/cardboard.png" alt="" width="20%")
.c2 &nbsp;
.clear
.grid-fluid.l-space-bottom-6.text-center
.c2 &nbsp;
.c8
div.l-space-bottom-4.banner.is-centered.banner-ng-annoucement
h2 Excited? So are we!
p.
Submit your Angular Cardboard App before <b>December 31, 2015</b><br>
and you could win <b>a free ticket</b> to ng-conf 2016!
div.fake-centered
p Entries will be judged in two categories:
ul
li Most Engaging App
li.
Best Technology Demonstration
<br>
<small>Huge hint: Angular 2 scores points</small>
p <b>Weve partnered with Ionic to give you a heads start with this</b>
img(src="/resources/images/cardboard/Ionic_Logo.png" alt="" width="40%")
p
a(href="https://github.com/driftyco/ionic-starter-cardboard") Starter Template for Angular Cardboard
h4 Ready?
p
a(href="https://docs.google.com/a/google.com/forms/d/1qHPldjf1VuR565IUhUDjz7VuC8dU_3WBF80zGi6xOss/edit") Sign-Up Here
p Dont have Cardboard and want one? Check out:
p.text-center
a(href="http://www.unofficialcardboard.com/")
img(src="/resources/images/cardboard/UC_Logo_Black.png" alt="Unofficial Cardboard" width="30%")
h4 Rules of the Contest
p.
Changed your mind? Thats okay, we know stuff comes up, <a
href="mailto:juliekremer+contest@google.com">email us</a> and
we will remove you from the contest and delete all of your submitted information.
p Rules of the Contest | <a href="http://www.google.com/policies/">Google Privacy Policy Link</a>
.c2 &nbsp;

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 KiB