-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
342 lines (318 loc) · 12.2 KB
/
about.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
<!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>About | 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/about.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 -->
<!-- about 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">About us</li>
</ol>
</nav>
<!-- //about page breadcrumbs -->
<!-- about page ACM History-->
<section class="w3l-uwb-acm-history">
<div class="container">
<div class="row about-content">
<div class="col-lg-6 info-acm mb-lg-0 mb-5 align-center">
<h1>What is ACM?</h1>
<p class="mt-md-4 mt-3">
ACM is the largest international computing organization. Well
established in the tech industry, it provides its members with
diverse learning opportunities.
</p>
<br />
<h1>UWB ACM</h1>
<p class="mt-md-4 mt-3">
The Association for Computing Machinery (ACM) Chapter at UW
Bothell was first founded in 1997, and through each iteration, it
has implemented great changes and improvements. The current
chapter was re-established in Fall 2017, facilitating
collaboration among students with a focus on fostering
professional and educational development in the field of computer
science.
</p>
</div>
<div class="col-lg-6">
<img
src="\assets\images\officers\2024\group_photo.jpeg"
alt=""
class="uwb-acm-team img-fluid"
/>
</div>
</div>
</div>
</section>
<!-- //about page section1-->
<!-- about page team section -->
<section class="w3l-team-main-6">
<!-- /team-grids -->
<div class="team-content">
<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">UWB ACM 2024-25</h4>
</div>
</div>
<div class="row grid-col-4 text-center mt-5">
<div class="col-lg-4 col-md-6 col-sm-6 my-2">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/hannah.jpg" alt="Hannah Kim" />
<h6>Hannah Kim</h6>
<p class="sm-text-32">President</p>
<div class="social-teams mt-2">
<a href="" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-2">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/breanna.jpg" alt="Breanna Powell" />
<h6>Breanna Powell</h6>
<p class="sm-text-32">Vice President</p>
<div class="social-teams mt-2">
<a href="" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-2">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/simon.jpg" alt="Simon Dao" />
<h6>Simon Dao</h6>
<p class="sm-text-32">Executive Officer</p>
<div class="social-teams mt-2">
<a href="#url" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="#url" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-2">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/alan.jpg" alt="Alan Lai" />
<h6>Alan Lai</h6>
<p class="sm-text-32">Chief Technology Officer</p>
<div class="social-teams mt-2">
<a href="" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-2">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/joshua.JPG" alt="Joshua Chow" />
<h6>Joshua Chow</h6>
<p class="sm-text-32">Secretary</p>
<div class="social-teams mt-2">
<a href="" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-2">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/bruce.png" alt="Bruce Duong" style="aspect-ratio: 1/1;" />
<h6>Bruce Duong</h6>
<p class="sm-text-32">Treasurer</p>
<div class="social-teams mt-2">
<a href="" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6 mx-auto text-center">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/logos/acm/acm-black-transparent.svg" alt=" " />
<h6>16+ Other Amazing Officers</h6>
</div>
</div>
</div>
</div>
</div>
<!-- /team-grids -->
</section>
<!-- //about page team section -->
<!-- about page section2-->
<section class="w3l-about text-center">
<div class="container">
<h1>Join the ACM</h1>
<p class="mt-md-4 mt-3">
Would you like to become an officer at UWB ACM? We would love to learn
about your ideas and fresh perspectives. We hire new officers at the
end of Fall and Winter quarter. Applications typically open within the
last 4-5 weeks of the quarter.
<br /><b>
Note that all Officer positions are unpaid and volunteer.</b
>
</p>
<a class="btn btn-primary btn-style" href="/hiring.html" target="_blank"
>Join Us</a
>
</div>
</section>
<!-- //about page section2-->
<!-- site footer -->
<div id="injectable-footer"></div>
<!-- //site footer -->
<!-- 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>