Update resources.md

This commit is contained in:
Hannah Troisi
2016-04-20 15:39:42 -07:00
parent c36b95637f
commit cb68582cfe

View File

@@ -4,16 +4,17 @@ layout: resources
permalink: /resources.html
---
<h2>Video Resources</h2>
###Video Resources
<ul>
<li><a href = "https://www.youtube.com/watch?v=RY_X7l1g79Q">AsyncDisplayKit 2.0: Intelligent User Interfaces - NSSpain 2015</a>
<li><a href = "https://www.youtube.com/watch?v=ZPL4Nse76oY">Effortless Responsiveness with AsyncDisplayKit - MCE 2015</a>
<li><a href = "https://www.youtube.com/watch?v=h4QDbgB7RLo">Asynchronous UI - NSLondon 2014</a>
<li><a href = "https://www.youtube.com/watch?v=RY_X7l1g79Q">AsyncDisplayKit 2.0: Intelligent User Interfaces [NSSpain 2015]</a>
<li><a href = "https://www.youtube.com/watch?v=ZPL4Nse76oY">Effortless Responsiveness with AsyncDisplayKit [MCE 2015]</a>
<li><a href = "https://www.youtube.com/watch?v=h4QDbgB7RLo">Asynchronous UI [NSLondon 2014]</a>
</ul>
<h2>Layout Resources</h2>
<h5>ASDK's powerful layout system is based on the CSS FlexBox model. These sites are useful for learning the basic concepts of this system if you aren't familiar."</h5>
###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.
<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>
<li><a href = "http://www.flexboxpatterns.com/home">FlexBox Patterns</a>
</ul>