Skip to content

Commit

Permalink
Merge pull request #96 from HackNC/small-changes
Browse files Browse the repository at this point in the history
Small changes
  • Loading branch information
atoneyd authored Oct 28, 2024
2 parents d8bf7bd + edacfe8 commit 9d050e1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 25 deletions.
50 changes: 26 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion static/assets/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
{
"question1": "I’m committed to this project. Are there places to sleep at the event?",
"answer1": "Yep! We will provide air mattresses at Fetzer Gym in designated sleeping areas on a first-come first-serve basis."

"answer1": "Yep! We will provide bedding at Fetzer Gym in designated sleeping areas, Though overnight accommodation does not account for blankets, so be sure to bring your own."
},
{
"question2": "Is this a Campus Life Experience?",
Expand Down
26 changes: 26 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1178,3 +1178,29 @@ footer img {
height: auto;
display: block;
}

.footer-row {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
top: 50px;
}

.footer-left {
display: flex;
align-items: center;
}

.footer-left u {
margin-right: 15px;
}

.social-links {
display: flex;
align-items: center;
}

.social-links a {
margin-left: 10px;
}

0 comments on commit 9d050e1

Please sign in to comment.