Files
freeCodeCamp/views/resources/chat.jade
2015-03-07 01:37:41 -08:00

22 lines
1.0 KiB
Plaintext

extends ../layout-wide
block content
h3
ol.col-md-offset-2
li Create a GitHub Account 
a(href="http://github.com/join", target='_blank') here
| .
li Download the chat room app on  
a(href="https://update.gitter.im/win/latest") Windows
| , 
a(href="https://update.gitter.im/osx/latest") Mac
| , 
a(href="http://appstore.com/gitter") iPhone
| ,  or  
a(href="https://play.google.com/store/apps/details?id=im.gitter.gitter&hl=en_GB") Android
|  , or go  
a(href="http://chat.freecodecamp.com") here
| .
li Keep the chat room open while you code so that you can meet friends and ask for help.
.col-xs-12
.embed-responsive.embed-responsive-16by9.gitter-imbed
iframe(src='https://www.gitter.im/freecodecamp/freecodecamp', frameborder='0', scrolling='no')