Skip to content

Commit

Permalink
Merge pull request #50 from HackNC/changing-fonts
Browse files Browse the repository at this point in the history
adding graphics to footer, changing text, and some other styling
  • Loading branch information
aryasalian authored Aug 19, 2024
2 parents ef5f017 + ee8733b commit 777392d
Show file tree
Hide file tree
Showing 7 changed files with 2,259 additions and 53 deletions.
58 changes: 29 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<script src="static/js/hambuger-menu.js"></script>
<script src="static/js/navbar.js" defer></script>
<link rel="stylesheet" href="static/css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Titillium+Web:wght@400;600&family=Urbanist:ital,wght@0,400;1,400&display=swap" rel="stylesheet">
</head>

<body>
Expand All @@ -40,7 +41,7 @@
<li>
<a href="#home">
<div class="home">
<span><img src="/static/assets/images/halloween-art/ram.svg" />
<span><img src="/static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png" />
HackNC</span>
</div>
</a>
Expand Down Expand Up @@ -224,37 +225,36 @@ <h1 class="center sponsorFooter">Coming Soon!</h1>
</main>

<footer>
<div class="footer">
<div class="background-container">
<div class="footer-content">
<a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">
<p>MLH Code of Conduct</p>
<div class="background-container">
<div class="footer-content">
<a 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 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 class="lastline">
<u>© HackNC 2024 </u>
</div>
</div>

<div>
<u>© HackNC 2024 </u>
</div>
</div>
</div>
<img src="static/assets/images/Footer/website footer.svg" alt="Footer decoration">
</footer>

<a id="mlh-trust-badge"
Expand Down
Binary file modified static/assets/.DS_Store
Binary file not shown.
Binary file modified static/assets/images/.DS_Store
Binary file not shown.
Binary file added static/assets/images/Footer/.DS_Store
Binary file not shown.
86 changes: 86 additions & 0 deletions static/assets/images/Footer/aurora borealis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 777392d

Please sign in to comment.