Skip to content

Commit

Permalink
Merge pull request #92 from HackNC/dev-phase
Browse files Browse the repository at this point in the history
Dev phase
  • Loading branch information
rishyendra333 authored Oct 21, 2024
2 parents 14d24ac + 8358c66 commit 07a22c2
Show file tree
Hide file tree
Showing 6 changed files with 508 additions and 72 deletions.
38 changes: 19 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<li>
<a href="#home">
<div class="home">
<span><img src="/static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png" />
<span><img src="static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png" />
HackNC</span>
</div>
</a>
Expand Down Expand Up @@ -68,13 +68,13 @@
<div class="scroll-track">
<div class="sticky-div">
<div class="space-station-frame">
<img id="astronaut-ram" src="/static/assets/images/dolly-zoom-space-art/(border) ram astronaut.svg" />
<img id="astronaut-ram" src="static/assets/images/dolly-zoom-space-art/(border) ram astronaut.svg" />
<img id="ctrl-panel"
src="/static/assets/images/dolly-zoom-space-art/(border) left wall control panel.svg" />
<img id="pipes" src="/static/assets/images/dolly-zoom-space-art/(border) right wall pipes.svg" />
<img id="id-card" src="/static/assets/images/dolly-zoom-space-art/(border) name tag.svg" />
<img id="screen" src="/static/assets/images/dolly-zoom-space-art/(border) constellation screen.svg" />
<img id="coffee" src="/static/assets/images/dolly-zoom-space-art/(border) space coffee.svg" />
src="static/assets/images/dolly-zoom-space-art/(border) left wall control panel.svg" />
<img id="pipes" src="static/assets/images/dolly-zoom-space-art/(border) right wall pipes.svg" />
<img id="id-card" src="static/assets/images/dolly-zoom-space-art/(border) name tag.svg" />
<img id="screen" src="static/assets/images/dolly-zoom-space-art/(border) constellation screen.svg" />
<img id="coffee" src="static/assets/images/dolly-zoom-space-art/(border) space coffee.svg" />
<div class="banner-info">
<h2 class="date">{ November 2 - 3, 2024 }</h2>
<button class="involve-button hide-button register-button"><a
Expand All @@ -88,8 +88,8 @@ <h2 class="date">{ November 2 - 3, 2024 }</h2>
</div>
</div>
<div class="starry-sky">
<img id="ram-planet" src="/static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png" />
<img id="HackNC-text" src="/static/assets/images/Splash/Copy of Text-DarkLightStar-WhiteFill.png" />
<img id="ram-planet" src="static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png" />
<img id="HackNC-text" src="static/assets/images/Splash/Copy of Text-DarkLightStar-WhiteFill.png" />
</div>
</div>
<div class="sticky-over">
Expand All @@ -98,7 +98,7 @@ <h2 class="date">{ November 2 - 3, 2024 }</h2>
</div>
</div>

<img id="splash-about-transition" src="/static/assets/images/Transitions/splash to about transition.svg"></img>
<img id="splash-about-transition" src="static/assets/images/Transitions/splash to about transition.svg"></img>
<a class="nav-anchor" id="about"></a>

<!-- About -->
Expand All @@ -121,7 +121,7 @@ <h1 class="about-heading">What is HackNC?</h1>
target="_blank">Explore Past Projects</a></button>
</div>
</div>
<img id="about-graphic" src="/static/assets/images/About/planet gif revised.gif"
<img id="about-graphic" src="static/assets/images/About/planet gif revised.gif"
alt="Planets SVG" />

</div>
Expand All @@ -130,9 +130,9 @@ <h1 class="about-heading">What is HackNC?</h1>

<!-- About to FAQ Transition -->
<div class="about-to-faq">
<img class="mars" src="/static/assets/images/Transitions/Mars.svg" alt="mars">
<img class="saturn" src="/static/assets/images/Transitions/Saturn.svg" alt="saturn">
<img class="neptune" src="/static/assets/images/Transitions/Neptune.svg" alt="neptune">
<img class="mars" src="static/assets/images/Transitions/Mars.svg" alt="mars">
<img class="saturn" src="static/assets/images/Transitions/Saturn.svg" alt="saturn">
<img class="neptune" src="static/assets/images/Transitions/Neptune.svg" alt="neptune">
</div>

<!-- FAQ -->
Expand Down Expand Up @@ -178,19 +178,19 @@ <h1 class="sponsors-header">Sponsors</h1>
src=''></a> -->
<a target="_blank" href='https://www.bandwidth.com/careers/internship/'>
<img alt="Bandwidth logo" id="Bandwidth-logo" class='sponsor-image'
src='/static/assets/images/sponsors/Bandwidth.png'></a>
src='static/assets/images/sponsors/Bandwidth.png'></a>
<a target="_blank" href='https://www.capitalonecareers.com/'>
<img alt="CapitalOne logo" id="CapitalOne-logo" class='sponsor-image'
src='/static/assets/images/sponsors/capitalone.png'></a>
src='static/assets/images/sponsors/capitalone.png'></a>
<a target="_blank" href='https://www.infosys.com/'>
<img alt="Infosys logo" id="Infosys-logo" class='sponsor-image'
src='/static/assets/images/sponsors/infosys.png'></a>
src='static/assets/images/sponsors/infosys.png'></a>
<a target="_blank" href='https://jobs.fidelity.com/'>
<img alt="Fidelity logo" id="Fidelity-logo" class='sponsor-image'
src='/static/assets/images/sponsors/fidelity.png'></a>
src='static/assets/images/sponsors/fidelity.png'></a>
<a target="_blank" href='https://www.lowes.com/'>
<img alt="Lowes logo" id="Lowes-logo" class='sponsor-image'
src='/static/assets/images/sponsors/lowes.png'></a>
src='static/assets/images/sponsors/lowes.png'></a>
<a target="_blank" href='https://www.pendo.io/'>
<img alt="Pendo logo" id="Pendo-logo" class='sponsor-image'
src='/static/assets/images/sponsors/pendo.png'></a>
Expand Down
7 changes: 4 additions & 3 deletions live/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

<meta property="og:url" content="https://hacknc.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="HackNC 2023">
<meta property="og:title" content="HackNC 2024">
<meta property="og:description" content="UNC-Chapel Hill's annual fall hackathon" />

<title>HackNC 2024</title>
<link rel="icon" type="image/png" sizes="32x32" href="../static/assets/images/halloween-art/purple-favicon.jpg">
<link rel="icon" type="image/png" sizes="32x32" href="static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png">

<!-- Load Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand All @@ -38,7 +38,7 @@
<li>
<a href="/">
<div class="home">
<img src="/static/assets/images/halloween-art/ram.svg" />
<img src="/static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png" />
HackNC
</div>
</a>
Expand All @@ -49,6 +49,7 @@
<li><a href="/live/resources">Resources</a></li>
</ul>
</nav>

<!-- Hamburger Menu -->
<input type="checkbox" class="hamburger-btn fa-solid fa-bars" id="hamburger-btn" />
<div class="hamburger-menu">
Expand Down
1 change: 1 addition & 0 deletions meet-the-team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<title>Meet the Team!</title>

<link rel="icon" type="image/png" sizes="32x32" href="../static/assets/images/Splash/Copy of HackNC2024 Logo 2.0 .png">

<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
78 changes: 78 additions & 0 deletions static/assets/images/aurora-background.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 07a22c2

Please sign in to comment.