-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcheckin.html
28 lines (22 loc) · 1.56 KB
/
checkin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Make, Build, Create & Learn. It’s GunnHacks 7.0, Gunn’s 36-hour high school hackathon.">
<meta name="author" content="GunnHacks">
<title>GunnHacks 7.0</title>
<link rel="icon" type="image/png" href="img/favicon.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Abel&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/register.css" type="text/css">
</head>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=black" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2021/mlh-trust-badge-2021-black.svg" alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a>
<body>
<a id="back-arrow" href="/"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back to Home</a>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeuedxqQsVtC9tpqrXGzhvm20p3dmnTulVEdNjIlAopJaBzEw/viewform?embedded=true">Loading…</iframe>
</body>
</html>