-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
110 lines (81 loc) · 2.83 KB
/
resume.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
<!--resume.html
Amina Dieng-->
<!doctype html>
<html>
<head>
<title>Resume</title>
<meta charset="utf-8"/>
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<div class="row">
<!--side panel-->
<div class="side-panel column">
<h3><a href=index.html>Home</a></h3>
<h3><a href=resume.html>Resume</a></h3>
<h3><a href=bio.html>About Me</a></h3>
<p id="copyright">© Amina Dieng 2019</p>
</div>
<!--stage-->
<div class="stage column">
<div id="resume">
<!--resume header-->
<div id="rez-head">
<p><span id="rez-ed">B.A. Computer Science and English from Tufts University (Expected May 2021).</span></p>
</div>
<hr>
<!--resume body-->
<div id="rez-body">
<p><span class="job-title">Tufts University Advancement</span></p>
<p><span class="job-date">September 2017 - Present</span></p>
<ul>
<li>Sensitive data entry and manipulation</li>
<li>Produce video content aimed toward university constituents to steward fundraising efforts</li>
</ul>
<p><span class="job-title">Network for Teaching Entrepreneurship</span></p>
<p><span class="job-date">Summer 2017</span></p>
<ul>
<li>Prototyped app for streamlining social planning during a 10-week startup accelerator</li>
<li>Developed front-end with mobile responsiveness</li>
<li>Used MS Excel data analysis to create a formal business plan</li>
</ul>
<p><span class="job-title">NYC Office of the Mayor</span></p>
<p><span class="job-date">Summer 2016</span></p>
<ul>
<li>Conducted research on STEM resource disparities in NYC public school system as a part of Computer Science for All initiative</li>
<li> Prepared weekly national education policy briefs for internal usage</li>
</ul>
<p><span class="job-title">Pixel Academy</span></p>
<p><span class="job-date">November 2015 - June 2016</span></p>
<ul>
<li>Led JavaScript and 3D printing workshops for students ages 7-10</li>
</ul>
<p><span class="job-title">NYC Urban Debate League</span></p>
<p><span class="job-date">July 2014 - August 2017</span></p>
<ul>
<li>Created curricula to teach policy debate format used by novice debaters at Title I schools in the four major boroughs</li>
</ul>
</div>
<hr>
<div>
<p>
<span class="extra">
<span class="act">JumboCode</span>, volunteer developer for nonprofits, September 2018 - Present
</span>
<br/>
<span class="extra">
<span class="act">Black Girls Code</span>, volunteer teaching assistant, June 2016 - Present
</span>
</p>
<p>
<span class="extra">
<span class="act">Programming Languages</span>:
<span id="lang">C/C++, Python</span>
</span>
</p>
</div>
</div>
</div>
</div>
</body>
</html>