This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume2.html
122 lines (112 loc) · 4.81 KB
/
resume2.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="SCSS/main.css"/>
<title>Resume - Elle Freeman</title>
<meta charset="utf-8">
</head>
<body>
<!-- HEADER: NAME/CONTACT INFO -->
<div class="header">
<h1 id="name">Elle Freeman</h1>
<p id="contact">
mark.freeman@tufts.edu <br>
310-892-7582
</p>
<p id="objective">Seeking computer science or mechanical engineering position</p>
</div>
<div class="backboard" id="top-backboard"></div>
<div id="wrapper"></div>
<div id="resume">
<h5> EDUCATION </h5>
<h3> Tufts University - School of Engineering,
Medford MA</h3>
<p>Majors: Mechanical Engineering; Computer Science
<br>Degree Anticipate May 2019
<br>
Cumulative GPA: 3.11</p>
<h3>Relevent Coursework</h3>
<ul>
<li>Data Structures</li>
<li>Web Programming</li>
<li>Statics and Dynamics</li>
<li>Mathematical Modeling</li>
<li>Phyics (Mechanics and Electromagnetism)</li>
<li>Calculus I, II, III</li>
</ul>
<h5 id="skills"> SKILLS </h5>
<h3> Programming/Scripting</h3>
<ul>
<li>C++ (data structures, robotics)</li>
<li>Python (physics modelling)</li>
<li>HTML/CSS/JavaScript</li>
</ul>
<h3> Software</h3>
<ul>
<li>Patran (stress testing)</li>
<li>Git</li>
<li>Matlab (heuristics; mathematical modelling) </li>
<li>Autodesk/Solidworks (machine modelling)</li>
<li>LaTeX</li> <li>Photoshop, Illustrator, InDesign</li>
</ul>
<h3> Hardware </h3>
<ul>
<li>Machining (dremel, bandsaw, CNC, drill press)</li>
<li>Soldering</li>
<li>3D Printing/Laser Cutting</li><li>Arduino</li>
</ul>
<h3> Music </h3>
<ul>
<li>Ableton, Protools (production)</li>
<li>Multi-instrumentalist</li>
</ul>
<h5> EXPERIENCE </h5>
<h3>Work</h3>
<ul>
<li><span>Graphic De#tern</span> (2016 - Present), Tufts University, Medford MA
<p>
Responsible for designing posters, fliers, logos, and other graphic work for the Tufts Women's Center.
</p>
</li>
<li><span>Web Designer </span> (2016 - Present)
<p>Freelance work in designing webpages with intuitive and responsive design.</p>
</li>
<li><span>Composer & Arranger</span> (2015 - Present)
<p>Scoring a podcast, as well as taking personal commissions</p>
</li>
<li><span>Boeing Company Intern</span> (2014), El Segundo, California
<p>Selected by Boeing as one of six students for a mechanical analyst internship; tested and analyze designs for satellites components.</p></li>
</ul>
<h3>Volunteer</h3>
<ul>
<li><span>Physics Tutor </span>(2013 - 2014), Los Angeles CA
<p>
Tutored high school students in physics (mechanics and electromagnetism)
</p></li>
<li><span>Bike Mechanic</span> (2012 - 2014), Bikerowave, Los Angeles CA
<p>
Repaired bikes, mentored incoming volunteers, worked register
</p>
</li>
</ul>
<h3>Leadership</h3>
<ul>
<li><span>Spoken Word Alliance at Tufts</span>
<p>Treasurer, Writer, Performer</p>
</li>
<li><span>Tufts QSA</span>
<p>Board member</p></li>
<li><span>Tufts Trans Discussion Group</span>
<p>Facilitator, Liaison</p></li>
<li><span>Tufts Trans Task Force</span></li>
</ul>
</div>
<!-- FOOTER -->
<a href="index.html">
<div class="footer">
<p>Back to Homepage</p>
</div>
</a>
<div class=backboard id=bottom-backboard></div>
</body>
</html>