freeCodeCamp/views/curriculum/curriculum.jade

28 lines
717 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
2014-10-14 04:38:10 +00:00
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')
// .row
// .col-sm-6
// h3 Your Curriculum
// .col-sm-6
// .chat
// .chat-messages
// .chat-input.row
// .col-sm-3
// input.usernameInput(placeholder='Nickanem', type='text', maxlength='14')
// .col-sm-9
// input.inputMessage(placeholder='Type here...')
//