doctype html
html
head
meta(charset='utf-8')
script(type='text/javascript' src="https://code.jquery.com/jquery-3.2.1.min.js")
link(rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css")
meta(name="viewport" content="width=device-width, initial-scale=1")
title WORKLOUD
body
div(class = "container")
div(class = "row")
h2 WORKLOUD
legend
div(class = "col-md-3")
div(class = "login-box well")
form(action = "/login" method="post")
legend LOGIN
div(class = "form-group")
label(for = 'id' ) ID
br
input(type='text' name = 'id' placeholder='ID' id = 'id' value = id)
div(class = "form-group")
label(for = 'password') PASSWORD
br
input(type='password' name = 'password' placeholder='PASSWORD')
legend
div(class = "form-group")
input(type='submit' value = 'LOGIN' class='btn btn-default btn-login-submit btn-block m-t-md')
legend
button(class='btn btn-default btn-block m-t-md' id = 'signUp' onclick = "location.href='/register'") Sign Up
div(class = "col-md-5" style="border:1px;")
h3 Welcome to WORKLOUD. I'm Sanghun. I developed this web program to increase programming level. It made by nodejs. It's good chance to improve my skills. I knew WORKLOUD existed already. But It will be recorded to my project experience. WORKLOUD is web program which manage the work list. You can upload lists that is work you finished. And Supervisor can comfirm through checkboxes. I think that WORKLOUD improve your work efficiency.
'알고리즘 > node.js' 카테고리의 다른 글
[node.js] content.jade : 내용 보기 (0) | 2018.02.03 |
---|---|
[node.js] list.jade : 목록 (0) | 2018.02.03 |
[node.js] idcheck.jade : 아이디 중복확인 (0) | 2018.02.03 |
[node.js] register.jade : 회원가입 (0) | 2018.02.03 |
[node.js] app_workloud.js (0) | 2018.02.03 |