Skip to content

Commit

Permalink
Merge pull request #155 from vinay-reddy31/main
Browse files Browse the repository at this point in the history
Modified to correct mail icon
  • Loading branch information
Durgesh4993 authored Jun 23, 2024
2 parents 7d806e8 + 9c013c6 commit cb9b755
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cb9b755

Please sign in to comment.