-
Notifications
You must be signed in to change notification settings - Fork 0
/
mvresume.html
383 lines (366 loc) · 8.16 KB
/
mvresume.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<title>Miguel Valadez</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<style type="text/css">
@import url(
https://fonts.googleapis.com/css?family=Lato:400,700
);
body {
background: #fff;
font-family: Lato, sans-serif;
margin: 0 0 80px;
}
a {
color: #2ecc71;
}
a:focus,
a:hover {
color: #f1c40f;
text-decoration: none;
}
p {
line-height: 1.5;
margin: 0;
}
p + p {
margin-top: 10px;
}
h1,
h2,
h3,
h4 {
margin-top: 0
}
section {
margin-top: 30px;
}
li {
line-height: 1.8;
list-style: none;
}
li:before {
content: "\f052";
float: left;
font: 13px Octicons;
margin-top: 6px;
margin-left: -20px;
opacity: .1;
position: absolute;
}
blockquote {
border-left: 5px solid #e7e9ec;
font-size: 14px;
}
em {
color: #95a5a6;
font-weight: normal;
font-style: normal;
}
h4 span:first-child {
color: #000;
font-weight: bold;
}
.container {
max-width: 750px;
padding: 0 30px;
}
.col-sm-6 {
margin-bottom: 10px;
}
.col-sm-12 h4 {
margin-top: 12px;
}
.col-sm-12 + .col-sm-12 {
margin-top: 30px;
}
#header {
background: #f4f6f6;
padding: 50px 0;
margin-bottom: 30px;
}
#header h2 {
color: #95a5a6;
font-size: 24px;
}
#content h3 {
color: #f1c40f;
font-size: 26px;
margin-top: -4px;
}
#content aside {
text-align: right;
padding-right: 30px;
}
#profiles .network {
text-transform: capitalize;
}
#work .position,
#volunteer .position {
font-weight: bold;
margin-bottom: 8px;
}
#education .area {
font-weight: bold;
}
#education .area:before {
content: "\f0d7";
font: 16px Octicons;
margin-right: 6px;
}
#education .studyType {
margin-left: 25px;
}
#awards .summary,
#publications .summary {
margin-top: 8px;
}
#publications .website a:before {
content: attr(href);
}
@media (min-width: 480px) {
.strike-through {
border-top: 1px solid #f4f6f6;
height: 20px;
margin-top: 12px;
margin-bottom: -2px;
position: relative;
}
.strike-through span,
.strike-through a {
background: #fff;
position: absolute;
}
.strike-through span:first-child {
padding-right: 20px;
margin-top: -12px;
}
.strike-through span + span {
font-size: 14px;
margin-top: -10px;
padding-left: 20px;
right: 0;
}
}
@media (max-width: 768px) {
.col-sm-6:last-child {
margin-bottom: 0px;
}
#content aside {
margin-bottom: 20px;
padding-right: 0;
text-align: left;
}
#publications .website a:before {
content: "View publication";
}
}
@media (max-width: 480px) {
h1 {
font-size: 26px;
}
.date {
font-size: 14px;
margin-bottom: 5px;
}
.strike-through span:first-child {
margin-bottom: 7px;
}
.strike-through span {
display: block;
}
#header {
margin-bottom: 10px;
padding: 40px 0;
}
#actions {
display: none;
}
}
</style>
</head>
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-9 col-sm-push-3">
<h1>
Miguel Valadez
</h1>
<h2>
Programmer
</h2>
</div>
</div>
</div>
</header>
<div id="content" class="container">
<section id="contact" class="row">
<aside class="col-sm-3">
<h3>Contact</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<strong>Email</strong>
<div class="email">[email protected]</div>
</div>
<div class="col-sm-6">
<strong>Phone</strong>
<div class="phone">0478196648</div>
</div>
</div>
</div>
</section>
<section id="about" class="row">
<aside class="col-sm-3">
<h3>About</h3>
</aside>
<div class="col-sm-9">
<p>Originally from a small suburb in Los Angeles County, I am a self-taught developer who loves to design and build software solutions. I am confident in both front and backends and I am constantly pushing myself to learn more and hone my craft.</p>
</div>
</section>
<section id="skills" class="row">
<aside class="col-sm-3">
<h3>Skills</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="name">
<h4>Languages</h4>
</div>
<ul class="keywords">
<li>PHP 7</li>
<li>Javascript (ES6)</li>
<li>Python</li>
<li>Go</li>
<li>Bash</li>
<li>MySQL</li>
<li>HTML5</li>
<li>CSS3</li>
</ul>
<div class="name">
<h4>Frameworks & Tech Stacks</h4>
</div>
<ul class="keywords">
<li>Kubernetes & Docker</li>
<li>Google Cloud Platform</li>
<li>Openstack Cloud</li>
<li>Jenkins</li>
<li>Laravel</li>
<li>AngularJS</li>
<li>Django</li>
<li>Webpack/Gulp/Grunt</li>
<li>Sass/SCSS</li>
<li>Vagrant</li>
<li>Git</li>
</ul>
</div>
</div>
</div>
</section>
<section id="work" class="row">
<aside class="col-sm-3">
<h3>Work</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>Criterion Conferences</span>
<span class="date">
2013-01-14 — Current
</span>
</h4>
<div class="position">
Programmer
</div>
<div class="summary">
<p>Currently I lead most of the design and build of new applications as required by business and user needs, as well as legacy system maintenance when needed.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Currently leading the design and build of a bespoke CRM system</li>
<li class="bullet">Lead the design and build of a new marketing campaign and query manager as a standalone application</li>
<li class="bullet">Lead a data-cleansing project that automated the search and removal of some ~20k redundant or duplicated data</li>
<li class="bullet">Lead or Assisted in general maintenance and bug fixing of all proprietary systems</li>
<li class="bullet">Liaised across all departments to make sure projects delivered met business and user requirements</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>AMP Bank</span>
<span class="date">
2011-11-21 — 2012-06-29
</span>
</h4>
<div class="position">
Bank Administration/Customer Service Operator
</div>
<div class="summary">
<p>Inbound call center operator dealing with brokers and clients with a focus on loan products.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Efficient data entry of every conversation, enquiry, and request</li>
<li class="bullet">Expedient navigation of all proprietary systems used in maintaining/updating all client and bank data</li>
<li class="bullet">Assisted in any administrative request dealing specifically with errors in loan processing</li>
<li class="bullet">Liaised between customer support and processing teams to ensure high quality and high output was maintained</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>United States Marine Corps</span>
<span class="date">
2007-08-01 - 2008-09-30
</span>
</h4>
<div class="position">
PVT/LCPL Rifleman and FireTeam Leader
</div>
<div class="summary">
<p>Work ranged from combat readiness to administrative duties centered around my unit. Recognition from superiors allowed me to move three ranks in the span of 4 months.</p>
</div>
</div>
</div>
</div>
</section>
<section id="languages" class="row">
<aside class="col-sm-3">
<h3>Languages</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="language">
<strong>English & Spanish</strong>
</div>
<div class="fluency">
Native speaker
</div>
</div>
</div>
</div>
</section>
<section id="references" class="row">
<aside class="col-sm-3">
<h3>References</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<blockquote class="reference">
<p>Furnished upon request</p>
</blockquote>
</div>
</div>
</div>
</section>
</div>
</body>
</html>