-
Notifications
You must be signed in to change notification settings - Fork 213
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
1ba280d
commit eaf5691
Showing
2 changed files
with
124 additions
and
23 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 |
---|---|---|
|
@@ -179,16 +179,39 @@ <h3>Mechanical Gaming Keyboard</h3> | |
</div> | ||
</div> | ||
|
||
<div class="social-links"> | ||
<img src="images/fb.png" alt="Facebook"> | ||
<img src="images/tw.png" alt="Twitter"> | ||
<img src="images/ig.png" alt="Instagram"> | ||
</div> | ||
|
||
<footer> | ||
<p>© 2024 Collect your GamingTools - All rights reserved.</p> | ||
<p>Made by Swaraj 😀</p> | ||
<div class="footer-container"> | ||
<div class="footer-content"> | ||
<div class="footer-section"> | ||
<div class="logo-name"> | ||
<img src="images/logo.png" alt="Logo"> | ||
<h4>Collect your GamingTools</h4> | ||
</div> | ||
<p>Collect your GamingTools is your one-stop shop for the best gaming accessories. We provide a wide range of controllers, VR accessories, media remotes, and more.</p> | ||
</div> | ||
<div class="footer-section"> | ||
<h4>Contact Us</h4> | ||
<p class="contact">Email: [email protected]</p> | ||
<p class="contact">Phone: +123 456 7890</p> | ||
</div> | ||
<div class="footer-section"> | ||
<h4>Follow Us</h4> | ||
<div class="social-links"> | ||
<img src="images/fb.png" alt="Facebook"> | ||
<img src="images/tw.png" alt="Twitter"> | ||
<img src="images/ig.png" alt="Instagram"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-bottom"> | ||
<p>© 2024 Collect your GamingTools - All rights reserved.</p> | ||
<p>Made by Swaraj 😀</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="script.js"></script> | ||
</body> | ||
</html> | ||
</html> |
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