Skip to content

Commit

Permalink
index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddycat committed Feb 3, 2025
1 parent 7dda00e commit 6e706b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
27 changes: 15 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<link rel="icon" href="Images/ZineButtons/bansheebutton1.png">
<link rel="stylesheet" href="CSS/normalize.css">
<link rel="stylesheet" href="CSS/home.css">
<link rel="stylesheet" href="CSS/alert.css">
<link rel="stylesheet" href="CSS/modal.css">
<link rel="stylesheet" href="CSS/index.css">
<link rel="stylesheet" href="CSS/alert.css">
<link rel="stylesheet" href="CSS/login.css">
<link rel="stylesheet" href="CSS/alert.css">
<link rel="stylesheet" href="CSS/create-account.css">
Expand Down Expand Up @@ -70,21 +71,23 @@
<button id="logout-button" class="nav-button">Log out</button>
</div>

<div id="create-account-form" class="modal">
<div class="modal-content">
<span class="close">&times;</span>
<p>We don't have access to your password and it secured via Google Firebase!</p>
<p>You will receive an Email to verify your account. :)</p>
<div id="account-area">
<div id="create-account" class="modal">
<div id="create-account-modal" class="modal-content">
<div class="close-nav">
<span id="close" class="close">&times;</span>
</div>
<p>We don't have access to your password and it secured via Google Firebase!</p>
<p>You will receive an Email to verify your account. :)</p>
<form id="create-account-form">
<input type="text" id="signup-username" placeholder="Username" required><br>
<input type="email" id="signup-email" placeholder="Email" required><br>
<input type="password" id="signup-password" placeholder="Password" required><br>
<button type="submit" class="nav-button">Create Account</button>
<input type="text" id="signup-username" placeholder="Username" required>
<input type="email" id="signup-email" placeholder="Email" required>
<input type="password" id="signup-password" placeholder="Password" required>
<button type="submit" class="nav-button">Create Account</button>
</form>
<img id="account-loading" src="Images/gif.gif" alt="">
</div>
</div>
</div>

</div>

</div>
Expand Down
2 changes: 2 additions & 0 deletions periodical.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
<div class="close-nav">
<span id="close" class="close">&times;</span>
</div>
<p>We don't have access to your password and it secured via Google Firebase!</p>
<p>You will receive an Email to verify your account. :)</p>
<form id="create-account-form">
<input type="text" id="signup-username" placeholder="Username" required>
<input type="email" id="signup-email" placeholder="Email" required>
Expand Down

0 comments on commit 6e706b2

Please sign in to comment.