gilroyhacks.com/index.html

82 lines
3.3 KiB
HTML
Raw Normal View History

2022-05-26 22:09:31 -07:00
<!DOCTYPE html>
<html lang="en">
<!--
Official Gilroy Hacks Website Source Code -> HTML (https://gilroyhacks.com)
For more info, contact jamesdinh77 (at) protonmail (dot) com
-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gilroy Hacks</title>
<link href="css/general.css" rel="stylesheet" type="text/css" media="all">
2022-05-29 16:50:10 -07:00
<link href="css/scroll_nav.css" rel="stylesheet" type="text/css" media="all">
2022-05-26 22:09:31 -07:00
<link rel="icon" href="">
<meta name="author" content="Gilroy Hacks">
<meta name="copyright" content="This site and its pages are Copyright (c) 2022 Gilroy Hacks All Rights Reserved.">
<meta name="description" content="The official webiste for the Gilroy Hacks Hackathon. Strengthen your skills and collaborate with others to create something useful.">
<meta name="keywords" content="Gilroy Hacks, GilroyHacks, Gilroy, hackathon, Bay Area, GECA, Dr. TJ Owens Gilroy Early College Academy">
2022-05-29 16:50:10 -07:00
2022-05-26 22:09:31 -07:00
<style>
@font-face {
font-family: "Glacial Indifference";
src: url("font/GlacialIndifference-Regular.otf") format('opentype');
font-display: swap;
}
body {
position: relative;
background-color: #141313 !important;
background-image: "";
color: #f2f1ef !important;
font-family: "Glacial Indifference";
}
</style>
<!--For icons, go here: https://iconsvg.xyz/ -->
</head>
2022-05-29 16:50:10 -07:00
<body></body>
<!--Nav-->
<nav id="navBar">
<a href="./">
<img src="img/Gilroy Hacks Logo [Summer-wide].png" loading="lazy" height="55" width="auto" alt="logo"/>
</a>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<img src="img/bars.png" loading="lazy" height="20" width="25" alt="Bars"/>
</label>
<ul>
<li><a href="event">Event</a></li>
<li><a href="rules">Rules</a></li>
<li><a href="prizes">Prizes</a></li>
<li><a href="teams">Teams</a></li>
<a href=""></a><li id="sign-up">SIGN UP</li></a>
</ul>
</nav>
<!--Front Page-->
2022-05-26 22:09:31 -07:00
<header>
2022-05-29 16:50:10 -07:00
<div id="header-background">
2022-05-26 22:09:31 -07:00
<div id="header">
2022-05-29 16:50:10 -07:00
<img id="logo" src="img/Gilroy Hacks Logo [Summer].png" height="300" width="300" loading="lazy" alt="logo"/>
<hr class="line">
<h2 id="header-subtitle-date">Aug 12 - 14</h2>
<h2 id="header-subtitle-spots">40 spots Left</h2>
<div id="entrance-arrow">
<a href="#event" class="link">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>
2022-05-27 20:37:36 -07:00
</a>
2022-05-29 16:50:10 -07:00
</div>
2022-05-26 22:09:31 -07:00
</div>
</div>
</header>
2022-05-29 16:50:10 -07:00
<!--Main-->
<main>
<section id="event">Event</section>
<section id="rules">Rules</section>
<section id="prizes">Prizes</section>
<section id="teams">Teams</section>
</main>
2022-05-26 22:09:31 -07:00
2022-05-29 16:50:10 -07:00
<script src="js/scroll_nav.js"></script>
2022-05-26 22:09:31 -07:00
</body>
</html>