Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #112 - added names to social icons #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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