Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Signup page in about page #1259

Merged
merged 2 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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> --> --> -->
Loading