-
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.
- Loading branch information
1 parent
e8d132d
commit 26acd74
Showing
2 changed files
with
96 additions
and
92 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -300,55 +300,58 @@ <h2>Contact Us</h2> | |
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
<div class="logo-container"> | ||
<img src="images/logo.png" alt="GamingTools Logo" class="footer-logo"> | ||
<h2 class="logo-text">Collect your GamingTools</h2> | ||
</div> | ||
<p class="about-text"> | ||
Your one-stop shop for premium gaming accessories. Elevate your gaming experience with our curated selection of controllers, VR gear, and more. | ||
</p> | ||
<div class="contact"> | ||
<span><i class="fas fa-phone"></i> 123-456-789</span> | ||
<span><i class="fas fa-envelope"></i> [email protected]</span> | ||
</div> | ||
<div class="socials"> | ||
<!-- Added classes to the <a> tags to add the Hover animations --> | ||
<a class="facebook" href="#"><i class="fab fa-facebook"></i></a> | ||
<a class="instagram" href="#"><i class="fab fa-instagram"></i></a> | ||
<a class="twitter" href="#" ><i class="fa-brands fa-x-twitter"></i></a> | ||
<a class="youtube" href="#"><i class="fab fa-youtube"></i></a> | ||
<footer class="footer"> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
<div class="logo-container"> | ||
<img src="images/logo.png" alt="GamingTools Logo" class="footer-logo"> | ||
<h2 class="logo-text">Collect your GamingTools</h2> | ||
</div> | ||
<p class="about-text"> | ||
Your one-stop shop for premium gaming accessories. Elevate your gaming experience with our curated selection of controllers, VR gear, and more. | ||
</p> | ||
<div class="contact"> | ||
<span><i class="fas fa-phone"></i> 123-456-789</span> | ||
<span><i class="fas fa-envelope"></i> [email protected]</span> | ||
</div> | ||
<div class="socials"> | ||
<a href="#" class="facebook"><i class="fab fa-facebook"></i></a> | ||
<a href="#" class="instagram"><i class="fab fa-instagram"></i></a> | ||
<a href="#" class="twitter"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="#" class="youtube"><i class="fab fa-youtube"></i></a> | ||
<a href="#" class="twitch"><i class="fab fa-twitch"></i></a> | ||
<a href="#" class="github"><i class="fab fa-github"></i></a> | ||
<a href="#" class="discord"><i class="fab fa-discord"></i></a> | ||
</div> | ||
</div> | ||
<div class="footer-section links"> | ||
<h2>Quick Links</h2> | ||
<ul> | ||
<li><a href="#">Home</a></li> | ||
<li><a href="#">Game Controllers</a></li> | ||
<li><a href="#">VR Accessories</a></li> | ||
<li><a href="#">Media Remotes</a></li> | ||
<li><a href="#">About Us</a></li> | ||
<li><a href="#">Contact</a></li> | ||
<li><a href="#">FAQ</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section contact-form"> | ||
<h2>Contact Us</h2> | ||
<form action="#" method="post"> | ||
<input type="email" name="email" class="text-input contact-input" placeholder="Your email address..."> | ||
<textarea name="message" class="text-input contact-input" placeholder="Your message..."></textarea> | ||
<button type="submit" class="btn btn-big contact-btn"> | ||
<i class="fas fa-envelope"></i> Send | ||
</button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-section links"> | ||
<h2>Quick Links</h2> | ||
<ul> | ||
<li><a href="#">Home</a></li> | ||
<li><a href="#">Products</a></li> | ||
<li><a href="#">About Us</a></li> | ||
<li><a href="#">Contact</a></li> | ||
<li><a href="#">FAQ</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-section contact-form"> | ||
<h2>Contact Us</h2> | ||
<form action="#" method="post"> | ||
<input type="email" name="email" class="text-input contact-input" placeholder="Your email address..."> | ||
<textarea name="message" class="text-input contact-input" placeholder="Your message..."></textarea> | ||
<button type="submit" class="btn btn-big contact-btn"> | ||
<i class="fas fa-envelope"></i> | ||
Send | ||
</button> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="footer-bottom"> | ||
© 2024 GamingTools | Designed by Swaraj | ||
</div> | ||
|
||
</footer> | ||
<div class="footer-bottom"> | ||
© 2024 GamingTools | Designed by Swaraj | ||
</div> | ||
</footer> | ||
|
||
|
||
<!-- Scroll to Top Button --> | ||
<div class="scroll-top" onclick="scrollToTop()"> | ||
|
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