Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifQamar committed Oct 13, 2024
1 parent 31033e8 commit 72eddc0
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,21 @@
</div>
<h3 style="margin-left: 50px;margin-top: 80px;">Our Social Media Handles</h3>
<div style="font-size: 35px;width: 200px; margin-left: 80px;margin-top: 30px;display: flex; justify-content: space-between;">
<a href="https://github.com/multiverseweb/CodeIt"><i class="fa-brands fa-github"></i></a>
<a href="https://discord.gg/nhvyaxHU"><i class="fa-brands fa-discord"></i></a>
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a>
<div style="display: flex; flex-direction: column; align-items: center;">
<a href="https://github.com/multiverseweb/CodeIt"><i class="fa-brands fa-github"></i></a>
<span style="font-size: 12px; margin-top: 5px;">GitHub</span>
</div>
<div style="display: flex; flex-direction: column; align-items: center;">
<a href="https://discord.gg/nhvyaxHU"><i class="fa-brands fa-discord"></i></a>
<span style="font-size: 12px; margin-top: 5px;">Discord</span>
</div>
<div style="display: flex; flex-direction: column; align-items: center;">
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a>
<span style="font-size: 12px; margin-top: 5px;">Email</span>
</div>
</div>
</div>

<div class="right_last">
<form name="CodeIt Reviews" action="POST" data-netlify="true" id="feedback" onsubmit="return validateFeedback()">
<p>Let Us Know Your Thoughts!</p>
Expand All @@ -233,9 +242,10 @@ <h3 style="margin-left: 50px;margin-top: 80px;">Our Social Media Handles</h3>
<button type="submit" id="send">Send</button>
</form>
</div>

</div>
</div>
</footer>


<div class="license" id="licenseSection">
<div class="lic-left">
Expand Down

0 comments on commit 72eddc0

Please sign in to comment.