-
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 #50 from HackNC/changing-fonts
adding graphics to footer, changing text, and some other styling
- Loading branch information
Showing
7 changed files
with
2,259 additions
and
53 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 |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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" | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.