gilroyhacks.com/index.html

62 lines
2.4 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">
<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">
<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>
<header>
<div class="header-background">
<div id="header">
2022-05-27 20:37:36 -07:00
<nav>
<a href="./">
<img id="logo" src="img/Gilroy Hacks Logo [wide transparent].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</a></li>
<li><a href="">Rules</a></li>
<li><a href="">Prizes</a></li>
<li><a href="">Teams</a></li>
2022-05-29 14:13:10 -07:00
<a href=""></a><li id="sign-up">SIGN UP</li></a>
2022-05-27 20:37:36 -07:00
</ul>
</nav>
2022-05-26 22:09:31 -07:00
</div>
</div>
</header>
<body>
</body>
</html>