-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdescription.html
38 lines (35 loc) · 1.28 KB
/
description.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
<!DOCTYPE html>
<html lang="en" prefix="oh: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<title>ThetaHacks I</title>
<link rel="icon" href="img/logo/logo_nobuffer.png" />
<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, maximum-scale=1, minimum-scale=1"
/>
<meta name="author" content="ThetaHacks" />
<meta
property="og:title"
content="ThetaHacks | Bringing the world of tech to prospective engineers"
/>
<meta property="og:site_name" content="ThetaHacks" />
<meta
property="og:description"
content="ThetaHacks is a virtual 36-hour
hackathon with swag and awards for high-school hackers of all ages and skill levels across the globe!"
/>
<meta property="og:image" content="https://i.imgur.com/ihydEWt.png" />
<meta property="og:image:height" content="300" />
<meta property="og:url" content="https://thetahacks.tech" />
</head>
<body style="height: 98vh; background: black">
<div style="height: 100%">
<embed src="pdfs/theta_desc.pdf" type="application/pdf" width="100%" height="100%" />
</div>
</body>
</html>