-
Notifications
You must be signed in to change notification settings - Fork 86
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 #155 from vinay-reddy31/main
Modified to correct mail icon
- Loading branch information
Showing
1 changed file
with
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,6 +173,38 @@ | |
<h2>Made with ❤️ by Chrome Gaming</h2> | ||
<p>Connect with Me</p> | ||
<div class="social"> | ||
<a class="con" href="https://www.linkedin.com/company/chromegaming/"><i class="fa-brands fa-linkedin"></i></a> | ||
<a class="con" href="https://github.com/GameSphere-MultiPlayer"><i class="fa-brands fa-github"></i></a> | ||
<a class="con" href="https://discord.gg/rZb46cCMmK"><i class="fa-brands fa-discord"></i></a> | ||
<a class="con" href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a> | ||
</div> | ||
<p class="Copyright">© Copyright Squard Line @Durgesh4993</p> | ||
|
||
<div class="footer-links"> | ||
<a href="/about">About Us</a> | | ||
<a href="/contact">Contact</a> | | ||
<a href="/privacy">Privacy Policy</a> | | ||
<a href="/terms">Terms of Service</a> | ||
</div> | ||
|
||
<div class="footer-subscribe"> | ||
<h3>Subscribe to our Newsletter</h3> | ||
<form> | ||
<input type="email" placeholder="Enter your email" required> | ||
<button type="submit">Subscribe</button> | ||
</form> | ||
</div> | ||
|
||
<div class="footer-contact"> | ||
<p>Contact us: <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>Phone: +1 (123) 456-7890</p> | ||
|
||
<a class="con" href="https://www.linkedin.com/company/chromegaming/" target="_blank"><i | ||
class="fa-brands fa-linkedin"></i></a> | ||
<a class="con" href="https://github.com/ChromeGaming/Squard-line" target="_blank"><i class="fa-brands fa-github"></i></a> | ||
<a class="con" href="https://discord.gg/rZb46cCMmK" target="_blank"><i class="fa-brands fa-discord"></i></a> | ||
<a class="con" href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i | ||
></a> | ||
<a href="https://www.linkedin.com/company/chromegaming/" target="_blank"><i class="fab fa-linkedin"></i></a> | ||
<a href="https://github.com/GameSphere-MultiPlayer" target="_blank"><i class="fab fa-github"></i></a> | ||
<a href="https://discord.gg/rZb46cCMmK" target="_blank"><i class="fab fa-discord"></i></a> | ||
|