|
|
@ -4,11 +4,11 @@ block head |
|
|
|
+css("css/page/login.css") |
|
|
|
|
|
|
|
block content |
|
|
|
h2 Weekly Coding Challenge #1: Sign in/up Form |
|
|
|
h2 天蚕 / 地雀 |
|
|
|
.container#container |
|
|
|
.form-container.sign-up-container |
|
|
|
form(action='#') |
|
|
|
h1 Create Account |
|
|
|
form(action='#' onsubmit='return false') |
|
|
|
h1 创建账户 |
|
|
|
.social-container |
|
|
|
a.social(href='#') |
|
|
|
i.fab.fa-facebook-f |
|
|
@ -16,14 +16,14 @@ block content |
|
|
|
i.fab.fa-google-plus-g |
|
|
|
a.social(href='#') |
|
|
|
i.fab.fa-linkedin-in |
|
|
|
span or use your email for registration |
|
|
|
input(type='text', placeholder='Name') |
|
|
|
input(type='email', placeholder='Email') |
|
|
|
input(type='password', placeholder='Password') |
|
|
|
button Sign Up |
|
|
|
span 使用您的邮箱注册 |
|
|
|
input(type='text', placeholder='请输入用户名') |
|
|
|
input(type='email', placeholder='请输入邮箱') |
|
|
|
input(type='password', placeholder='请输入密码') |
|
|
|
button(type='submit') 注册 |
|
|
|
.form-container.sign-in-container |
|
|
|
form(action='#') |
|
|
|
h1 Sign in |
|
|
|
form(action='/login' method='post') |
|
|
|
h1 登录 |
|
|
|
.social-container |
|
|
|
a.social(href='#') |
|
|
|
i.fab.fa-facebook-f |
|
|
@ -31,21 +31,21 @@ block content |
|
|
|
i.fab.fa-google-plus-g |
|
|
|
a.social(href='#') |
|
|
|
i.fab.fa-linkedin-in |
|
|
|
span or use your account |
|
|
|
input(type='email', placeholder='Email') |
|
|
|
input(type='password', placeholder='Password') |
|
|
|
a(href='#') Forgot your password? |
|
|
|
button Sign In |
|
|
|
span 填写您的账户 |
|
|
|
input(type='text',name="username" , placeholder='请输入邮箱') |
|
|
|
input(type='password',name="password" , placeholder='请输入密码') |
|
|
|
a(href='#') 忘记密码? |
|
|
|
button 登录 |
|
|
|
.overlay-container |
|
|
|
.overlay |
|
|
|
.overlay-panel.overlay-left |
|
|
|
h1 Welcome Back! |
|
|
|
p To keep connected with us please login with your personal info |
|
|
|
button.ghost#signIn Sign In |
|
|
|
h1 欢迎回来! |
|
|
|
p 填写您的账户,与我们保持亲密联系吧! |
|
|
|
button.ghost#signIn 登录 |
|
|
|
.overlay-panel.overlay-right |
|
|
|
h1 Hello, Friend! |
|
|
|
p Enter your personal details and start journey with us |
|
|
|
button.ghost#signUp Sign Up |
|
|
|
h1 你好朋友! |
|
|
|
p 创建您的个人账户,随我们遨游于此吧! |
|
|
|
button.ghost#signUp 注册 |
|
|
|
footer |
|
|
|
p |
|
|
|
| Created with |
|
|
|