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

remove the nav bar from the login/ signup page #3048

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions assets/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
</div>


<header class="header header-anim nav-h" data-header>
<!-- <header class="header header-anim nav-h" data-header>

<div class="container mobile-container-styles" style="padding-left: 0;">
<nav class="navbar nav_activated" data-navbar>
Expand Down Expand Up @@ -558,7 +558,7 @@
</li>
</ul>
</div>
</li>
</li> -->
<style>
.darkmode{
white-space: nowrap;
Expand Down Expand Up @@ -633,10 +633,10 @@
<li>
<div class="navbar darkmode" style="top: 15px; right:20px;">
<input type="checkbox" id="switch" class="switch-checkbox">
<label for="switch" class="switch-label">
<div class="switch-button">
<span class="material-icons sun-icon">wb_sunny</span>
<span class="material-icons moon-icon">brightness_2</span>
<!-- <label for="switch" class="switch-label"> -->
<!-- <div class="switch-button"> -->
<!-- <span class="material-icons sun-icon">wb_sunny</span> -->
<!-- <span class="material-icons moon-icon">brightness_2</span> -->
</div>
</label>
</div>
Expand Down Expand Up @@ -848,7 +848,7 @@ <h2>Join us by creating an account or log in if you already have an account.</h2
{pageLanguage: 'en'},
'google_translate_element'
);
}
}
</script>

<script type="text/javascript"
Expand All @@ -868,7 +868,7 @@ <h2>Join us by creating an account or log in if you already have an account.</h2
world of literature—all on one convenient platform. Join us and dive into a universe of endless
possibilities!
</p>
</div>
</div>

</div>
</div>
Expand Down Expand Up @@ -945,7 +945,7 @@ <h2>Quick Links</h2>
<input class="finput" type="email" id="new-email" name="email" placeholder="Email address"
pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}\.com$"
title="Please enter a valid email address that ends with '.com'" required>
<input type="submit" value="Subscribe" name="subscribe" class="subscribe" id="subs">
<input type="submit" value="Subscribe" name="subscribe" class="subscribe" id="subs">
</div>
</form>
<div id="confirmationmessage" style="display: none;">Thank you for subscribing!</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@
/* Add transition for smooth animation */
}

{
.footer-icons .icon:hover {
transform: scale(1.5);
/* Scale the icon on hover */
Expand Down Expand Up @@ -3101,6 +3100,7 @@ <h3 style="text-align: left; color: #A30F17;" class="g_i_t">Get in touch</h3>
margin-top: 200px; /* Adjust this value as needed */
margin-left:280px;
}
</style>


<section class="section-contact" id="contact" aria-label="contact">
Expand Down