Update resources.md

This commit is contained in:
Hannah Troisi
2016-04-20 15:47:06 -07:00
parent cb68582cfe
commit 6617fb9187

View File

@@ -4,6 +4,13 @@ layout: resources
permalink: /resources.html
---
###Join our Slack!
Join 60+ AsyncDisplayKit developers to get real-time debugging, hear the latest updates, and participate in asynchronous banter. Email AsyncDisplayKit(at)gmail.com for an invite.
###Sample Projects
Scroll through the examples/README.md to see screenshots / gifs of the numerous <a href="https://github.com/facebook/AsyncDisplayKit/tree/master/examples">sample projects</a>.
###Video Resources
<ul>
<li><a href = "https://www.youtube.com/watch?v=RY_X7l1g79Q">AsyncDisplayKit 2.0: Intelligent User Interfaces [NSSpain 2015]</a>
@@ -12,7 +19,7 @@ permalink: /resources.html
</ul>
###Layout Resources
ASDK's powerful layout system is based on the CSS FlexBox model. These sites are useful for learning the basic concepts of this system.
AsyncDisplayKit's powerful layout system is based on the CSS FlexBox model. These sites are useful for learning the basics of this system.
<ul>
<li><a href = "http://nguyenhuy.github.io/froggy-asdk-layout/">ASStackLayout Game</a>
<li><a href = "https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/">Visual Guide to CSS3 Flexbox</a>