forked from sagi/seepur
wip
This commit is contained in:
parent
4d428b3aa4
commit
c879cd2d6c
1 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
|
||||
</section>
|
||||
<div class="hero is-primary">
|
||||
<div class="hero hero-bg">
|
||||
<section class="section has-text-centered">
|
||||
<h1 class="title">Join Now</h1>
|
||||
<h2 class="subtitle">It takes less then a minute. You could have been done by now, but you are still reading...</h2>
|
||||
|
@ -32,7 +32,7 @@
|
|||
{{ csrfField() }}
|
||||
<nav class="level">
|
||||
<div class="field">
|
||||
<label class="label has-text-light">Name</label>
|
||||
<label class="label ">Name</label>
|
||||
<div class="control has-icons-left">
|
||||
<input class="input {{ getErrorFor('name') ? 'is-danger' : ''}}" required="true" name="name" type="text" placeholder="John Snow" value="{{ old('name', '') }}">
|
||||
<span class="icon is-small is-left">
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
|
||||
<div class="field">
|
||||
<label class="label has-text-light">Email</label>
|
||||
<label class="label ">Email</label>
|
||||
<div class="control has-icons-left">
|
||||
<input class="input {{ getErrorFor('email') ? 'is-danger' : ''}}" name="email" required="true" type="email" placeholder="j.snow@thewall.com" value="{{ old('email', '') }}">
|
||||
<span class="icon is-small is-left">
|
||||
|
@ -56,7 +56,7 @@
|
|||
</div>
|
||||
|
||||
<div class="field">
|
||||
<label class="label has-text-light">Password</label>
|
||||
<label class="label ">Password</label>
|
||||
<div class="control has-icons-left">
|
||||
<input class="input {{ getErrorFor('password') ? 'is-danger' : ''}}" id="txt-register-password" name="password" required="true" type="password" placeholder="password">
|
||||
<span class="icon is-small is-left">
|
||||
|
@ -66,7 +66,7 @@
|
|||
<p class="help is-danger">{{ getErrorFor('password') ? getErrorFor('password') : '' }}</p>
|
||||
</div>
|
||||
<div class="field m-b-xxs">
|
||||
<label class="label has-text-light">Confirm Password</label>
|
||||
<label class="label ">Confirm Password</label>
|
||||
<div class="control has-icons-left">
|
||||
<input class="input" type="password" id="txt-register-confirm-password" placeholder="confirm password" required="true">
|
||||
<span class="icon is-small is-left">
|
||||
|
|
Loading…
Reference in a new issue