forked from anuragverma108/SwapReads
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request anuragverma108#1055 from kashnx/register
Design and Implement Register Page Frontend with Responsive Navbar and Login Page Enhancements
- Loading branch information
Showing
3 changed files
with
177 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,42 +9,117 @@ | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
<title>How to create Firebase login and register?</title> | ||
<link rel="stylesheet" href="../css/login.css" /> | ||
<link rel="stylesheet" href="..//css/style.css"> | ||
|
||
<style> | ||
.remember-me-label { | ||
font-size: 14px; | ||
display: inline-flex; | ||
align-items: center; | ||
} | ||
|
||
.remember-me-label input { | ||
margin-right: 8px; | ||
/* Adjusted margin */ | ||
margin-top: 1px; | ||
/* Added margin-top for better alignment */ | ||
} | ||
</style> | ||
<script src="../js/script.js" defer></script> | ||
<script src="../js/scroll-reveal.js"></script> | ||
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> | ||
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="navbar"> | ||
<div class="navbar-header"> | ||
<a href="index.html"> | ||
<img class="close-icon" src="./assets/images/close.png" alt="Close"> | ||
</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li><a href="#" id="logout" style="display: none">Log Out</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="note"> | ||
<h1> | ||
Hey !! Welcome to SwapReads. Please get yourself Registered or verify your credentials to get started. | ||
</h1> | ||
</div> | ||
<br /> | ||
<header class="header header-anim" data-header> | ||
|
||
<div class="container"> | ||
|
||
<nav class="navbar" data-navbar> | ||
<a href="index.html#home" class="logo" style="display:flex;"> | ||
<img src="../images/new_logo_banner_dark.png" alt="" class="logopic" style=" width:0.1px;opacity: 0;" /> | ||
</a> | ||
|
||
<ul class="navbar-list"> | ||
<a href="index.html#home"> | ||
<img src="../images/new_logo_banner_dark.png" class="logopic" style=" width: 150px;"> | ||
|
||
<li class="navbar-item"> | ||
<a href="index.html#home" class="navbar-link" data-nav-link><i | ||
class="ri-home-fill"></i> Home</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="index.html#benefits" class="navbar-link" data-nav-link><i | ||
class="ri-bar-chart-fill"></i> Benefits</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="index.html#genre" onclick="lenis.scrollTo('#genre')" class="navbar-link" data-nav-link><i | ||
class="ri-bar-chart-fill"></i> Genre</a> | ||
|
||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="index.html#contact" onclick="lenis.scrollTo('#contact')" class="navbar-link" data-nav-link><i | ||
class="ri-customer-service-2-fill"></i> Contact</a> | ||
</li> | ||
|
||
<li class="navbar-item"> | ||
<a href="rate.html" onclick="openRateUsModal(); return false;" class="navbar-link">Rate Us</a> | ||
</li> | ||
<li class="navbar-item" id="logout-r"> | ||
<a href="../html/login.html" class="navbar-link">Logout</a> | ||
</li> | ||
|
||
|
||
<li class="navbar-item dropdown" id="more-dropdown"> | ||
<a href="#" class="navbar-link" id="more-link">More | ||
<svg class="dropdown-arrow" xmlns="http://www.w3.org/2000/svg" width="1.3em" height="1.3em" viewBox="0 0 24 24"><path fill="currentcolor" d="m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z"/></svg></a> | ||
<div class="dropdown-menu" id="dropdown-menu"> | ||
|
||
<ul class="dropdown-menu-list"> | ||
<li class="dropdown-menu-item"> | ||
<a href="index.html#chapters" onclick="lenis.scrollTo('#chapters')" class="navbar-link" data-nav-link><i class="ri-medal-fill"></i> Literary Realms</a> | ||
</li> | ||
<li class="dropdown-menu-item"> | ||
<a href="index.html#pricing" onclick="lenis.scrollTo('#pricing')" class="navbar-link" data-nav-link><i class="ri-price-tag-3-fill"></i> Pricing</a> | ||
</li> | ||
<li class="dropdown-menu-item"> | ||
<a href="./assets/html/addremovebook.html" class="navbar-link">Booklist for Swapping</a> | ||
</li> | ||
<li class="dropdown-menu-item"> | ||
<a href="book_recommend.html" class="navbar-link" data-nav-link> | ||
<i class="ri-customer-service-2-fill"></i> Book Recommendation | ||
</a> | ||
</li> | ||
<li class="dropdown-menu-item"> | ||
<a href="#E-books" onclick="lenis.scrollTo('#E-books')" class="navbar-link" data-nav-link><i class="ri-price-tag-3-fill"></i>Free E-books</a> | ||
</li> | ||
<li class="dropdown-menu-item"> | ||
<a href="./assets/html/about.html" class="navbar-link">About</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
|
||
<div class="switch-container"> | ||
<input type="checkbox" id="switch" class="switch-checkbox"> | ||
<label for="switch" class="switch-label"> | ||
<div class="switch-button"> | ||
<span class="material-icons sun-icon"></span> | ||
<span class="material-icons moon-icon"></span> | ||
</div> | ||
</label> | ||
</div> | ||
|
||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<button class="nav-toggle-btn" aria-label="toggle menu" data-nav-toggler> | ||
<ion-icon name="menu-outline" aria-hidden="true" class="open"></ion-icon> | ||
|
||
<ion-icon name="close-outline" aria-hidden="true" class="close"></ion-icon> | ||
</button> | ||
|
||
</div> | ||
</header> | ||
<div class="note"> | ||
<h1>Welcome to SwapReads</h1> | ||
<h2>Join us by creating an account or log in if you already have an account.</h2> | ||
</div> | ||
<br /> | ||
<div class="container"> | ||
<div class="main"> | ||
<input type="checkbox" id="chk" aria-hidden="true" /> | ||
|
@@ -60,13 +135,11 @@ <h1> | |
</form> | ||
</div> | ||
|
||
<div class="login"> | ||
<form class="form"> | ||
<label for="chk" aria-hidden="true">Login</label> | ||
<input class="input" type="email" name="email" id="email" placeholder="Email" required="" /> | ||
<input class="input" type="password" name="pswd" id="password" placeholder="Password" required="" /> | ||
<button>Login</button> | ||
</form> | ||
<div class="login form"> | ||
|
||
|
||
<button><a href="login.html">Login here</a></button> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
@@ -164,5 +237,7 @@ <h1> | |
signOut(auth) | ||
.then(() => { | ||
console.log("Sign-out successful."); | ||
}) | ||
}) | ||
}); | ||
}); | ||
|
||
|