Skip to content

Commit

Permalink
Merge pull request #999 from kashisharora9462/main
Browse files Browse the repository at this point in the history
Added Contact Links
  • Loading branch information
Amancoder-01 authored May 28, 2024
2 parents cd83912 + 1300906 commit b63e5d6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 14 deletions.
43 changes: 31 additions & 12 deletions additionalpage/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,30 +77,49 @@ <h3>Contact<span > Us</span></h3>

<div class="contact-part">



<div class="contact-main-heading">Have You Any Questions?</div>
<p class="color">Contact us at ...</p>
<div class="icon-part">
<div class="icon-div">
<i class="fa-solid fa-phone"></i>
<h3>Call Us </h3>
<p>xxxxxxxxxxx</p>
<a target="_blank" href="https://discord.gg/dakzwdz4ev" class="icon facebook">
<span><i class="fab fa-discord"></i></span> </a>
<a target="_blank" href="https://discord.gg/dakzwdz4ev" >
Discord </a>


</div>
<div class="icon-div">
<i class="fa-solid fa-location-dot"></i>
<h3>Office</h3>
<p>xxxxxxxxxxx</p>
<a target="_blank" href="https://www.linkedin.com/company/gamesphere-multiplayer/"
class="icon linkedin">
<span><i class="fab fa-linkedin"></i></span> </a>
<a target="_blank" href="https://www.linkedin.com/company/gamesphere-multiplayer/">
Linkedin </a>



</div>
<div class="icon-div">
<i class="fa-solid fa-envelope"></i>
<h3>Email</h3>
<p>xxxxxxxxxxx</p>
<a target="_blank" href="https://github.com/GameSphere-MultiPlayer" class="icon github">
<span><i class="fab fa-github"></i></span>
</a>
<a target="_blank" href="https://github.com/GameSphere-MultiPlayer" >
Github
</a>


</div>
<div class="icon-div">
<i class="fa-solid fa-earth-americas"></i>
<h3>Website</h3>
<p>xxxxxxxxxxx</p>
<a target="_blank" href=" https://www.facebook.com/profile.php?id=100092184203215&mibextid=ZbWKwL"
class="icon twitter">
<span><i class="fab fa-facebook"></i></span> </a>
<a target="_blank" href=" https://www.facebook.com/profile.php?id=100092184203215&mibextid=ZbWKwL">
Facebook</a>





</div>
</div>
Expand Down
12 changes: 10 additions & 2 deletions dist/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,24 @@
color: var(--main-color);
}

.icon-div h3{
.icon-div a{
color: white;
font-weight: bold;
margin-top: 5px;
margin: 10px;
}
.icon-div a:hover{
color: cyan;
font-weight: 400;
}

.icon-div p{
color: rgb(224, 224, 224);
}

.color{
margin-top: 20px;
font-size: 1.2vw;
}
.form-above-heading{
color: var(--main-color);
text-align: center;
Expand Down

0 comments on commit b63e5d6

Please sign in to comment.