Skip to content

Commit 6f93b5d

Browse files
committedFeb 18, 2021
form team
1 parent 16fcf38 commit 6f93b5d

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
 

‎team/index.html

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="icon" href="img/logo/logo_nobuffer.png" />
8+
9+
<!-- meta -->
10+
<meta
11+
name="description"
12+
content="ThetaHacks is a 36 hour virtual high school hackathon for developers of all skill levels."
13+
/>
14+
<meta name="viewport" content="width=device-width, initial-scale=1" />
15+
<meta name="author" content="ThetaHacks" />
16+
17+
<!-- OpenGraph Meta -->
18+
19+
<meta
20+
property="og:title"
21+
content="ThetaHacks | Bringing the world of tech to prospective engineers"
22+
/>
23+
<meta property="og:site_name" content="ThetaHacks" />
24+
<meta property="og:type" content="website" />
25+
26+
<meta
27+
property="og:description"
28+
content="ThetaHacks is a hackathon with swag and awards for high-school hackers of all ages and skill levels across the globe!"
29+
/>
30+
<meta
31+
property="og:image"
32+
content="https://thetahacks.tech/img/logo/banner.png"
33+
/>
34+
<meta property="og:image:width" content="1200" />
35+
<meta property="og:image:height" content="627" />
36+
<meta property="og:locale" content="en_US" />
37+
<meta property="twitter:site" content="ThetaHacks" />
38+
<meta
39+
property="twitter:text:title"
40+
content="ThetaHacks is a hackathon with swag and awards for high-school hackers of all ages and skill levels across the globe!"
41+
/>
42+
<meta
43+
property="twitter:image"
44+
content="https://thetahacks.tech/img/logo/banner.png"
45+
/>
46+
<meta property="twitter:card" content="summary_large_image" />
47+
<meta property="og:url" content="https://thetahacks.tech/" />
48+
49+
<title>ThetaHacks Team Signup</title>
50+
</head>
51+
<body>
52+
<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script>
53+
<iframe
54+
class="airtable-embed airtable-dynamic-height"
55+
src="https://airtable.com/embed/shrm0CPEJiHJ4Q1eq?backgroundColor=red"
56+
frameborder="0"
57+
onmousewheel=""
58+
width="100%"
59+
height="3676"
60+
style="background: transparent; border: 1px solid #ccc"
61+
></iframe>
62+
</body>
63+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.