-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvolvement.html
More file actions
52 lines (51 loc) · 1.79 KB
/
Copy pathinvolvement.html
File metadata and controls
52 lines (51 loc) · 1.79 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Sarah M Sicard</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="menu">
<h2> Sarah Sicard </h2>
<div class="menu_buttons">
<a href="about.html"> about </a> /
<a href="involvement.html"> involvement </a> /
<a href="projects.html"> projects </a> /
<a href="courses.html"> courses </a> /
<a href="contact.html"> contact </a> /
</div>
</div>
<h1 style="text-align: center;">Involvement</h1>
<h4> Clubs </h4>
<div class="centered">
<p> Women in Computer Science -- Fall 2015 - present <br>
<span>President -- Fall 2018 - Spring 2019 </span> <br>
<span>Outreach Officer -- Fall 2018 - Spring 2019</span><br><br>
Association for Computing Machinery -- Fall 2015 - present <br>
<span>Outreach Officer -- Fall 2017 - Spring 2018 </span> <br><br>
Society of Peer Mentors -- Spring 2017 - Spring 2018 <br><br>
Bengal Bound -- Spring 2016 - Fall 2018<br>
<span>Event Logistics Chair -- Spring 2017 - Fall 2018 <span></p>
</div>
<h4> Hackathons </h4>
<div class="centered">
<p> Global Game Jam 2016 </p>
<p> WiCS Game Jam 2016 </p>
<p> Global Game Jam 2017 </p>
<p> GoDaddy Intern Hackathon 2017 </p>
<p> Activate Hackathon 2018 </p>
<p> GoDaddy Intern Hackathon 2018 </p>
</div>
<h4> Conferences </h4>
<div class="centered">
<p> Grace Hopper Celebration for Women in Computing 2016 </p>
<p> Grace Hopper Celebration for Women in Computing 2017 </p>
<p> Grace Hopper Celebration for Women in Computing 2018 </p>
<p> Activate Conference 2018 </p>
</div>
<h4> Events </h4>
<div class="centered">
<p> Intel's Deep Learning Workshop at Tulane </p>
</div>
</body>
</html>