-
Notifications
You must be signed in to change notification settings - Fork 0
/
hiring.html
253 lines (224 loc) · 9.35 KB
/
hiring.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
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
<!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" />
<meta
name="description"
content="The Association for Computing Machinery at The University of Washington Bothell (UWB ACM) is the
largest volunteer club on the UWB campus. Mainly focused in Computer Science and Engineering, the UWB ACM hosts dozens of events every year
with hundreds of students, professors, faculty, and industry leaders in attendance." />
<meta
name="keywords"
content="Computer Science Students, University of Washington Bothell, ACM, Association for Computing Machinery, Contact Computer Science Club, University Club, Software Engineer, Event planning, university sponsorships" />
<title>UWB ACM</title>
<link
rel="icon"
href="./assets/images/logos/favicons/favicon.ico"
type="image/x-icon" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-179568770-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-179568770-1");
</script>
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,400&display=swap"
rel="stylesheet" />
<!-- FontAwesome -->
<script
src="https://kit.fontawesome.com/7c07804932.js"
crossorigin="anonymous"></script>
<!-- Bootstrap -->
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
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>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous" />
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- Local CSS stylesheets -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="./assets/css/home.css" />
<!-- Local JS Scripts -->
<script src="./scripts/script.js"></script>
</head>
<!-- Browser doesn't support javascript -->
<noscript>
<h2 class="m-2 text-center text-danger">
Your browser doesn't support Javascript. Parts of the site won't
load
properly!
</h2>
</noscript>
<body onload="loadComponents()">
<!-- site header -->
<div id="injectable-header"></div>
<!-- //site header -->
<!-- contact page breadcrumns -->
<section class="inner-banner"></section>
<nav aria-label="breadcrumb">
<ol class="breadcrumb breadcrumb-padding">
<li class="breadcrumb-item"><a href="./index.html">Home</a></li>
<li class="breadcrumb-item active"
aria-current="page">Join Us</li>
</ol>
</nav>
<!-- contact page breadcrumbs -->
<!-- Description -->
<section id="main" class="bg-light">
<div class="container">
<div class="row align-items-center font-weight-light">
<div class="col-lg-8 offset-lg-2 col-md-12 col-sm-12" style="user-select: none;">
<h3 class="text-center mb-4 text alert alert-danger">Recruiting Closed Until Fall 2024</h3>
<h1 class="section-title p-0" style="font-size: 60px;">Join Our Team!</h1>
<h4 class="text-center mb-4">Note that all Officer positions are unpaid and volunteer.</h4>
<p class="text-center">
<a class="btn btn-success"
style="cursor: pointer; font-size: 32px;"
href="https://docs.google.com/forms/d/e/1FAIpQLScqAgIYBtWcNrfdyg_fiWfFvtSb--XZXjnBXedFtLcUvxNQWA/viewform">Apply Here</a>
<br>
<!-- join our discord for updates
<br>
<span style="text-decoration: underline;">
https://discord.gg/Bg9vZvBP9A
</span> -->
</p>
</div>
</div>
<div class="d-flex row mt-lg-5 ">
<div class="col flex-grow-1 box-wrap m-2">
<div class="p">
<div class="icon">
<span class="fa fa-briefcase"></span>
</div>
<h4>Preferred Qualities</h4>
<p class="mt-3">
The ACM club is looking for motivated officers
with
strong communication skills and time to dedicate. All majors are welcome to apply.
<!-- add more text? -->
</p>
</div>
</div>
<div class="col flex-grow-1 box-wrap m-2">
<div class>
<div class="icon">
<span class="fa fa-briefcase"></span>
</div>
<h4>What to Expect</h4>
<div
class="ml-3 mt-3 flex-column d-flex justify-content-center"
style="width: 80%;">
<p class="ml-5 text-left">
1. Fill out our Application
<br>
2. Behavioral Interview
<br>
3. Orientation
<br>
4. Training Period (up to 3 weeks)
<!-- add more text? -->
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Injectable footer -->
<div id="injectable-footer"></div>
<!-- move top -->
<button
onclick="topFunction()"
id="movetop"
class="bg-primary"
title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (
document.body.scrollTop > 20 ||
document.documentElement.scrollTop > 20
) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- //move top -->
<!-- javascript -->
<script src="./vendors/js/jquery-3.3.1.min.js"></script>
<!-- libhtbox -->
<script src="vendors/js/lightbox-plus-jquery.min.js"></script>
<!-- particles -->
<script src="vendors/js/particles.min.js"></script>
<script src="vendors/js/script.js"></script>
<!-- //particles -->
<!-- owl carousel -->
<script src="vendors/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
var owl = $(".owl-carousel");
owl.owlCarousel({
margin: 10,
nav: true,
loop: false,
responsive: {
0: {
items: 1,
},
767: {
items: 2,
},
1000: {
items: 3,
},
},
});
});
</script>
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$(".navbar-toggler").click(function () {
$("body").toggleClass("noscroll");
});
});
</script>
<!-- disable body scroll which navbar is in active -->
<!-- bootstrap -->
<script src="vendors/js/bootstrap.min.js"></script>
</body>
</html>