-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
112 lines (111 loc) · 3.41 KB
/
index.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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!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="#BuildHigher" />
<meta name="twitter:title" content="#BuildHigher" />
<meta name="og:url" content="https://zenithhacks.eu" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Zenith Hacks" />
<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
property="og:image"
content="https://zenithhacks.github.io/hypesite/img/og.webp"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://zenithhacks.github.io/hypesite/img/og.webp"
/>
<meta name="msapplication-TileColor" content="#010101" />
<meta name="theme-color" content="#010101" />
<script src="https://www.google.com/recaptcha/api.js"></script>
<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>#BuildHigher</title>
</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>27th - 29th August, 2021. Let's keep in touch about it</p>
<br />
<br />
<form
action="https://postal.hackclub.com/subscribe"
method="POST"
accept-charset="utf-8"
>
<div class="form-container">
<div >
<label for="name">Name</label><br />
<input type="text" name="name" id="name" />
</div>
<div class="form-element">
<label for="email">Email</label><br />
<input type="email" name="email" id="email" />
</div>
</div>
<br />
<br />
<label for="gdpr" style="display: hidden">GDPR Approval</label><br />
<input type="checkbox" name="gdpr" id="gdpr" />
<span
><strong>Marketing permission</strong>: I give my consent to to be
in touch with me via email using the information I have provided in
this form for the purpose of news, updates and marketing. If you
wish to withdraw your consent and stop hearing from us, simply click
the unsubscribe link at the bottom of our emails or contact us at
team@zenithhacks.eu</span
>
<br /><br />
<p
class="g-recaptcha"
data-sitekey="6Ldw63IaAAAAAN_idPQMf2DGF5YYdGQ3xJ3hcxna"
></p>
<div style="display: none">
<label for="hp">HP</label><br />
<input type="text" name="hp" id="hp" />
</div>
<input type="hidden" name="list" value="nTIS8BubOT7zCG8trtw25A" />
<input type="hidden" name="subform" value="yes" />
<br />
<input
type="submit"
name="submit"
id="submit"
value="Keep me posted →"
/>
</form>
<br />
<br />
<span
>Sponsors?
<a href="mailto:charalampos@zenithhacks.eu">We're all ears</a></span
>
</div>
</div>
</body>
</html>