-
Notifications
You must be signed in to change notification settings - Fork 1
/
join.html
63 lines (58 loc) · 2.16 KB
/
join.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!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" />
<link rel="icon" href="img/logo/logo_nobuffer.png" />
<!-- meta -->
<meta
name="description"
content="ThetaHacks is a 36 hour virtual high school hackathon for developers of all skill levels."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="ThetaHacks" />
<!-- OpenGraph Meta -->
<meta
property="og:title"
content="ThetaHacks | Bringing the world of tech to prospective engineers"
/>
<meta property="og:site_name" content="ThetaHacks" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="ThetaHacks is a hackathon with swag and awards for high-school hackers of all ages and skill levels across the globe!"
/>
<meta
property="og:image"
content="https://thetahacks.tech/img/logo/banner.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:locale" content="en_US" />
<meta property="twitter:site" content="ThetaHacks" />
<meta
property="twitter:text:title"
content="ThetaHacks is a hackathon with swag and awards for high-school hackers of all ages and skill levels across the globe!"
/>
<meta
property="twitter:image"
content="https://thetahacks.tech/img/logo/banner.png"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://thetahacks.tech/" />
<title>ThetaHacks Team Signup</title>
</head>
<body>
<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script>
<iframe
class="airtable-embed airtable-dynamic-height"
src="https://airtable.com/embed/shrm0CPEJiHJ4Q1eq?backgroundColor=red"
frameborder="0"
onmousewheel=""
width="100%"
height="3676"
style="background: transparent; border: 1px solid #ccc"
></iframe>
</body>
</html>