-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (56 loc) · 2.15 KB
/
index.html
File metadata and controls
57 lines (56 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Interest form for ShellHacks 2024!" />
<meta name="keywords" content="HTML, CSS, JavaScript" />
<meta name="author" content="Gabriel @ the INIT FIU team" />
<meta property="og:title" content="ShellHacks Interest Form" />
<meta
property="og:description"
content="Interest form for ShellHacks 2024!"
/>
<meta property="og:image" content="assets/images/dino.png" />
<meta property="og:url" content="https://weareinit.github.io" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="assets/images/card.png" />
<style>
@font-face {
font-family: "Zoonaji";
src: url("/assets/fonts/Zoonaji\ Regular.ttf");
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="assets/images/dino.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="styles/stylesheet.css" />
<title>ShellHacks Interest Form</title>
</head>
<body>
<img src="assets/images/wave-website.png" class="wave-website" alt="Wave" />
<img src="assets/images/wave-mobile.png" class="wave-mobile" alt="Wave" />
<h1 class="big-title">ShellHacks 2024</h1>
<h2 class="subtitle" style="margin: 0px">
September 27th - September 29th
</h2>
<h3 class="subtitle" style="font-size: 12px">Location: TBD</h3>
<a
class="text-box"
href="https://airtable.com/app6Bb2hmtkp4gGaK/shrkyXi2fhr8tfDb3"
>
<h1 class="button-text">Click to stay updated!!</h1>
</a>
<img
src="assets/images/logo.svg"
style="position: absolute; bottom: 20px; left: 20px"
alt="init"
width="100px"
/>
</body>
</html>