-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
268 lines (249 loc) · 10.6 KB
/
404.html
File metadata and controls
268 lines (249 loc) · 10.6 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150933241-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-150933241-1");
</script>
<!-- Meta Tags-->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="Cache-control" content="public" />
<meta name="description"
content="Pearl Hacks is a hackathon for female and gender non-conforming students. We especially cater to first-time hackers who are looking for a supportive environment to explore technology." />
<meta name="google-site-verification" content="BVA1NKpsy9IenrjkPDUVV9naJOgnlX8MpPhV5wT_c0w" />
<!-- Favicon -->
<link rel="icon" href="assets/images/ph-favicon.svg" type="image/svg" />
<link rel="shortcut icon" href="assets/images/ph-favicon.svg" type="image/svg" />
<!-- CSS (Bootstrap, Custom Styles -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
<link rel="stylesheet" href="./../assets/styles.css" />
<!-- Bootstrap Script Requirements (Slim JQuery, Popper, Bootstrap, Font Awesome) -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/54e7e1ecc6.js" crossorigin="anonymous"></script>
<!-- Custom Scripts -->
<script>
$(document).ready(function () {
$("body>footer").load("./components/footer.html");
$("body>header").load("./components/navbar.html");
var scroll_pos = 0;
$(document).scroll(function () {
scroll_pos = $(this).scrollTop();
if (scroll_pos > 100) {
$(".navbar").css("box-shadow", "0px 2px 3px rgb(0,0,0,.3)");
} else if (scroll_pos <= 100) {
$(".navbar").css("box-shadow", "none");
}
if (window.pageYOffset < 100) {
$(".navbar").css("background-color", "var(--beige)");
}
if (window.pageYOffset > 100) {
$(".navbar").css("background-color", "white");
}
});
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.4/axios.min.js"
integrity="sha512-lTLt+W7MrmDfKam+r3D2LURu0F47a3QaW5nF0c6Hl0JDZ57ruei+ovbg7BrZ+0bjVJ5YgzsAWE+RreERbpPE1g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<title>Pearl Hacks</title>
</head>
<body>
<header>
<a id="mlh-badge"
href="https://mlh.io/seasons/na-2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=white"
target="new">
<img src="https://pearlhacks.com/assets/images/mlh-badge-2022.svg" class="d-none d-sm-inline" alt="MLH Badge">
</a>
<nav class="navbar navbar-expand-lg fixed-top transparent-nav">
<a class="navbar-brand d-flex align-items-center align-content-center" href="https://pearlhacks.com/index.html">
<img class="mr-2" src="https://pearlhacks.com/assets/images/phlogo.svg" width="30" height="30"
alt="Pearl Hacks Logo">
<span style="font-weight: bold;"><b>Pearl Hacks</b> 2022</span>
</a>
<button class="navbar-toggler m-0 mr-sm-5 pr-sm-5" type="button" data-toggle="collapse"
data-target="#navbar-dropdown" aria-controls="navbar-dropdown" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbar-dropdown">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbar-dropdown-link" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Registration
</a>
<div class="dropdown-menu shadow-sm transparent-nav text-dark" aria-labelledby="navbar-dropdown-link">
<a class="dropdown-item" href="https://bit.ly/PH_2022" target="new">Hackers</a>
<a class="dropdown-item" href="https://bit.ly/PH_Mentor" target="new">Mentors</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pearlhacks.com/aboutus.html">
About Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pearlhacks.com/faq.html">
FAQ
</a>
</li>
<!--li class="nav-item">
<a class="nav-link" href="schedule.html">
Schedule
</a>
</li-->
<li class="nav-item">
<a class="nav-link" href="https://pearlhacks.com/resources.html">
Resources
</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<section class="
container
py-4
d-flex
justify-content-center
flex-column
align-content-center align-items-center
">
<h1>Page Not Found!</h1>
<h2 class="py-5">
404 Error : ( <br />
The link you're looking for doesn't exist. Sorry!
</h2>
</section>
</main>
<footer>
<div class="container mt-5">
<div class="row py-4 border-bottom d-flex justify-content-between">
<div class="col-12 col-md-4">
<h2>Keep up with us</h2>
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#mc_embed_signup form {
padding: 0px;
}
#mc_embed_signup input.email {
width: 85%;
height: 2.5rem;
}
#mc_embed_signup label {
color: white;
font: bold 1.25rem "Proxima Nova";
}
#mc_embed_signup input.button {
color: #34375a;
background-color: #ffdfb2;
margin-top: 20px;
width: auto !important;
height: auto !important;
font-weight: bold;
border-radius: 3rem;
padding: 0.25rem 1.5rem;
}
#mc_embed_signup input.button:hover {
background-color: transparent;
color: white;
border: 1px solid var(--light);
font-weight: bold;
}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form
action="https://pearlhacks.us17.list-manage.com/subscribe/post?u=211594c9660fc6331ed123271&id=30e1fce0d4"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Join our mailing list!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address"
required />
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px" aria-hidden="true">
<input type="text" name="b_211594c9660fc6331ed123271_30e1fce0d4" tabindex="-1" value="" />
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" />
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="col-12 col-md-4 admin">
<h2>Administration</h2>
<p>
Pearl Hacks abides by the
<a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="blank">MLH Code of Conduct</a>.
</p>
<p>
For questions or feedback, contact us at
<a href="mailto:questions@pearlhacks.com" target="blank">questions@pearlhacks.com</a>
</p>
</div>
<div class="col-12 col-md-4">
<h2>
Inclusivity Statement
</h2>
<p>
Pearl Hacks is an event designed to uplift and center women and gender non-conforming students. We expect
all of our
mentors, volunteers, participants, directors, sponsors, judges, and visitors to be respectful of our
participants" gender identities and expressions.
</p>
</div>
</div>
<div class="py-4 d-sm-flex justify-content-between">
<p>
Made with <i class="far fa-heart"></i> by
<a href="https://github.com/pearlhacks" target="blank">Pearl Hacks</a>
</p>
<ul class="d-flex p-0">
<li>
<a href="https://www.facebook.com/pearlhackathon/" target="blank">
<i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="https://twitter.com/PearlHacks" target="blank">
<i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="mailto:questions@pearlhacks.com" target="blank">
<i class="far fa-envelope"></i></a>
</li>
<li>
<a href="https://www.instagram.com/pearlhacks/" target="blank">
<i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://github.com/pearlhacks" target="blank">
<i class="fab fa-github"></i></a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>