chore(news): update posts and add twitter feed

This commit is contained in:
Naomi Black 2016-02-29 22:51:13 -08:00
parent f117500af5
commit d52c72a73a
3 changed files with 52 additions and 28 deletions

View File

@ -28,7 +28,6 @@ script(src="/resources/js/directives/code-pane.js")
script(src="/resources/js/directives/code-example.js")
script(src="/resources/js/directives/scroll-y-offset-element.js")
<!-- GA -->
script.
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@ -52,3 +51,7 @@ if current.path[0] == "docs"
<!-- Google Feedback -->
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")
<!-- Twitter Widget -->
script.
(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}})(document,"script","twitter-wjs");

View File

@ -1,6 +1,6 @@
.grid-fluid.l-space-bottom-4
.grid-fluid.l-space-bottom-2
.c12.text-center
h3.text-headline.text-uppercase From the Core Team
h3.text-headline.text-uppercase Core Team
.clear
.grid-fluid
@ -28,12 +28,37 @@
.author
img(src="/resources/images/bios/naomi.jpg")
.posted Posted by <b>Naomi Black</b>
.grid-fluid.l-space-top-6
.grid-fluid.l-space-bottom-2.l-space-top-4
.c12.text-center
h3.text-headline.text-uppercase From Our Developer Community
h3.text-headline.text-uppercase Developer Community
.clear
.grid-fluid
.c6
.article-card
.date February 19, 2016
.title
a(
target="_blank"
href="https://medium.com/google-developer-experts/angular-2-unit-testing-with-jasmine-defe20421584#.ptfd1gd5j"
) Angular 2Unit Testing recipes
p Angular 2 was designed with testability in mind as its predecessor and it provides multiple options to support Unit Testing. In this article we will show you how to setup Jasmine and write some common unit tests...
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Gerard Sans</b>
.c6
.article-card
.date February 18, 2016
.title
a(
target="_blank"
href="http://www.yearofmoo.com/2016/02/rendering-in-angular2.html"
) Rendering in Angular2
p Get an idea of how Angular2 internal rendering system works With the new design decisions that Angular2 has brought forth, the possibility of setting up a custom renderer to take on the UI responsibilities is...
.author
img(src="/resources/images/bios/matias.jpg")
.posted Posted by <b>Matias Niemela</b>
.grid-fluid.l-space-bottom-2.l-space-top-4
.grid-fluid
.c6
.article-card
.date February 3, 2016
@ -58,28 +83,24 @@
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Pascal Precht</b>
.grid-fluid.l-space-bottom-4
.grid-fluid.l-space-bottom-2.l-space-top-4
.c12.text-center
h3.text-headline.text-uppercase Twitter
.clear
.grid-fluid
.c3
p
.c6
.article-card
.date January 6, 2016
.title
a(
target="_blank"
href="http://blog.thoughtram.io/angular/2016/01/06/taking-advantage-of-observables-in-angular2.html"
) Taking advantage of Observables in Angular 2
p Some people seem to be confused why Angular 2 seems to favor the Observable abstraction over the Promise abstraction when it comes to dealing with async behavior. There are pretty good resources about the difference...
.author
img(src="/resources/images/bios/shield-bio-placeholder.png")
.posted Posted by <b>Christoph Burgdorf</b>
.c6
.article-card
.date December 30, 2015
.title
a(
target="_blank"
href="https://medium.com/google-developer-experts/angular-2-introduction-to-redux-1cf18af27e6e#.fs370dms1"
) Angular 2Introduction to Redux
p How to use Redux in Angular 2 Applications. Redux, now in version 3, has been around less than a year but it has proved very successful. Inspired by Flux and Elm, is used to handle Application state and bind it to...
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Gerard Sans</b>
href="http://twitter.com/angularjs"
class="twitter-follow-button"
data-show-count="false"
) Follow @angularjs
p.
<a class="twitter-timeline" data-chrome="nofooter noborders noheader"
href="http://twitter.com/angularjs" data-widget-id="700150278465523713"></a>

View File

@ -3,7 +3,7 @@
padding: ($unit * 2);
background: lighten($mist, 3%);
border-radius: ($unit / 2);
min-height: 330px;
min-height: 200px;
position: relative;
@media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint),