mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-03 20:10:21 -04:00
Compact Login
This commit is contained in:
parent
7fb18b99a9
commit
a6e717f71a
|
@ -12,7 +12,7 @@
|
|||
<img src="{% static 'homepage/css/res/influencers_heading2_highres.png' %}" width="53%" height="auto"/>
|
||||
</div>
|
||||
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="../../../users/signup/influencer">Sign Up Now!</a>
|
||||
<a href="../../users/login/influencer/"><i><center>Already Have An Account? Log In</center></i></a>
|
||||
<a href="../../users/login/influencer/"><i><center>Already Have An Account?</center></i></a>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
|
|
@ -45,17 +45,6 @@
|
|||
Login as an Influencer
|
||||
</span>
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate="Name is required">
|
||||
<span class="label-input100">Full Name</span>
|
||||
<input class="input100" type="text" name="name" placeholder="Name...">
|
||||
<span class="focus-input100"></span>
|
||||
</div>
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate = "Valid email is required: ex@abc.xyz">
|
||||
<span class="label-input100">Email</span>
|
||||
<input class="input100" type="text" name="email" placeholder="Email addess...">
|
||||
<span class="focus-input100"></span>
|
||||
</div>
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate="Username is required">
|
||||
<span class="label-input100">Username</span>
|
||||
|
@ -68,12 +57,6 @@
|
|||
<input class="input100" type="text" name="pass" placeholder="*************">
|
||||
<span class="focus-input100"></span>
|
||||
</div>
|
||||
<p style="position:absolute; left:47px; top:618px;" class="text-muted">*Password must contain at least one capital and lower case letter and be longer than six characters.</p>
|
||||
<div class="wrap-input100 validate-input" data-validate = "Repeat Password is required">
|
||||
<span class="label-input100">Repeat Password</span>
|
||||
<input class="input100" type="text" name="repeat-pass" placeholder="*************">
|
||||
<span class="focus-input100"></span>
|
||||
</div>
|
||||
|
||||
<div class="flex-m w-full p-b-33">
|
||||
<div class="contact100-form-checkbox">
|
||||
|
@ -93,17 +76,10 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="container-login100-form-btn">
|
||||
<div class="wrap-login100-form-btn">
|
||||
<div class="login100-form-bgbtn"></div>
|
||||
<button class="login100-form-btn">
|
||||
Sign Up
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<a href="login.html" class="dis-block txt3 hov1 p-r-30 p-t-10 p-b-10 p-l-30">
|
||||
Log In
|
||||
<i class="fa fa-long-arrow-right m-l-5"></i>
|
||||
Log In <!-- CENTER THIS /!-->
|
||||
<i class="fa fa-long-arrow-right m-l-5"></i>
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user