freeCodeCamp/views/curriculum/curriculum.jade

16 lines
417 B
Plaintext
Raw Normal View History

2014-10-13 21:14:51 +00:00
extends ../layout
block content
.page-header
2014-10-14 01:00:37 +00:00
h3 Your Curriculum
.col-xs-12.col-sm-12.col-md-12
ul.pages
li.chat.page
div.chatArea
ul.messages
input.inputMessage(placeholder='Type here...')
li.login.page
div.form
h3.title What's your nickname?
input.usernameInput(type='text', maxlength='14')