This repository was archived by the owner on Jun 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvolunteer.html
More file actions
232 lines (198 loc) · 7.3 KB
/
volunteer.html
File metadata and controls
232 lines (198 loc) · 7.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HACKJA 2021</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap4-neon-glow.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css'>
<meta
property="og:image"
content="https://cdn.discordapp.com/attachments/631557821510713364/777253303960076318/123136613_952197278637519_5844123668927421004_n_2.png"
/>
<link
rel="shortcut icon"
href="https://cdn.discordapp.com/attachments/631557821510713364/777253303960076318/123136613_952197278637519_5844123668927421004_n_2.png"
type="image/x-icon"
/>
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LY48XWHZZK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LY48XWHZZK');
</script>
<!-- Custom script & css that inserts footers -->
<script defer src="./global.js"></script>
<link rel="stylesheet" href="global.css">
</head>
<body>
<div class="navbar-dark text-white">
<div class="container">
<nav class="navbar px-0 navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav update-this-navbar">
</div>
</nav>
</div>
</div>
<div class="jumbotron bg-transparent mb-0 radius-0">
<div class="container">
<div class="row">
<div class="col-xl-6">
<h1 class="display-2">Appl<span class="vim-caret">y</span></h1>
<div class="lead mb-3 text-mono text-success"></div>
<div class="text-mono">
</div>
<br>
</div>
</div>
</div>
</div>
<br><br>
<center>
<div class="container">
<div class="jumbotron" align="center">
<h1 align="center" class="display-3">What is the SLC? </h1>
<br>
<span> Want to be part of the team that creates HackJA and other tech events? Apply to be part of our Student Leadership Committee for the 2021-2022 school year. This committee is comprised of a group of high school students who create workshops, challenges, and activities for these events.<br><br></span>
</div>
<center>
<div class="container">
<div class="jumbotron" align="center">
<h1 align="center" class="display-3">Apply for the SLC </h1>
<br>
<span> If you would like to apply for the Student Leadership Committee please read our bylaws and fill out our application form.<br>
To read our bylaws click <a href="https://docs.google.com/document/d/1NMTpXIPnnpHaMEP762IlWYUiV6ix7fzqFBKFMMz_G9s/edit?usp=sharing"> here</a>
<br>
To fill out an application click <a href="https://form.jotform.com/211535905937057"> here</a>
<br></span>
</div>
<head>
<meta charset="utf-8">
<!-- This file has been downloaded from https://bootdey.com -->
<!-- All snippets are MIT license https://bootdey.com/license -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<style type="text/css">
body{margin-top:20px;}
/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron.jumbotron-main {
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
color: #fff;
padding-top: 0;
padding-bottom: 0;
position: relative;
margin:0;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
background: #16101D; /* fallback for old browsers */
}
.jumbotron.jumbotron-main hr {
border-width: 1px 0px;
border-style: dotted none;
border-color: rgba(255, 255, 255, 0.35);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 49px;
height: 4px;
text-align: center;
position: relative;
clear: both;
}
.jumbotron.jumbotron-main a {
color: #fff;
}
.center-vertically {
display: table-cell;
vertical-align: middle;
height: 100%;
}
.center-vertically-holder {
display: table;
height: 100%;
}
.scroll-indicator {
padding-top:6px;
display: inline-block;
width: 50px;
}
.arrow-scroll-indicator {
font-size: 10px;
color: rgba(255, 255, 255, 0.60);
}
.parallax-window {
background: transparent;
}
</style>
</head>
<footer class="update-this-footer" style="width:100%">
<!-- Gets auto-updated in global.js -->
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script type="module" src="https://unpkg.com/x-frame-bypass"></script>
</body>
</html>
<script>
if(localStorage.getItem("displayedregisteralert")){
console.log("alert already displayed")
document.querySelector(".alert-dismissible").style.display = "none"
}
localStorage.setItem("displayedregisteralert",true)
</script>
<style>
#sourcevid{
margin-left: auto;
margin-right: auto;
display: block;
width:60%;
}
footer {
display: flex;
justify-content: space-evenly;
width: 400px;
margin-bottom: 2em; margin-left:auto;
margin-right:auto;
}
@media only screen and (min-width: 768px) {
footer {
width: 900px;
}
}
footer span {
font-family: Montserrat, sans-serif;
font-size: 0.75rem;
font-weight: normal;
color: var(--neutralDarker);
}
footer span:nth-child(2) {
text-align: center;
}
footer span:nth-child(3) {
text-align: right;
}
</style>