-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from HackNC/small-changes
Small changes
- Loading branch information
Showing
3 changed files
with
54 additions
and
25 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 |
---|---|---|
|
@@ -236,34 +236,36 @@ <h1 class="sponsors-header">Sponsors</h1> | |
<footer> | ||
<div class="background-container"> | ||
<div class="footer-content"> | ||
<a class="mlh-link" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank"> | ||
<p>MLH Code of Conduct</p> | ||
</a> | ||
|
||
<div class="contact-info"> | ||
<a aria-label="HackNC email" target="_blank" href="mailto:[email protected]"> | ||
<i class="fa fa-envelope-square fa-2x"></i></a> | ||
|
||
<a aria-label="HackNC facebook" target="_blank" href="https://www.facebook.com/thehacknc/"> | ||
<i class="fa fa-facebook-square fa-2x"></i></a> | ||
|
||
<a aria-label="HackNC twitter" target="_blank" href="https://twitter.com/thehacknc"> | ||
<i class="fa fa-twitter-square fa-2x"></i></a> | ||
|
||
<a aria-label="HackNC instagram" target="_blank" href="https://www.instagram.com/thehacknc/"> | ||
<i class="fa fa-instagram fa-2x"></i></a> | ||
|
||
<a aria-label="HackNC linkedin" target="_blank" href="https://www.linkedin.com/company/thehacknc/"> | ||
<i class="fa fa-linkedin fa-2x"></i> | ||
</a> | ||
</div> | ||
|
||
<div> | ||
<u>© HackNC 2024 </u> | ||
<div class="footer-row"> | ||
<div class="footer-left"> | ||
<u>© HackNC 2024</u> | ||
<a class="mlh-link" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank"> | ||
MLH Code of Conduct | ||
</a> | ||
</div> | ||
<div class="social-links"> | ||
<a aria-label="HackNC email" target="_blank" href="mailto:hello@hacknc.com"> | ||
<i class="fa fa-envelope-square fa-2x"></i> | ||
</a> | ||
<a aria-label="HackNC facebook" target="_blank" href="https://www.facebook.com/thehacknc/"> | ||
<i class="fa fa-facebook-square fa-2x"></i> | ||
</a> | ||
<a aria-label="HackNC twitter" target="_blank" href="https://twitter.com/thehacknc"> | ||
<i class="fa fa-twitter-square fa-2x"></i> | ||
</a> | ||
<a aria-label="HackNC instagram" target="_blank" href="https://www.instagram.com/thehacknc/"> | ||
<i class="fa fa-instagram fa-2x"></i> | ||
</a> | ||
<a aria-label="HackNC linkedin" target="_blank" href="https://www.linkedin.com/company/thehacknc/"> | ||
<i class="fa fa-linkedin fa-2x"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
<a id="mlh-trust-badge" | ||
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2025-season&utm_content=black" | ||
|
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
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