-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added reset password page with 2-step form for OTP verification
* Removed Facebbok and Twitter icons from footer of every page * Added copyright disclaimer in acknowledgement section of terms and conditions page * Removed price tag from course card as requested by company mentor
- Loading branch information
Showing
12 changed files
with
235 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -332,12 +332,6 @@ <h4>Services</h4> | |
<div class="col-4"> | ||
<h4>Follow Us</h4> | ||
<ul class="nav follow-us-nav"> | ||
<li class="nav-item"><a class="nav-link pl-0" href="#"> | ||
<i class="fa fa-facebook" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link" href="mailto:[email protected]"> | ||
<i class="fa fa-google" aria-hidden="true"></i></a> | ||
</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ <h5>Our Courses</h5> | |
</div> | ||
</div> | ||
|
||
<form action="" method="POST" id="gtco-form" class="container" autocomplete="on"> | ||
<form action="" method="POST" class="container gtco-form" autocomplete="on"> | ||
<h4 style="margin-top: -100px;"> Please fill in the necessary details: </h4> | ||
<input name="full_name" type="text" class="form-control" placeholder="Full Name" required> | ||
<input name="email" type="email" class="form-control" placeholder="Email Address" required> | ||
|
@@ -140,12 +140,6 @@ <h4>Services</h4> | |
<div class="col-4"> | ||
<h4>Follow Us</h4> | ||
<ul class="nav follow-us-nav"> | ||
<li class="nav-item"><a class="nav-link pl-0" href="#"> | ||
<i class="fa fa-facebook" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link" href="mailto:[email protected]"> | ||
<i class="fa fa-google" aria-hidden="true"></i></a> | ||
</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ <h5>Our Courses</h5> | |
<div class="container-fluid gtco-banner-area"> | ||
<div class="container"> | ||
<div class="row"> | ||
<form action="" method="POST" class="col-lg-6" id="gtco-form" autocomplete="on"> | ||
<form action="" method="POST" class="col-lg-6 gtco-form" autocomplete="on"> | ||
<img class="rashiv-logo" src="images/rashiv_logo-blue.png" alt="logo"></img> | ||
<h2 class="margin-40"> Contact Us </h2> | ||
<input name="full_name" type="text" class="form-control" placeholder="Full Name" required> | ||
|
@@ -148,12 +148,6 @@ <h4>Services</h4> | |
<div class="col-4"> | ||
<h4>Follow Us</h4> | ||
<ul class="nav follow-us-nav"> | ||
<li class="nav-item"><a class="nav-link pl-0" href="#"> | ||
<i class="fa fa-facebook" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link" href="mailto:[email protected]"> | ||
<i class="fa fa-google" aria-hidden="true"></i></a> | ||
</li> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -374,12 +374,6 @@ <h4>Services</h4> | |
<div class="col-4"> | ||
<h4>Follow Us</h4> | ||
<ul class="nav follow-us-nav"> | ||
<li class="nav-item"><a class="nav-link pl-0" href="#"> | ||
<i class="fa fa-facebook" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link" href="mailto:[email protected]"> | ||
<i class="fa fa-google" aria-hidden="true"></i></a> | ||
</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,15 +60,15 @@ <h5>Our Courses</h5> | |
<div class="container-fluid gtco-banner-area"> | ||
<div class="container"> | ||
<div class="row"> | ||
<form action="" method="POST" class="col-lg-6" id="gtco-form" autocomplete="on"> | ||
<form action="" method="POST" class="col-lg-6 gtco-form" autocomplete="on"> | ||
<img class="rashiv-logo" src="images/rashiv_logo-blue.png" alt="logo"></img> | ||
<h4 class="margin-40"> Log In </h4> | ||
<input name="email" type="email" class="form-control" placeholder="Email Address" required> | ||
<div class="inline-row"> | ||
<input name="password" id="password" type="password" class="form-control" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}" title="Must contain at least one number and one uppercase and lowercase letter, and at least 8 or more characters" placeholder="Password" required /> | ||
<span class="password-toggle"><i class="fa fa-eye-slash" id="eye" onclick="toggleVisibility('password')"></i></span> | ||
</div> | ||
<div class="pass">Forgot password?</div> | ||
<div class="forgot_pass"><a href="./resetpass.html">Forgot password?</a></div> | ||
<button id= "submit" type="submit" class="submit-button">Log In<i class="fa fa-angle-right" aria-hidden="true"></i></button> | ||
<p> <a href="#" class="submit-button"><img class="glogo" src="images/google_logo.png">Log In with Google <i class="fa fa-angle-right" aria-hidden="true"></i></a></p> | ||
<div class="signup_link"> | ||
|
@@ -121,12 +121,6 @@ <h4>Services</h4> | |
<div class="col-4"> | ||
<h4>Follow Us</h4> | ||
<ul class="nav follow-us-nav"> | ||
<li class="nav-item"><a class="nav-link pl-0" href="#"> | ||
<i class="fa fa-facebook" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link" href="mailto:[email protected]"> | ||
<i class="fa fa-google" aria-hidden="true"></i></a> | ||
</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ <h5>Our Courses</h5> | |
<div class="container-fluid gtco-banner-area"> | ||
<div class="container"> | ||
<div class="row"> | ||
<form action="" method="POST" class="col-lg-6" id="gtco-form" autocomplete="on"> | ||
<form action="" method="POST" class="col-lg-6 gtco-form" autocomplete="on"> | ||
<img class="rashiv-logo" src="images/rashiv_logo-blue.png" alt="logo"></img> | ||
<h4 class="margin-40"> Sign Up </h4> | ||
<input name="first_name" type="text" class="form-control" placeholder="First Name" required> | ||
|
@@ -133,12 +133,6 @@ <h4>Services</h4> | |
<div class="col-4"> | ||
<h4>Follow Us</h4> | ||
<ul class="nav follow-us-nav"> | ||
<li class="nav-item"><a class="nav-link pl-0" href="#"> | ||
<i class="fa fa-facebook" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="nav-item"><a class="nav-link" href="mailto:[email protected]"> | ||
<i class="fa fa-google" aria-hidden="true"></i></a> | ||
</li> | ||
|
Oops, something went wrong.