Commit ff1605be authored by bitsoko services's avatar bitsoko services 👷🏿

Update index.pug

parent 5208721d
Pipeline #1897 canceled with stage
......@@ -588,8 +588,8 @@ html.desktop.mbr-site-loaded
input#Email-login.form-control.display-7(type='email' name='email' placeholder='Email' data-form-field='Email' required='required' value='')
.col-lg-6.col-md-6.col-sm-6.form-group(data-for='password')
input#Password-login.form-control.display-7(type='password' name='password' placeholder='Password' data-form-field='Password' required='required' value='')
.col-lg-3.col-md-3.col-sm-3.form-group
button.btn.btn-primary.display-4(style='height:100%;width:100%;', href='', onclick='doSigninDoocanet()') signin
.col-lg-12.col-md-12.col-sm-12.form-group
button.btn.btn-primary.display-4(style='height:100%;width:30%;', href='', onclick='doSigninDoocanet()') signin
.col-lg-6.col-md-6.col-sm-6.form-group(data-for='name1' style='display:none;')
input#Name-login.form-control.display-7(type='text' name='name1' placeholder='First name' data-form-field='Name' required='required' value='')
.col-lg-6.col-md-6.col-sm-6.form-group(data-for='name2' style='display:none;')
......@@ -601,8 +601,8 @@ html.desktop.mbr-site-loaded
for unit in units
if unit.vacant
option(value=unit.value) #{unit.h}
.col-lg-3.col-md-3.col-sm-3.form-group(style='display:none;')
button.btn.btn-primary.display-4(style='height:100%;width:100%;', href='', onclick='doSignupDoocanet()') signup
.col-lg-12.col-md-12.col-sm-12.form-group(data-for='suBtn' style='display:none;')
button.btn.btn-primary.display-4(style='height:100%;width:30%;', href='', onclick='doSignupDoocanet()') signup
.col-lg-6.col-md-12.col-sm-12.form-group(data-for='Info', style='padding:3%;')
p.mbr-text.align-left.pb-3.mbr-fonts-style.display-4
| complete signup to view invoices and payment information on your account page.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment