-
Notifications
You must be signed in to change notification settings - Fork 214
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 #234 from Pranjalsinha110/main
successfully added the footer section on the login
- Loading branch information
Showing
2 changed files
with
173 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,46 @@ <h1>Login to Your Account</h1> | |
<a href="../SignUp/signup.html" class="hal2">Sign Up</a> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<footer class="footer"> | ||
<div class="waves"> | ||
<div class="wave" id="wave1"></div> | ||
<div class="wave" id="wave2"></div> | ||
<div class="wave" id="wave3"></div> | ||
<div class="wave" id="wave4"></div> | ||
</div> | ||
<ul class="social-icon"> | ||
<li class="social-icon__item"><a class="social-icon__link" href="#"> | ||
<ion-icon name="logo-facebook"></ion-icon> | ||
</a></li> | ||
<li class="social-icon__item"><a class="social-icon__link" href="#"> | ||
<ion-icon name="logo-twitter"></ion-icon> | ||
</a></li> | ||
<li class="social-icon__item"><a class="social-icon__link" href="#"> | ||
<ion-icon name="logo-linkedin"></ion-icon> | ||
</a></li> | ||
<li class="social-icon__item"><a class="social-icon__link" href="#"> | ||
<ion-icon name="logo-instagram"></ion-icon> | ||
</a></li> | ||
</ul> | ||
<ul class="menu"> | ||
<li class="menu__item"><a class="menu__link" href="#">Home</a></li> | ||
<li class="menu__item"><a class="menu__link" href="#">About</a></li> | ||
<li class="menu__item"><a class="menu__link" href="#">Services</a></li> | ||
<li class="menu__item"><a class="menu__link" href="#">Team</a></li> | ||
<li class="menu__item"><a class="menu__link" href="#">Contact</a></li> | ||
|
||
</ul> | ||
<p>©2024 Collect your Gaming Tools | All Rights Reserved</p> | ||
</footer> | ||
<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> | ||
|
||
|
||
</body> | ||
|
||
<script> | ||
|