Skip to content

Commit

Permalink
Merge pull request #1259 from vaibhavrajharsh/signup-page
Browse files Browse the repository at this point in the history
Fixed Signup page in about page
  • Loading branch information
vimistify authored Jan 18, 2025
2 parents 9e54176 + 5fc4723 commit 36d11ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
</div>
<div class="buttons">
<a href="login.html" class="login">Log in</a>
<a href="up.html" class="get-started">Sign up</a>
<a href="signup.html" class="get-started">Sign up</a>
</div>
</div>

Expand Down
12 changes: 5 additions & 7 deletions up.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!-- <!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -686,7 +685,6 @@ <h3>One of us ?</h3>
</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<!-- Preloader -->
<div id="preloader">
<div class="wrapper">
<div class="box-wrap">
Expand All @@ -704,7 +702,7 @@ <h3>One of us ?</h3>
<div class="forms-container">
<div class="signin-signup">
<!-- Sign In Form -->
<form class="sign-in-form" id="signInForm">
<!-- <form class="sign-in-form" id="signInForm">
<h2 class="title">Sign in</h2>
<div class="input-field">
<i class="fas fa-user"></i>
Expand All @@ -724,7 +722,7 @@ <h2 class="title">Sign in</h2>
</form>
<!-- Sign Up Form -->
<form class="sign-up-form" id="signUpForm">
<!-- <form class="sign-up-form" id="signUpForm">
<h2 class="title">Sign up</h2>
<div class="input-field">
<i class="fas fa-user"></i>
Expand Down Expand Up @@ -904,12 +902,12 @@ <h3>One of us?</h3>
window.addEventListener("mousemove", function (e) {
coords.x = e.clientX;
coords.y = e.clientY;
});
}); -->



// Animate circles based on mouse position
function animateCircles() {
<!-- function animateCircles() {
// Toggle password visibility
function togglePassword(fieldId, icon) {
Expand Down Expand Up @@ -974,4 +972,4 @@ <h3>One of us?</h3>
</script>
</body>
</html>
</html> --> --> -->

0 comments on commit 36d11ff

Please sign in to comment.