-
Notifications
You must be signed in to change notification settings - Fork 0
/
alumni.html
365 lines (348 loc) · 15.6 KB
/
alumni.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
<!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 -->
<!-- Alumni page breadcrumbs -->
<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">Alumni</li>
</ol>
</nav>
<!-- Alumni 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">2023-24 UWB ACM Alumni</h4>
</div>
</div>
<div class="row grid-col-4 text-center mt-5">
<div class="col-lg-4 col-md-6 col-sm-6 mx-auto">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/yash.jpg" alt="Yash Varde" />
<h6>Yash Varde</h6>
<p class="sm-text-32">President</p>
<div class="social-teams mt-2">
<a href="https://www.linkedin.com/in/yashvarde" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="https://github.com/yashvarde" 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 mx-auto">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/vivek.jpg" alt="Vivek Hegde" />
<h6>Vivek Hegde</h6>
<p class="sm-text-32">Treasurer</p>
<div class="social-teams mt-2">
<a href="https://www.linkedin.com/in/vivekhegde" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="https://github.com/vivekhegde" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
</div>
<div class="row grid-col-4 text-center mt-5">
<div class="col-lg-4 col-md-6 col-sm-6 mx-auto">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/natha.jpg" alt="Natha Chiu" />
<h6>Natha Chiu</h6>
<p class="sm-text-32">Executive Officer</p>
<div class="social-teams mt-2">
<a href="https://www.linkedin.com/in/nathachiu" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="https://github.com/nathachiu" 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 mx-auto">
<div class="team-main-6">
<img class="rounded-circle img-thumbnail img-fluid" src="assets/images/officers/2024/bon.jpg" alt="Bon Kawi" />
<h6>Bon Kawi</h6>
<p class="sm-text-32">Core Officer</p>
<div class="social-teams mt-2">
<a href="https://www.linkedin.com/in/bonkawi" target="_blank"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
<a href="https://github.com/bonkawi" target="_blank"><span class="fa fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /team-grids -->
</section>
<!-- //Alumni section -->
<!-- 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">2020-21 UWB ACM Alumni</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\2021\ryanRussell.png"
alt=" "
/>
<h6>Ryan Russell</h6>
<p class="sm-text-32">President</p>
<div class="social-teams mt-2">
<a
href="https://www.linkedin.com/in/ryanrussell00/"
target="_blank"
><span class="fa fa-linkedin" aria-hidden="true"></span
></a>
<a href="https://github.com/RyanRussell00" 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 mt-md-0 my-2">
<div class="team-main-6">
<img
class="rounded-circle img-thumbnail img-fluid"
src="assets\images\\officers\2021\angelaFerro.png"
alt=" "
/>
<h6>Angela Ferro Capera</h6>
<p class="sm-text-32">Vice President</p>
<div class="social-teams mt-2">
<a
href="https://www.linkedin.com/in/angela-ferro-capera/"
target="_blank"
><span class="fa fa-linkedin" aria-hidden="true"></span
></a>
<a href="https://github.com/angelafc001" 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 mt-lg-0 my-2">
<div class="team-main-6">
<img
class="rounded-circle img-thumbnail img-fluid"
src="assets\images\\officers\2021\cameronUfland.png"
alt=" "
/>
<h6>Cameron Ufland</h6>
<p class="sm-text-32">Secretary</p>
<div class="social-teams mt-2">
<a
href="https://www.linkedin.com/in/cdufland "
target="_blank"
><span class="fa fa-linkedin" aria-hidden="true"></span
></a>
<a href="https://github.com/cdufland" 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\2021\anish.png"
alt=" "
/>
<h6>Anish Prasad</h6>
<p class="sm-text-32">Chief Technology Officer</p>
<div class="social-teams mt-2">
<a
href="https://www.linkedin.com/in/anish-n-prasad"
target="_blank"
><span class="fa fa-linkedin" aria-hidden="true"></span
></a>
<a href="https://github.com/anishprasad01" 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 mt-md-0 my-2">
<div class="team-main-6">
<img
class="rounded-circle img-thumbnail img-fluid"
src="assets\images\\officers\2021\taylor.png"
alt=" "
/>
<h6>Taylor Eyler</h6>
<p class="sm-text-32">Chief Technology 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 mt-lg-0 my-2">
<div class="team-main-6">
<img
class="rounded-circle img-thumbnail img-fluid"
src="assets\images\\officers\2021\annajennings.png"
alt=" "
/>
<h6>Anna Jennings</h6>
<p class="sm-text-32">Marketing Coordinator</p>
<div class="social-teams mt-2">
<a
href="https://www.linkedin.com/in/anna-j-jennings/"
target="_blank"
><span class="fa fa-linkedin" aria-hidden="true"></span
></a>
<a href="https://github.com/annajj13" 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 mx-auto">
<div class="team-main-6">
<img
class="rounded-circle img-thumbnail img-fluid"
src="assets\images\\officers\2021\shane.png"
alt=" "
/>
<h6>Shane Clark</h6>
<p class="sm-text-32">Treasurer</p>
<div class="social-teams mt-2">
<a
href="https://www.linkedin.com/in/shane-clark-6b911b144/"
target="_blank"
><span class="fa fa-linkedin" aria-hidden="true"></span
></a>
<a href="https://github.com/shanec7" 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 mx-auto">
<div class="team-main-6">
<img
class="rounded-circle img-thumbnail img-fluid"
src="assets\images\\officers\2021\erica.png"
alt=" "
/>
<h6>Erica Ferguson</h6>
<p class="sm-text-32">Funds Coordinator</p>
<div class="social-teams mt-2">
<a
href=" https://www.linkedin.com/in/erica-m-ferguson/"
target="_blank"
><span class="fa fa-linkedin" aria-hidden="true"></span
></a>
<a href="https://github.com/Erica-Fer" target="_blank">
<span class="fa fa-github" aria-hidden="true"></span
></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /team-grids -->
</section>
<!-- //about page team section -->
<!-- site footer -->
<div id="injectable-footer"></div>
<!-- Javascript links and scripts -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>