-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresume.html
More file actions
105 lines (101 loc) · 6.07 KB
/
resume.html
File metadata and controls
105 lines (101 loc) · 6.07 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
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
<html>
<head>
<title>William Matos - Resume</title>
<link rel="stylesheet" href="content/css/lib/foundation.css" type="text/css">
<!--<link rel="stylesheet" href="content/css/lib/normalize.css" type="text/css">-->
<link rel="stylesheet" href="content/css/resume.css" type="text/css">
<script src="content/js/lib/jQuery.js"></script>
<script src="content/js/lib/knockout-2.3.0.js"></script>
<!--<script src="content/js/lib/custom.modernizr.js"></script>
<script src="content/js/lib/foundation.min.js"></script>-->
</head>
<body style="background-color:#efefef;">
<div class="resume-container">
<div class="resume-header">
<div class="row">
<div class="columns large-4">
<h2>William Matos</h2>
</div>
<div class="columns large-8">
<h6 class="subheader">404 Rio Grande St. Apt. 115 | Austin, TX 78701</h6>
<h6 class="subheader">
(c) 786-368-7774 | (e) will.matos@gmail.com</h6>
</div>
</div>
</div>
<div class="resume-body">
<div class="row">
<div class="large-6 columns">
<div class="resume-section-container row">
<div class="resume-section large-12 columns">
<h5>EDUCATION</h5>
<h6 class="subheader">Bachelor of Science in Economics, 2005</h6>
<h6 class="subheader">Duke University, Durham, NC</h6>
</div>
</div>
<div class="resume-section-container row">
<div class="resume-section large-12 columns">
<h5>2008 - 2013</h5>
<h6 class="subheader">uShip, Inc., Austin, TX</h6>
<h6 class="subheader">Web Developer</h6>
<ul class="resume-section-list circle">
<li>Lead Front End Developer for team developing a pricing/quoting engine for truckers and trucking companies looking to instantaneously bid or quote based on their pricing criteria. For this project, I worked with the following technologies: HTML5, Foundation, SCSS, Knockout, jQuery, MVC4 and C#.</li>
<li>Led Touch/Listing Team that is currently tasked with implementing a responsive design for uShip’s listing process in order to facilitate a smooth UI experience for our users in listing shipments on mobile phones and tablets</li>
<li>Led a mobile team composed of a quality assurance associate, a junior developer and a senior architect responsible for the creation of a touch friendly mobile website built on jQuery Mobile, MVC and Nhibernate. This team was also responsible for the creation and maintenance of PhoneGap apps for iOS and Android</li>
<li>Member of internal UI Team that would meet and discuss pain points and possible improvements to the user experience on our sites that would be outside of the regular project pipeline</li>
<li>Developed web applications using the following languages, frameworks and tools: HTML, CSS, Javascript, jQuery, VB, C#, T-SQL, ASP.NET, MS VS 2008-12, MS SQL Server 2008, Tortoise SVN then Mercurial HG</li>
</ul>
</div>
</div>
</div>
<div class="large-6 columns">
<div class="resume-section-container row">
<div class="resume-section large-12 columns">
<h5>SKILLS</h5>
<h6 class="subheader">Front-End: HTML5/CSS3, Foundation, Javascript (Knockout.js), jQuery, jQuery Mobile</h6>
<h6 class="subheader">Back-End: VB, C#</h6>
</div>
</div>
<div class="resume-section-container row">
<div class="resume-section large-12 columns">
<h5>2007</h5>
<h6 class="subheader">Unisys Corp., Alington, VA</h6>
<h6 class="subheader">Customer Infrastructure Rep III</h6>
<ul class="resume-section-list circle">
<li>Managed the timely deployment and collection of computer equipment for 3000+ employees at the Transportation Security Agency Headquarters in Arlington, VA.</li>
<li>Improved efficiency in the deployment process from an average of a 2 week delivery time to 2-3 days for an agency with a high turnover rate</li>
<li>Worked closely with our Unisys Access Developer to improve the functionality and effectiveness of the Asset Tracking Database by serving as the Quality Assurance role for this project</li>
<li>Provided customer support specializing in system upgrades and migrations for users requesting new equipment</li>
</ul>
</div>
</div>
<div class="resume-section-container row" style="display:none;">
<div class="resume-section large-12 columns">
<h5>2006 - 2007</h5>
<h6 class="subheader">American College of Cardiolody, Washington, D.C.</h6>
<h6 class="subheader">Webmaster</h6>
<ul class="resume-section-list circle">
<li>Maintained and updated the web content of the various web properties owned by the college such as acc.org, svmb.org, webcco.org, and services.acc.org/bot</li>
<li>Designed and re-designed various components and scripts of the site that were written in various languages: hand-coded HTML, CSS, Coldfusion and Javascript</li>
<li>Responsible for the timely web creation of newsletters, banner advertisements, and press releases for the college using the following programs: Adobe Photoshop, Illustrator, InDesign, and Acrobat</li>
</ul>
</div>
</div>
<div class="resume-section-container row">
<div class="resume-section large-12 columns">
<h5>2005 - 2006</h5>
<h6 class="subheader">Only In Brazil Tours, Miami, FL</h6>
<h6 class="subheader">Webmaster</h6>
<ul class="resume-section-list circle">
<li>Web Design: Web site design and programming in HTML, CSS, and JavaScript using software such as Macromedia Dreamweaver and Flash to run on a Linux based server platform.</li>
<li>Graphic Design: Designed for print various promotional products such as flyers, posters and brochures using software such as Adobe Photoshop, InDesign, and Illustrator.</li>
<li>Technical Support: Provided technical support in assisting with domain registration, email server maintenance, and domain maintenance. </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>