-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
779 lines (737 loc) · 33.9 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
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
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
<!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>Div Day 2021</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic"
rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg text-white navbar-dark fixed-top hidden" id="custom-nav-color">
<!-- links for the HACS, ABCS, AND SITES-->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="#">Home
<span class="sr-only">(current)</span>
</a>
<a class="nav-item nav-link" href="#schedule">Schedule</a>
<!-- <a class="nav-item nav-link" href="#speakers">Speakers</a> -->
<a class="nav-item nav-link" href="#organizations">Organizations</a>
<a class="nav-item nav-link" href="#sponsors">Sponsors</a>
<a class="nav-item nav-link" href="#committee">Committee</a>
<a class="nav-item nav-link" href="#about">About</a>
<a class="nav-item nav-link" href="mailto:[email protected]">Contact us</a>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead d-flex">
<div class="container text-center my-auto">
<img id="logo" src="img/div-logo.png" />
<h3 class="mb-3 text-black">
<br>
<p>Div Day is a conference that empowers historically marginalized communities interested in STEM by providing
opportunities
to participate in discussions, speaker series, and workshops aimed to end the lack of diverse talent.
</p>
<p id="splash-date-text">April 3rd, 2021 via Zoom</p>
</h3>
<a class="btn btn-xl js-scroll-trigger text-white" id="splash-btn"
href="https://www.eventbrite.com/e/div-day-2021-tickets-144551012971">Sign
up here!</a>
</div>
</header>
<!-- Schedule -->
<section class="content-section" id="schedule">
<div class="container">
<h2 class="text-center">Schedule<br><br></h2>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th class="schedule-red" scope="col">Time</th>
<th class="schedule-red" scope="col">Event</th>
<th scope="col">Provider/Speaker</th>
<th scope="col">Zoom Infomation</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">10:00 AM - 10:55 AM</th>
<td><a href="#keynote">Opening Ceremony & Keynote Speaker</a></td>
<td>TBA</td>
<td>Zoom Link: </td>
</tr>
<tr>
<th scope="row">11:00 AM - 11:30 AM</th>
<td><a href="#workshops-1">Workshops Session #1</a></td>
<td>TDB - ex) Emma Watson, Steve Nash</td>
<td>Zoom Link: </td>
</tr>
<tr>
<th scope="row">11:35 AM - 12:05 PM</th>
<td><a href="#workshops-2">Workshops Session #2</a></td>
<td>TBD</td>
<td>Zoom Link: </td>
</tr>
<tr>
<th scope="row">12:10 PM - 1:25 PM</th>
<td>Games & Lunch</td>
<td>BYOL - Bring Your Own Lunch</td>
<td>Zoom Link: </td>
</tr>
<tr>
<th scope="row">1:30 PM - 2:00 PM</th>
<td><a href="#workshops-3">Workshops Session #3</a></td>
<td>TBA</td>
<td>Zoom Link: </td>
</tr>
<tr>
<th scope="row">3:05 PM - 3:00 PM</th>
<td><a href="#networking-session">Networking Session</a></td>
<td>Sponsors and Speakers</td>
<td>Zoom Link: </td>
</tr>
<tr>
<th scope="row">3:00 PM - 4:00 PM</th>
<td><a href="#diversity-panel">Diversity Panel</a></td>
<td>TBA . ex: Crystle Johnson, Disney, Indeed</td>
<td>Zoom Link: </td>
</tr>
<tr>
<th scope="row">3:55 PM - 4:00 PM</th>
<td>Closing Remarks</td>
<td>Div Day Committee</td>
<td>Zoom Link: </td>
</tr>
</tbody>
</table>
<!-- Keynote Speaker -->
<div id="keynote"></div>
<br>
<h2 class="text-center"><br>Keynote Speaker<br></h2>
<div class="container py-3">
<div class="card">
<div class="row ">
<div class="col-md-4">
<br><br>
<img src="img/brandon-ak.jpg" class="w-100 border">
</div>
<div class="col-md-8 px-3">
<div class="card-block px-3">
<h3 class="card-title"><br><a href="https://www.linkedin.com/in/bakpunku/">Brandon “AK” Akpunku</a></h3>
<h6 class="card-title">Chief Excellence Orator at The One 3rd</h6>
<p class="card-text">
Brandon “AK” Akpunku is the founder & host of The One 3rd, a podcast that allows diverse voices to
share their experiences as business-minded creators, innovators, and entrepreneurs. Shining a light
on the authentic journeys of challenges and triumphs, the podcast works to provide a platform that
changes the narrative of diversity and inclusion one story at a time.
</p>
<p class="card-text">
AK is a former pro athlete, that has transitioned into the tech ecosystem in Austin. By way of
Dallas, his passion for challenging perspectives and seeking representation for those typically left
out of the conversation has helped him build communities such as Young Black Austin.
</p>
</div>
</div>
<!-- <div class="mobileHide col-md-4">
<img src="img/brandon-ak.jpg" class="w-100 border">
</div> -->
</div>
</div>
</div>
<!-- Workshops -->
<div id="workshops-1"></div>
<br>
<h2 class="text-center"><br>Workshops Session #1<br><br></h2>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th class="schedule-red" scope="col">Time</th>
<th class="schedule-red" scope="col">Speaker</th>
<th scope="col">Title</th>
<th scope="col">Zoom Infomation</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">11:00 AM - 11:30 AM</th>
<td><a href="https://www.linkedin.com/in/snatera/">Steven Natera</a></td>
<td>Navigating a Career Switch into Tech</td>
<td><a href="">Zoom Link</a></td>
</tr>
<tr>
<th scope="row">11:00 AM - 11:30 AM</th>
<td><a href="https://www.linkedin.com/in/crystlespeaks">Crystle Johnson</a></td>
<td>Brand Yourself</td>
<td>Zoom Link</td>
</tr>
<tr>
<th scope="row">11:00 AM - 12:00 PM</th>
<td>Google -- example, may be deleted</td>
<td>Unconscious Bias Workshop</td>
<td>GDC 6.302</td>
</tr>
</tbody>
</table>
<div id="workshops-2"></div>
<br>
<h2 class="text-center"><br>Workshops Session #2<br><br></h2>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th class="schedule-red" scope="col">Time</th>
<th class="schedule-red" scope="col">Speaker</th>
<th scope="col">Title</th>
<th scope="col">Zoom Information</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">11:35 AM - 12:05 PM</th>
<td>Disney</td>
<td>Create the Tech Behind the Magic</td>
<td>Zoom Link</td>
</tr>
<tr>
<th scope="row">11:35 AM - 12:05 PM</th>
<td>Indeed</td>
<td>Owning Your Mental Health: Navigating the Transition from College to Career</td>
<td>Zoom Link</td>
</tr>
</tbody>
</table>
<div id="workshops-3"></div>
<br>
<h2 class="text-center"><br>Workshops Session #3<br><br></h2>
<table class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th class="schedule-red" scope="col">Time</th>
<th class="schedule-red" scope="col">Speaker</th>
<th scope="col">Title</th>
<th scope="col">Zoom Information</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1:30 PM - 2:00 PM</th>
<td>Disney</td>
<td>Create the Tech Behind the Magic</td>
<td>Zoom Link</td>
</tr>
<tr>
<th scope="row">1:30 PM - 2:00 PM</th>
<td>Indeed</td>
<td>Owning Your Mental Health: Navigating the Transition from College to Career</td>
<td>Zoom Link</td>
</tr>
</tbody>
</table>
<!-- Networking Session and Diversity Panel-->
<div id="networking-session"></div>
<div id="diversity-panel"></div>
<br>
<br>
<div class="row text-center">
<!-- Paragraph Description -->
<div class="col-sm-12 col-md-6">
<div class="card border-rounded">
<div class="card-body">
<h2 class="card-title">Networking Session</h2>
<p class="text-center about-paragraph">
Our networking session follows the style of a career fair. Company sponsors will each have a break out room in the zoom event in which you can move between to talk about internship/full-time opportunities or questions in general. In addition, this is a great time to meet new people and build your network. <!-- The following companies will be in attendance:<br><br>Disney<br>Tableau<br>Facebook<br>Google<br>Indeed<br>Adobe -->
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="card border-rounded">
<div class="card-body">
<h2 class="card-title">Diversity Panel</h2>
<p class="text-center about-paragraph">
The Diversity Panel will have a moderator, and they will ask questions to our panelists about their struggles and experiences in the workforce. Afterwards, we will open up the floor for questions from the audience. Our panel will feature employes from Disney and Indeed, and Crystle Johnson, who currently works in Diversity, Inclusion, and CSR at EA!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Schedule -->
<!--About the Student Orgs-->
<section class="
content-section team-ltan" id="organizations">
<div class="container">
<h2 class="text-center text-black">Student Organizations</h2>
<div class="row text-center">
<!-- HACS -->
<div class="card-group">
<div class="col-sm-12 col-md-6">
<br><br>
<div class="card team-ltan" id="hacs">
<div class="card-body">
<h2 class="card-title mb-0">
<a href="http://texashacs.org" target="_blank"><img class="w-100 hacs-logo"
src="img/hacs-logo.png" /></a>
</h2>
<br> The Hispanic Association of Computer Scientists (HACS) is an organization that aims to empower and
provide
support for Hispanic students in computer science through academic, professional, and social events.
</div>
</div>
</div>
<!-- ABCS -->
<div class="col-sm-12 col-md-6">
<div class="card team-ltan" id="abcs">
<div class="card-body">
<h2 class="card-title">
<h2 class="card-title">
<a href="https://www.cs.utexas.edu/~abcs/" target="_blank"><img class="w-100"
src="img/abcs-logo.png" /></a>
</h2>
</h2>
The Association of Black Computer Scientists (ABCS) is a student led organization that provides
mentorship, networking, and
opportunities to African and African-American students seeking an education in computer science.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Company Sponsors -->
<section class="content-section" id="sponsors">
<div class="container py-3">
<h2 class="text-center"><br>Company Sponsors<br><br><br></h2>
<div class="card-columns">
<div class="card">
<img src="img/disney-logo.png" class="card-img-top" alt="...">
</div>
<div class="card">
<img src="img/indeed-logo.png" class="card-img-top" alt="...">
</div>
<div class="text-center" class="card">
<img src="img/facebook-logo.png" style="width:50%" class="card-img-top" alt="...">
</div>
<div class="card">
<img src="img/tableau-logo.png" class="card-img-top" alt="...">
</div>
<div class="card">
<img src="img/google-logo.png" class="card-img-top" alt="...">
</div>
<div class="card">
<img src="img/adobe-logo.png" class="card-img-top" alt="...">
</div>
</div>
</div>
</section>
<!-- Speaker Bio
<section class="content-section speaker-darkPurple" id="speakers">
<div class="container py-3">
<h2 class="text-center text-white">Meet the Speakers!<br><br></h2>
<Shaquille Gould>
<div class="container py-3">
<div class="card">
<div class="row ">
<div class="mobileShow col-md-4">
<img src="img/shaquille.jpeg" class="w-100 border">
</div>
<div class="col-md-8 px-3">
<div class="card-block px-3">
<h3 class="card-title"><br>Shaquille Gould</h3>
<h6 class="card-title">Principal at Quake Capital</h6>
<p class="card-text">
Shaquille Gould is an immigrant turned Entrepreneur. Born in St. John Antigua, his family moved to
the US when he was 4 years
old. He is a graduate of Texas A&M University and holds a bachelor’s degree in Supply Chain
Management
from Mays Business School.
</p>
<p class="card-text">
Post-graduation, Shaquille worked for PepsiCo where he held various roles in supply chain operations,
sales, and people management.
He became the youngest Field Sales Rep in the company at 23. He was an early employee at a startup
called
FanReact, started a company called TAGD, and now currently works at Google on the Enterprise Cloud
Sales
Team.
</p>
</div>
</div>
<div class="mobileHide col-md-4">
<img src="img/shaquille.jpeg" class="w-100 border">
</div>
</div>
</div>
</div>
<Mauricio Degregor>
<div class="container py-3">
<div class="card">
<div class="row ">
<div class="mobileShow col-md-4">
<img src="img/mauricio.jpeg" class="w-100 borderd">
</div>
<div class="col-md-8 px-3">
<div class="card-block px-3">
<h3 class="card-title"><br>Mauricio Degregor</h3>
<h6 class="card-title">Economics major from Texas A&M University</h6>
<p class="card-text">
Mauricio is a senior Economics major from Texas A&M University. Since starting college, he has worked
on three different businesses; a social investment platform named Pool, a minimalist clothing brand,
and a 3D printing supply company. After an internship at Quake Capital, he's now interning with
BLNDED Media, a leading platform for the voices of diverse and underrepresented entrepreneurs.
Outside of work, he enjoys reading about business, working out, and writing mediocre poetry.
</p>
</div>
</div>
<div class="mobileHide col-md-4">
<img src="img/mauricio.jpeg" class="w-100 borderd">
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- End of Speaker Bio -->
<!-- Div Day Committee -->
<section class="content-section schedule-cyan" id="committee">
<div class="container">
<h2 class="text-center">Meet the Committe!</h2><br>
<div class="row text-center d-flex justify-content-center">
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 pt-3">
<div class="rotate-container">
<div class="card card-shadow card-front-1 text-center">
<div class="card-header">
<p> </p>
</div>
<div class="card-background-1"></div>
<div class="card-block"><img class="avatar" src="img/diana.png" alt="Avatar" />
<h3 class="card-title">Diana De La Torre</h3>
<p>Director</p>
<button class="btn body-btn-red text-white btn-rotate-1">Read more <i
class="fa fa-long-arrow-right"></i></button>
</div>
</div>
<div class="card card-shadow card-back-1 text-center">
<div class="card-header">
<p>About Diana</p>
</div>
<div class="card-block">
<p>Hello, I am a 4th Year Computational Biology Major with an Elements of Computing Certificate.
I am passionate about increasing diversity in tech and love to explore coffee shops and kickbox.</p>
<ul class="social-links list-unstyled d-flex justify-content-center">
<li><a href="https://www.facebook.com/profile.php?id=100013352347881" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
<li><a href="https://www.github.com/jgarcia525" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/garcia-jorge" target="_blank"><i
class="fa fa-linkedin-square"></i></a></li>
</ul>
<button class="btn body-btn-red text-white btn-rotate-1"> <i class="fa fa-long-arrow-left"> </i>
Back
</button>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 pt-3">
<div class="rotate-container">
<div class="card card-shadow card-front-2 text-center">
<div class="card-header">
<p> </p>
</div>
<div class="card-background-2"></div>
<div class="card-block"><img class="avatar" src="img/eden.jpeg" alt="Avatar" />
<h3 class="card-title">Eden Garza</h3>
<p>Assistant Director, HACS Rep</p>
<button class="btn body-btn-red text-white btn-rotate-2">Read more <i
class="fa fa-long-arrow-right"></i></button>
</div>
</div>
<div class="card card-shadow card-back-2 text-center">
<div class="card-header">
<p>About Eden</p>
</div>
<div class="card-block">
<p>I'm a 3rd year computer science major with a focus on diversity and inclusion. I love politics,
history,
coding, health, and technology. I am super passionate about getting more POC out into the tech
industry
as well as LGBTQ+ individuals!</p>
<ul class="social-links list-unstyled d-flex justify-content-center">
</ul>
<button class="btn body-btn-red text-white btn-rotate-2"> <i class="fa fa-long-arrow-left"> </i>
Back
</button>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 pt-3">
<div class="rotate-container">
<div class="card card-shadow card-front-3 text-center">
<div class="card-header">
<p> </p>
</div>
<div class="card-background-3"></div>
<div class="card-block"><img class="avatar" src="img/mehrdad2.jpeg" alt="Avatar" />
<h3 class="card-title">Mehrdad Darraji</h3>
<p>Finance</p>
<button class="btn body-btn-red text-white btn-rotate-3">Read more <i
class="fa fa-long-arrow-right"></i></button>
</div>
</div>
<div class="card card-shadow card-back-3 text-center">
<div class="card-header">
<p>About Mehrdad</p>
</div>
<div class="card-block">
<p> I am a 4th year Computer Science major that's passionate about using technology to help people
around
the world. I am currently interested in the areas of machine learning, mobile development, and web
development.</p>
<ul class="social-links list-unstyled d-flex justify-content-center">
<li><a href="https://www.facebook.com/mehrdad.darraji.7" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
<li><a href="https://github.com/mehrdaddarraji" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/mdarraji" target="_blank"><i
class="fa fa-linkedin-square"></i></a></li>
</ul>
<button class="btn body-btn-red text-white btn-rotate-3"> <i class="fa fa-long-arrow-left"> </i>
Back
</button>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 pt-3">
<div class="rotate-container">
<div class="card card-shadow card-front-4 text-center">
<div class="card-header">
<p> </p>
</div>
<div class="card-background-4"></div>
<div class="card-block"><img class="avatar" src="img/diana.png" alt="Avatar" />
<h3 class="card-title">Diana De La Torre</h3>
<p>Outreach</p>
<button class="btn body-btn-red text-white btn-rotate-4">Read more <i
class="fa fa-long-arrow-right"></i></button>
</div>
</div>
<div class="card card-shadow card-back-4 text-center">
<div class="card-header">
<p>About Diana</p>
</div>
<div class="card-block">
<p>Hello, I am a 3rd-year computational biology major at UT Austin
with an elements in computing certificate. I am currently the outreach
officer in HACS, Vice President of the Terry Student Scholar Association and an active member in
ABCS and Texas Orange Jackets.</p>
<ul class="social-links list-unstyled d-flex justify-content-center">
<li><a href="https://github.com/didelatorre792" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/dianadlt/" target="_blank"><i
class="fa fa-linkedin-square"></i></a></li>
</ul>
<button class="btn body-btn-red text-white btn-rotate-4"> <i class="fa fa-long-arrow-left"> </i>
Back
</button>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 pt-3">
<div class="rotate-container">
<div class="card card-shadow card-front-5 text-center">
<div class="card-header">
<p> </p>
</div>
<div class="card-background-5"></div>
<div class="card-block"><img class="avatar" src="img/ghaffar.png" alt="Avatar" />
<h3 class="card-title">Ghaffar Balogun</h3>
<p>ABCS Representative</p>
<button class="btn body-btn-red text-white btn-rotate-5">Read more <i
class="fa fa-long-arrow-right"></i></button>
</div>
</div>
<div class="card card-shadow card-back-5 text-center">
<div class="card-header">
<p>About Ghaffar</p>
</div>
<div class="card-block">
<p> I am a third-year Computer Science major here at the University of Texas at Austin. I was born in
Honolulu,
HI, but I went to high school in Dallas, TX. I love basketball and sports in general, so you can
often
catch me at Gregory Gymnasium on the court or in the weight room.</p>
<ul class="social-links list-unstyled d-flex justify-content-center">
</ul>
<button class="btn body-btn-red text-white btn-rotate-5"> <i class="fa fa-long-arrow-left"> </i>
Back
</button>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 pt-3">
<div class="rotate-container">
<div class="card card-shadow card-front-8 text-center">
<div class="card-header">
<p> </p>
</div>
<div class="card-background-8"></div>
<div class="card-block"><img class="avatar" src="img/kenji.jpeg" alt="Avatar" />
<h3 class="card-title">Kenji Nakachi</h3>
<p>Webmaster</p>
<button class="btn body-btn-red text-white btn-rotate-8">Read more <i
class="fa fa-long-arrow-right"></i></button>
</div>
</div>
<div class="card card-shadow card-back-8 text-center">
<div class="card-header">
<p>About Kenji</p>
</div>
<div class="card-block">
<p>My name is Kenji Nakachi and I'm a first year Computer Science major at UT. I was born and raised
in Kyle, Texas and I love to play basketball</p>
<ul class="social-links list-unstyled d-flex justify-content-center">
<li><a href="https://www.facebook.com/tyreej.44" target="_blank"><i
class="fa fa-facebook-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/tyree-jackson" target="_blank"><i
class="fa fa-linkedin-square"></i></a></li>
</ul>
<button class="btn body-btn-red text-white btn-rotate-8"> <i class="fa fa-long-arrow-left"> </i>
Back
</button>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 col-xl-3 pt-3">
<div class="rotate-container">
<div class="card card-shadow card-front-6 text-center">
<div class="card-header">
<p> </p>
</div>
<div class="card-background-6"></div>
<div class="card-block"><img class="avatar" src="img/adrianaIxba.jpeg" alt="Avatar" />
<h3 class="card-title">Adriana Ixba</h3>
<p>Marketing</p>
<button class="btn body-btn-red text-white btn-rotate-6">Read more <i
class="fa fa-long-arrow-right"></i></button>
</div>
</div>
<div class="card card-shadow card-back-6 text-center">
<div class="card-header">
<p>About Adriana</p>
</div>
<div class="card-block">
<p>4th year Computer Science major at UT
Austin. I am passionate about STEM
outreach, love being active and playing sports, and
improving on my coding skills.</p>
<ul class="social-links list-unstyled d-flex justify-content-center">
</ul>
<button class="btn body-btn-red text-white btn-rotate-6"> <i class="fa fa-long-arrow-left"> </i>
Back
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Div Day Committee -->
<!--About Section-->
<section class="content-section pb-5" id="about">
<div class="container">
<div class="row text-center">
<!-- Paragraph Description -->
<div class="col-sm-12 col-md-6">
<div class="card border-rounded">
<div class="card-body">
<h2 class="card-title">About The Event</h2>
<p class="text-center about-paragraph">
Div Day is a one day conference held in the GDC on April 3rd from 10:00 AM to 3:00 PM to help empower historically marginalized communities interested in STEM. Div Day will have panels, a keynote speaker, and workshops to talk about topics such as managing a career shift and branding yourself. We aim to create an inclusive space to have conversations concerning prevalent issues in STEM for minority groups. There will be free swag for attendees and many companies making it a great networking opportunity. Check out our Facebook page and event for more information!
</p>
<div>
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://www.facebook.com/divdayUTCS/">
<i class="icon-social-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End of Paragraph Description -->
<!-- Google Maps Location and Date -->
<!-- <div class="col-sm-12 col-md-6">
<div class="card border-rounded map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3445.274096133417!2d-97.73861732029104!3d30.286257664152476!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8644b59c98544379%3A0x1a0c2b90248ca2ed!2sGates+Dell+Complex%2C+2317+Speedway%2C+Austin%2C+TX+78712!5e0!3m2!1sen!2sus!4v1520145588352"></iframe>
<br />
<small>
<a
href="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3445.274096133417!2d-97.73861732029104!3d30.286257664152476!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8644b59c98544379%3A0x1a0c2b90248ca2ed!2sGates+Dell+Complex%2C+2317+Speedway%2C+Austin%2C+TX+78712!5e0!3m2!1sen!2sus!4v1520145588352"></a>
</small>
<p class="text-center about-text">
<strong> Where:</strong> Gates Dell Complex 2317 Speedway Austin, TX 78712
<br>
<strong>When:</strong> February 15th, 2020
<br>
</p>
<p>
<a class="btn body-btn-red text-white btn-lg" href="mailto:[email protected]">Contact us</a>
</p>
</div>
</div> -->
<!-- End of Google Maps Location and Date -->
</div>
</div>
</section>
<!-- End of About Section -->
<!-- Footer -->
<footer class="footer text-center m-0 pb-5 p-0">
<div class="container">
<p class="text-muted small m-0"><DIV> DAY 2020 ©</p>
</div>
</footer> <!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fa fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.js"></script>
</body>
</html>