-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
92 lines (92 loc) · 4.15 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
<!DOCTYPE html>
<html>
<head>
<title>Max Wofford | Resume</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/resume.css"></link>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.3/p5.min.js"></script>
<script src="js/resume.js"></script>
</head>
<body>
<div class="container">
<h1>
Max Speed Wofford
<span class="contact-info">
Email:
<a href="mailto:[email protected]">[email protected]</a>
<br>
Cell: 1-(310)-303-4221
</span>
</h1>
<h2 class="subheader">
Developer
</h2>
<hr>
<dt>Work</dt>
<dd>
<h2 class="date-holder">
Hack Camp Director at <a href="https://hackclub.com">Hack Club</a>
<span class="date">Summer 2016</span>
</h2>
<p>Organized and lead a two-week introduction to web development to user-test open-source curriculum.</p>
</dd>
<dd>
<h2 class="date-holder">
Lead Technical Fellow at <a href="https://hackclub.com">Hack Club</a>
<span class="date">2015-2016</span>
</h2>
<p>Full stack developer working primarily with Rails. Contributed to open-source tools in ruby, bash.</p>
</dd>
<!-- <dd> -->
<!-- <h2 class="date-holder""> -->
<!-- HIP Program Intern -->
<!-- at Northrop Grumman Corporation -->
<!-- <span class="date">Spring 2014</span> -->
<!-- </h2> -->
<!-- </dd> -->
<div class="clear"></div>
<dt>Projects</dt>
<dd>
<h2>Personal</h2>
<ul>
<li><a href="https://ponzi.es">Ponzi.es - https://ponzi.es</a></li>
<li><a href="http://sshtron.zachlatta.com">sshtron - http://sshtron.zachlatta.com</a></li>
<li><a href="https://maxwofford.com/ship-it">Ship-it Challenge - https://maxwofford.com/ship-it</a></li>
<li><a href="https://github.com/MaxWofford/Shibe-Sales">ShibeSales - https://github.com/MaxWofford/Shibe-Sales</a></li>
<li><a href="https://rubygems.org/gems/el_pinguino">El Pinguino - https://rubygems.org/gems/el_pinguino</a></li>
<li><a href="https://github.com/MaxWofford/quickme.me">Quickme.me - https://github.com/MaxWofford/quickme.me</a></li>
</ul>
</dd>
<dd>
<h2>Hackathons</h2>
<ul>
<li><a href="http://devpost.com/software/dial-tone">Dial Tone - Hack the Planet - <strong>1st Place</strong></a><span class="date">2015</span></li>
<li><a href="http://devpost.com/software/orbit">Orbit - LAUNCH Hackathon - <strong>3rd Place, Student Hacker Prize</strong></a><span class="date">2015</span></li>
<li><a href="http://devpost.com/software/today-i-learned">Today I Learned - SoHacks - <strong>Best Use of UserApp.io</strong></a><span class="date">2015</span></li>
<li><a href="http://devpost.com/software/ridr">Ridr - LAHacks</a> <span class="date">2014</span></li>
<li><a href="http://hackathon.launch.co/project/d2a1a89483">Ripple - LAUNCH Hackathon - <strong>3rd Place</strong></a> <span class="date">2014</span></li>
<li><a href="http://devpost.com/software/dogevertising">Dogevertising - HackTECH</a> <span class="date">2014</span></li>
</ul>
</dd>
<div class="clear"></div>
<dt>Education</dt>
<dd>
<h2 class="date-holder">Rochester Institute of Technology <span class="date">2016-2020 January(Expected)</span></h2>
<p class="subheader">Software Engineering BS, GPA: 3.59</p>
<h2 class="date-holder">El Segundo High School<span class="date">2010-2014</span></h2>
</dd>
<div class="clear"></div>
<dl>
<dt>Links</dt>
<dd>
<p>
<a href="https://maxwofford.com/resume">https://maxwofford.com/resume</a><br>
<a href="https://maxwofford.com">https://maxwofford.com</a><br>
<a href="https://gh.maxwofford.com">https://github.com/MaxWofford</a><br>
<a href="https://ln.maxwofford.com">https://linkedin.com/in/maxwofford</a>
</p>
</dd>
</dl>
</div>
</body>
</html>