Completed reset password section and added in eye button to toggle between shown and hidden password.

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2022-09-14 13:35:58 +01:00
parent d8e16e8de1
commit d963904174
14 changed files with 191 additions and 42 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
<div>
<h1>full stack developer</h1>
<a href="#sayHello" class="btn btnPrimary boxShadowIn boxShadowOut">Contact Me</a>
<a href="#about"><i class="fas fa-chevron-down"></i></a>
<a href="#about"><i class="fa-solid fa-chevron-down"></i></a>
</div>
</header>
@@ -157,7 +157,7 @@
<div class="spacer"></div>
<p>&copy; 2021 Rohit Pai all rights reserved</p>
<div class="button">
<button id="goBackToTop"><i class="fas fa-chevron-up"></i></button>
<button id="goBackToTop"><i class="fa-solid fa-chevron-up"></i></button>
</div>
</footer>
</main>