-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
556 lines (532 loc) · 39.1 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
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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Connect@Cal</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.12.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Martel+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap" rel="stylesheet">
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top" id="mainNav">
<div class="container" id="nav-top">
<a href="index.html"><img class="navbar-brand js-scroll-trigger ml-3"src="assets/img/sponsor_logo.svg" width ="250px" height = "70px" alt="Connect@Cal"></a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu <i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto mr-4">
<!-- <li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#home">Home</a></li> -->
<!-- <li class="nav-item mx-0 mx-lg-1"><a class="notcurrent nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" target=”_blank” href="https://connect-resource-finder.herokuapp.com/">Resource Finder</a></li> -->
<li class="nav-item mx-0 mx-lg-1"><a class="current nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="about.html">About</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="notcurrent nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="faq.html">FAQ</a></li>
<!-- <li class="nav-item mx-0 mx-lg-1"><a class="notcurrent nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="resources.html">Add a Resource</a></li> -->
<!-- <li class="nav-item mx-0 mx-lg-1"><a class="notcurrent nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="getinvolved.html">Get Involved</a></li> -->
<!-- <li class="nav-item mx-0 mx-lg-1"><a class="notcurrent nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="events.html">Events</a></li> -->
<li class="nav-item mx-0 mx-lg-1"><a class="notcurrent nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="partners.html">Our Partners</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="notcurrent nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="donate.html">Donate</a></li>
</ul>
</div>
</div>
</nav>
<!-- About Header-->
<header class="masthead bg-primary2">
<div class="container-fluid pt-5">
<div class="row header-row">
<div class="col-lg-12 col-md-12">
<h3 class="mb-5" style="padding-left: 3vw; padding-top: 15vh; color:white;"> Our Story</h3>
<div class="ourstory">
<h1 style="line-height: 30px; font-family: 'Martel Sans', sans-serif; color: #056BA5;" class="mb-4">
Navigating college is one of the most difficult and daunting experiences for students.
</h1>
<h1 style="line-height: 30px; font-family: 'Martel Sans', sans-serif; color: #056BA5;" class="mb-4">
Being a first-generation college student and not knowing anyone walking into college made this problem even more real. Googling resources is not exhaustive and knowing the right people at the right time is not accessible.
</h1>
<h1 style=" line-height: 30px;font-family: 'Martel Sans', sans-serif; color: #056BA5;"class="mb-4">
Discovering campus resources should be easier, and that's why I founded Connect@Cal. It was based on the notion that resources should not be hard to reach, and that every student must have a service to get connected to the right resources, at the right time.
</h1>
<h1 style=" line-height: 30px;font-family: 'Martel Sans', sans-serif; color: #056BA5;"class="mb-4">
- Johnny Nguyen, Founder of Connect@Cal
</h1>
</div>
</div>
<!-- <div class="col-lg-5 col-md-12">
<img class="storyimg img-fluid" src="assets/img/about.png">
</div> -->
</div>
</div>
</header>
<!-- Founders-->
<section class="page-section portfolio bg-primary2" id="process">
<div class="container-fluid my-5">
<div class="row mb-5">
<div class="col-sm-12">
<h4 class="text-center" style="color: white;"> Core Team</h4>
</div>
<div class="col-12 d-flex justify-content-center">
<img class="mb-5" src="assets/img/lineswhite.svg">
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Johnny Nguyen</h4>
<img class="mb-3 img-fluid" src="assets/img/johnny.png">
<h1 class="mb-4" style="color: white;">Founder and President</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"As the founder, I lead our team around a vision to transform our campus's resource to student to success pipeline."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Ethan Chiu</h4>
<img class="mb-3 img-fluid" src="assets/img/ethan.png">
<h1 class="mb-4" style="color: white;">Founder and Tech Lead</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I lead our tech team on the development and implementation of our user and admin sites that helps connect students with high quality resources as well as help plan our experimental work."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Eric Cheng</h4>
<img class="mb-3 img-fluid" src="assets/img/eric.png">
<h1 class="mb-4" style="color: white;">Founder and Tech Lead</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I help direct the Connect@Cal tech team and work on the Admin Site and Experimental Features."</h5>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Malia Jiang</h4>
<img class="mb-3 img-fluid" src="assets/img/malia.png">
<h1 class="mb-4" style="color: white;">External Vice President</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I develop Connect@Cal's brand strategy and lead the growth team to meet the marketing objectives."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Ria Jain</h4>
<img class="mb-3 img-fluid" src="assets/img/ria.png">
<h1 class="mb-4" style="color: white;">Internal Vice President</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I oversee our organization's recruitment and professional development process to build an effective team that strives to make access to all of cal’s resources more efficient and equitable."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Dana Feng</h4>
<img class="mb-3 img-fluid" src="assets/img/dana.png">
<h1 class="mb-4" style="color: white;">Design Lead and Developer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I lead the UX/UI design for the tech team to ensure a better student and associate experience, as well as work on projects with the tech team."</h5>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Anne Nguyen</h4>
<img class="mb-3 img-fluid" src="assets/img/anne.png">
<h1 class="mb-4" style="color: white;">Operations VP and Software Engineer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I direct the day-to-day operations, including leading a team of associates that analyze and compile resources for students, managing the resource database, and continually improving upon the process we use to handle cases. "</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Dyllan Liu</h4>
<img class="mb-3 img-fluid" src="assets/img/dyllan.png">
<h1 class="mb-4" style="color: white;">Operations VP</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"After creating a UC Berkeley resource database, I designed and directed the case management system to match students of diverse interests and needs to campus's resource. "</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Michelle Chen</h4>
<img class="mb-3 img-fluid" src="assets/img/michelle.png">
<h1 class="mb-4" style="color: white;">Operations VP</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I lead a team of associates to critically navigate the immense campus resources when answering submitted questions and ensure students can meet their basic needs to truly thrive at Berkeley."</h5>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Anjali Patel</h4>
<img class="mb-3 img-fluid" src="assets/img/anjali.png">
<h1 class="mb-4" style="color: white;">Operations VP and Developer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I am responsible for forging strategic partnerships for Connect@Cal with a focus on growth, awareness, and sponsorships. "</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Garrett Chau</h4>
<img class="mb-3 img-fluid" src="assets/img/Garrett.png">
<h1 class="mb-4" style="color: white;">Finance Director</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I obtain and manage club funds through applying for grants and reimbursing members for operation expenses."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Katarina Stankovic</h4>
<img class="mb-3 img-fluid" src="assets/img/Katarina.png">
<h1 class="mb-4" style="color: white;">Marketing Director</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I direct our marketing campaigns and facilitate outreach to external orgs on campus."</h5>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Mohana Hatami </h4>
<img class="mb-3 img-fluid" src="assets/img/mohana.png">
<h1 class="mb-4" style="color: white;">People Ops Director</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I assist the People Operations Director with recruitment of new team members as well as planning socials, and finding new opportunities for the club!"</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Zoe Chyatte</h4>
<img class="mb-3 img-fluid" src="assets/img/zoe.png">
<h1 class="mb-4" style="color: white;">Resources VP</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I provide resource-centered solutions to students and internal projects."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Wish Wang</h4>
<img class="mb-3 img-fluid " src="assets/img/wish.png">
<h1 class="mb-4" style="color: white;">Partnerships Director and Software Engineer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"Utilizing my skills, I help to make resources easily accessible to the Berkeley community."</h5>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Jason To</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Transfer Community Director</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Ahllain Santos</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Diversity and Inclusion Director</h1>
</div>
</div>
<div class="row mb-5">
<div class="col-sm-12">
<h4 class="text-center" style="color: white;"> Tech Team</h4>
<p class="text-center" style="color:white;"> More bios to be added soon! </p>
</div>
<div class="col-12 d-flex justify-content-center">
<img class="mb-5" src="assets/img/lineswhite.svg">
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Genna Gams</h4>
<img class="mb-3 img-fluid" src="assets/img/genna 1.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I help our team respond to resource requests efficiently."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Shayan Ghosh</h4>
<img class="mb-3 img-fluid" src="assets/img/shayan.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I design and build experimental backend features to improve the case management system."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Yi Qian</h4>
<img class="mb-3 img-fluid" src="assets/img/yi.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I design and implement frameworks on Figma into C@C's website."</h5>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Laura Pei</h4>
<img class="mb-3 img-fluid" src="assets/img/laura.png">
<h1 class="mb-4" style="color: white;">Software Engineer and Designer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I work with the tech team to maximize efficiency in handling requests for resources. "</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Elvis Wei</h4>
<img class="mb-3 img-fluid" src="assets/img/elvis.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I work on the technical side of case management at Connect@Cal by linking databases, creating API endpoints, and developing Slack applications."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Jason Chan</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Joelle Siong Sin</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Siddhant Satapathy</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Benjamin Chou</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Software Engineer</h1>
</div>
</div>
<div class="row mb-5">
<div class="col-sm-12">
<h4 class="text-center" style="color: white;"> Design Team</h4>
<p class="text-center" style="color:white;"> More bios to be added soon! </p>
</div>
<div class="col-12 d-flex justify-content-center">
<img class="mb-5" src="assets/img/lineswhite.svg">
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Xiaoyu Hu</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Designer</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Desiree Wang</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Designer</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Amal Alyousfi</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Designer</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Anna Kuang</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Designer</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3" style="color: white;">Mohini Rye</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Designer</h1>
</div>
</div>
<div class="row mb-5">
<div class="col-sm-12">
<h4 class="text-center" style="color: white;"> Operations Team</h4>
<p class="text-center" style="color:white;"> More bios to be added soon! </p>
</div>
<div class="col-12 d-flex justify-content-center">
<img class="mb-5" src="assets/img/lineswhite.svg">
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Abbie Lei</h4>
<img class="mb-3 img-fluid" src="assets/img/Abbie.png">
<h1 class="mb-4" style="color: white;">Student Success Operations Associate and Finance Commitee Member</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I analyze and compile resources for students, helping them succeed at Cal and enhancing their experience on such an immense campus."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Roma Bedekar</h4>
<img class="mb-3 img-fluid" src="assets/img/roma.png">
<h1 class="mb-4" style="color: white;">Operations Associate and Growth Team Member</h1>
<h5 style="color: white;font-family: 'Martel Sans', sans-serif;">"I help students find resources for their needs as an associate and help with marketing efforts on the growth team."</h5>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Rishika Singh</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Parneet Sahota</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Kempton McCarty</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">James Nguyen</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Gujan Anand</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">David Cheng</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Cameron Kalantar</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">June Nguyen</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Orianna Jia</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Evan Quan</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Ashank Verma</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Stephanie Wong</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Grace Hunzicker</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Jessica Wang</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Millie Kobayashi</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Phat (Henry) Lam</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
</div>
<div class="row mb-5 pb-5">
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Flora Zeng</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Nadia AlAjmi</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
<div class="text-center col-md-4 m-5 m-md-0">
<h4 class="mb-3 img-store" style="color: white;">Lauren Zheng</h4>
<img class="mb-3 img-fluid" src="assets/img/default_img.png">
<h1 class="mb-4" style="color: white;">Operations Associate</h1>
</div>
</div>
</div>
</section>
<!-- Team
<section class="page-section portfolio bg-primary2" id="process">
<div class="container-fluid mb-5">
<div class="row mb-5">
<div class="col-sm-12">
<h4 class="text-center" style="color: white;"> Core Team</h4>
</div>
<div class="col-12 d-flex justify-content-center">
<img class="mb-5" src="assets/img/lineswhite.svg">
</div>
</div>
<div class="row mb-5">
<div class= "text-center col-md-4 m-5 m-md-0">
<img class="mb-5 img-fluid" src="assets/img/aboutimg.png">
<h4 style="color: white;"> Name</h4>
</div>
<div class= "text-center col-md-4 m-5 m-md-0">
<img class="mb-5 img-fluid" src="assets/img/aboutimg.png">
<h4 style="color: white;"> Name</h4>
</div>
<div class= "text-center col-md-4 m-5 m-md-0">
<img class="mb-5 img-fluid" src="assets/img/aboutimg.png">
<h4 style="color: white;"> Name</h4>
</div>
</div>
<div class="row mb-5">
<div class= "text-center col-md-4 m-5 m-md-0">
<img class="mb-5 img-fluid" src="assets/img/aboutimg.png">
<h4 style="color: white;"> Name</h4>
</div>
<div class= "text-center col-md-4 m-5 m-md-0">
<img class="mb-5 img-fluid" src="assets/img/aboutimg.png">
<h4 style="color: white;"> Name</h4>
</div>
<div class= "text-center col-md-4 m-5 m-md-0">
<img class="mb-5 img-fluid" src="assets/img/aboutimg.png">
<h4 style="color: white;"> Name</h4>
</div>
</div>
</div>
</div>
</section> -->
<section class="nopadding page-section portfolio bg-primary2">
<img src="assets/img/about_bottom.svg">
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container-fluid">
<div class="row d-flex justify-content-center">
<!-- Footer Location-->
<div class="col-sm-4 order-sm-12">
<h4 class="text-uppercase mb-4">Help Us Improve</h4>
<div class="row d-flex justify-content-center">
<a class="footer-hover" href="https://forms.gle/pnrZkBLoPpbGmdAE7"> Give Feedback</a>
</div>
<div class="row d-flex justify-content-center">
<a class="footer-hover" href="https://forms.gle/ZZQdNdhbif7V9pWa7"> Report a bug</a>
</div>
<!-- <div class="row d-flex justify-content-center">
<a class="footer-hover" href="resources.html"> Add a resource</a>
</div> -->
<div class="row d-flex justify-content-center">
<a class="footer-hover mb-5" href="https://forms.gle/mMvsWPzYiK7oJMLb9"> Partner with us</a>
</div>
</div>
<!-- Footer Social Icons-->
<div class="col-sm-4 order-sm-12">
<h4 class="text-uppercase mb-4">Contact Us</h4>
<div class="row d-flex justify-content-center">
<a href="mailto:[email protected]"> [email protected]</p>
</div>
<a class="col-md-12 col-lg-4 mb-5 btn btn-outline-light btn-social mx-1" href="https://www.facebook.com/connect.cal"><i class="fab fa-fw fa-facebook-f"></i></a>
<a class="col-md-12 col-lg-4 mb-5 btn btn-outline-light btn-social mx-1" href="https://www.linkedin.com/company/connect-cal"><i class="fab fa-linkedin-in"></i></a>
<a class="col-md-12 col-lg-4 mb-5 btn btn-outline-light btn-social mx-1" href="https://www.instagram.com/connectcal/"><i class="fab fa-instagram"></i></a>
</div>
<div class="col-sm-4 order-sm-12">
<a href="https://www.ocf.berkeley.edu">
<img src="https://www.ocf.berkeley.edu/hosting-logos/ocf-hosted-penguin-dark.svg"
alt="Hosted by the OCF" style="border: 0;" />
</a>
<p style="font-family: 'Martel Sans', sans-serif;">
We are a student group acting independently of the University of California. We take full responsibility for our organization and this web site.
</p>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<section class="copyright py-4 text-center text-white">
<div class="container"><small>Copyright © 2020 Connect@Cal</small></div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>