-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff8ca50
commit 0e600bf
Showing
2 changed files
with
11 additions
and
12 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 |
---|---|---|
|
@@ -263,20 +263,20 @@ | |
<div class="design_line"></div> | ||
<footer> | ||
<div class="left_last"> | ||
<div class="contact"> | ||
<div class="name"> | ||
<img src="images/Nomenclature.png" alt="" class="end-logo" /> | ||
<a class="subheading" href="index.html" id="last_link">CodeIt</a> | ||
<div class="contact" style="display: flex;align-items: center;justify-content: center; flex-direction: column;width: 400px;"> | ||
<div class="name" style="display: flex; justify-content: center;gap: 20px; text-align: center;align-items: center;"> | ||
<img src="images/Nomenclature.png" alt="" class="end-logo" style="margin: 0px;position: relative;"/> | ||
<a class="subheading" href="index.html" style="margin: 0px;" id="last_link">CodeIt</a> | ||
</div> | ||
<h3 style="margin-left: 50px;margin-top: 80px;">Our Social Media Handles</h3> | ||
<h3 style="margin-top: 20px;text-align: center;">Our Social Media Handles</h3> | ||
<div | ||
style="font-size: 35px;width: 200px; margin-left: 80px;margin-top: 30px;display: flex; justify-content: space-between;"> | ||
style="font-size: 35px;width: 200px; display: flex;gap: 40px;margin-top: 20px; justify-content: center;align-items: center;"> | ||
<a href="https://github.com/multiverseweb/CodeIt"><i class="fa-brands fa-github"></i></a> | ||
<a href="404.html"><i class="fa-brands fa-discord"></i></a> | ||
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="right_last"> | ||
<form name="CodeIt Reviews" action="POST" data-netlify="true" onsubmit="return validateFeedback()"> | ||
<p>Let Us Know Your Thoughts!</p> | ||
|
@@ -301,7 +301,6 @@ <h3 style="margin-left: 50px;margin-top: 80px;">Our Social Media Handles</h3> | |
</form> | ||
</div> | ||
|
||
|
||
</footer> | ||
|
||
<div class="license" id="licenseSection"> | ||
|
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