forked from zenithhacks/hypesite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (95 loc) · 2.98 KB
/
index.html
File metadata and controls
96 lines (95 loc) · 2.98 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!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.0" />
<meta property="og:title" content="Something is coming - Hack The Thames" />
<meta
name="twitter:title"
content="Something is coming - Hack The Thames"
/>
<meta name="og:url" content="https://hackthethames.uk" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Hack The Thames" />
<meta
name="description"
content="Something's in the making. Let's keep in touch about it"
/>
<meta
property="og:description"
content="Something's in the making. Let's keep in touch about it"
/>
<meta
name="twitter:description"
content="Something's in the making. Let's keep in touch about it"
/>
<meta name="msapplication-TileColor" content="#040716" />
<meta name="theme-color" content="#040716" />
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;900&display=swap"
/>
<title>Something is coming - Hack The Thames</title>
<script async defer data-website-id="dc7484d1-685d-47c4-ac16-57450abfd07a" src="https://umami.otterbots.dev/umami.js"></script>
</head>
<body>
<div class="container">
<div class="text">
<h1 class="title">
Something <span class="negative">BIG</span> is in the making
</h1>
<br />
<br />
<p>Some time December 2023. Let's keep in touch about it</p>
<iframe
data-tally-src="https://tally.so/embed/mZ8k9y?alignLeft=1&transparentBackground=1&dynamicHeight=1"
loading="lazy"
width="650px"
height="522px"
frameborder="0"
marginheight="0"
marginwidth="0"
title="HackTheThames interest form"
></iframe>
<script>
var d = document,
w = "https://tally.so/widgets/embed.js",
v = function () {
"undefined" != typeof Tally
? Tally.loadEmbeds()
: d
.querySelectorAll("iframe[data-tally-src]:not([src])")
.forEach(function (e) {
e.src = e.dataset.tallySrc;
});
};
if ("undefined" != typeof Tally) v();
else if (d.querySelector('script[src="' + w + '"]') == null) {
var s = d.createElement("script");
(s.src = w), (s.onload = v), (s.onerror = v), d.body.appendChild(s);
}
</script>
<br />
<br />
<span
>Interested in sponsoring?
<a href="mailto:sponsors@hackthethames.uk">We're all ears</a></span
>
<br />
<br />
<footer>
<a href="https://hcb.hackclub.com/hack-the-thames?ref=hypesite"
>Hack the Thames</a
>
is fiscally sponsored by HCB, a project by The Hack
Foundation (d.b.a. Hack Club), a United States 501(c)(3) nonprofit
(EIN: 81-2908499).
</footer>
</div>
</div>
</body>
</html>