-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
373 lines (347 loc) · 12.7 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!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/[email protected]/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 -->
<!-- banner section -->
<section id="home" class="banner">
<div id="banner-bg-effect" class="banner-effect"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 smcol-md-12 col--12 order-lg-first mt-lg-0 mt-4">
<h1 class="mb-4 title">
We prepare students for tomorrow's tech challenges.
</h1>
<p>
The Association for Computing Machinery (ACM) Chapter at UW Bothell
</p>
<div class="mt-5">
<a class="btn btn-primary btn-style mr-2" href="about.html">About
Us
</a>
</div>
</div>
<div
class="col-lg-5 col-md-12 col-sm-12 order-first text-lg-left text-center">
<div>
<img
src="assets/images/logos/acm/acm-large-logo.jpg"
alt
class="rounded-circle img-fluid" />
</div>
</div>
</div>
</div>
</section>
<!-- //banner section -->
<!-- home page social links -->
<section class="w3l-about">
<div class="container">
<div class="row about-content">
<div class="col-lg-6 info mb-lg-0 mb-sm-5 mb-4 align-center">
<h3 class="title">
Join Our Community
</h3>
<div class="row mt-lg-1">
<a target=”_blank” href="https://discord.gg/DzWEhESsZw" class="social-media-link col-lg-6 col-md-6 col-sm-12">
<div class="box-wrap">
<img src="assets\images\logos\media\discord-logo.svg" alt="Discord">
<h6 class="mt-2">Discord</h6>
</div>
</a>
<a target=”_blank” href="https://www.instagram.com/uwb_acm/" class="social-media-link col-lg-6 col-md-6 col-sm-12">
<div class="box-wrap">
<img src="assets\images\logos\media/instagram-logo.svg" alt="Instagram">
<h6 class="mt-2">Instagram</h6>
</div>
</a>
<a target=”_blank” href="https://www.linkedin.com/company/uwb-acm-club/mycompany/" class="social-media-link col-lg-6 col-md-6 col-sm-12">
<div class="box-wrap">
<img src="assets\images\logos\media\linkedin-logo.svg" alt="Linkedin">
<h6 class="mt-2">Linkedin</h6>
</div>
</a>
<a target=”_blank” href="https://www.facebook.com/uwbacm/" class="social-media-link col-lg-6 col-md-6 col-sm-12">
<div class="box-wrap">
<img src="assets\images\logos\media\facebook-logo.svg" alt="Facebook">
<h6 class="mt-2">Facebook</h6>
</div>
</a>
</div>
</div>
<div class="col-lg-6">
<img
src="/assets/images/socials.svg"
class="img-fluid img-shadow"
alt="about" />
</div>
</div>
</div>
</section>
<!-- //home page about -->
<!-- home page events grids -->
<section id="events" class="bg-light">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 offset-lg-2 col-md-12 col-sm-12">
<h4 class="section-title">Our Recurring Events</h4>
<p class="text-center">
These are our events that occur throughout the school year
(September through June).
<br />We have more events than what's listed here, if you're
interested in learning more:
<a
class="btn btn-primary"
href="https://uwb.presence.io/events/acm">Check out our events
page!</a>
</p>
</div>
</div>
<div class="row mt-lg-5">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-briefcase"></span>
</div>
<h4>Technical Interview Preparation</h4>
<p>
Prepare for technical interviews with real examples,
experiences, and recruiters!
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-shield"></span>
</div>
<h4>Competitive Programming</h4>
<p>
Compete with students across the West Coast to solve coding
questions and win prizes!
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-laptop"></span>
</div>
<h4>UWBHacks Hackathon</h4>
<p>
Our annual UWBHacks hackathon takes place in Spring. Students
work with cutting edge technology to gain experience and build
amazing apps!
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-industry"></span>
</div>
<h4>Technical Workshops</h4>
<p>
We alternate workshops throughout the year, teaching crucial
industry tools such as Git and Linux.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-lightbulb-o"></span>
</div>
<h4>Tech Panel & Networking Night</h4>
<p>
Tech panel with industry professionals that wraps up with a
dinner and a chance to sit down and connect with Engineers and
Managers from companies such as Boeing, T-Mobile, Microsoft,
Amazon, and more!
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="box-wrap">
<div class="icon">
<span class="fa fa-picture-o"></span>
</div>
<h4>And Many More</h4>
<p>
We have lots of events throughout the year, connect with us to
get involved!
</p>
</div>
</div>
</div>
</div>
</section>
<!-- //home page events grids -->
<!-- call-to-action section -->
<section id="cta">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 offset-lg-2 col-md-12 col-sm-12">
<h4 class="section-title">
Students, professors, companies, leaders, and everyone else: Get
involved!
</h4>
<p class="text-center">
Regardless of what you are or where you want to go, the ACM wants
you to be involved and contribute to our positive impact! <br />
<b><a class="btn btn-primary" href="contact.html">Contact
Us!</a></b>
<br />
</p>
</div>
</div>
</div>
</section>
<!-- //call-to-action 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>