-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 1.48 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hack Cambridge</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/hc.css" />
<link rel="stylesheet" tyep="text/css" href="https://fonts.googleapis.com/css?family=Arvo&display=swap" />
<script>document.documentElement.className = "js"; var supportsCssVars = function () { var e, t = document.createElement("style"); return t.innerHTML = "root: { --tmp-var: bold; }", document.head.appendChild(t), e = !!(window.CSS && window.CSS.supports && window.CSS.supports("font-weight", "var(--tmp-var)")), t.parentNode.removeChild(t), e }; supportsCssVars() || alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<body class="demo-2">
<div class="wrapper">
<main>
<div class="content content--canvas"></div>
</main>
<div class="foreground">
<div class="logo-container">
<img src="resources/hc101_icon_white.svg" class="logo" />
</div>
<div class="countdown">
<p id="timer">Welcome</p>
</div>
</div>
<p id="hashtag">#HackCambridge101</p>
</div>
<script src="js/noise.min.js"></script>
<script src="js/util.js"></script>
<script src="js/swirl.js"></script>
<script src="js/demo.js"></script>
<script src="js/countdown-1.js"></script>
</body>
</html>