-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
652 lines (547 loc) · 17.8 KB
/
index.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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<title>Marco Acea</title>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style>/* Utils */
/*----- Colors -----*/
/*----- Fonts -----*/
/*----- Dimensions and sizes -----*/
/* Base */
@font-face {
font-family: 'Josefin Sans';
font-style: normal;
font-weight: 300;
src: local('Josefin Sans Light'), local('JosefinSans-Light'), url(https://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5Ecpl5te10k.ttf) format('truetype');
}
@font-face {
font-family: 'Josefin Sans';
font-style: normal;
font-weight: 700;
src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(https://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5Ectllte10k.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
html {
scrollbar-width: none;
}
body {
font-family: "Lato", Helvetica, Arial, sans-serif;
background: transparent;
font-weight: 400;
margin: 50px 0 100px;
letter-spacing: .3px;
color: #39424B;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: none;
margin: 0;
}
h1 {
font-family: Helvetica, Arial, "Josefin Sans", sans-serif;
font-weight: 700;
font-size: 40px;
letter-spacing: 1px;
}
h2 {
font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 16px;
letter-spacing: .5px;
}
h3 {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 14px;
letter-spacing: .4px;
}
h3.bold {
font-weight: 700;
}
h4 {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 12px;
}
h4.bold {
font-weight: 700;
}
h5 {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 11px;
}
h5.italic {
font-style: italic;
}
h6 {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 10px;
}
a {
color: inherit;
text-decoration: inherit;
}
a:hover {
color: #2895F1;
}
a .fa-external-link {
font-size: 10px;
vertical-align: text-top;
}
p,
li {
font-size: 11px;
}
blockquote {
font-size: 11px;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: italic;
margin: 10px 25px;
}
em {
color: #999;
}
ul {
margin: 10px 0 0;
-webkit-padding-start: 25px;
}
ul li {
padding-left: 10px;
}
ul.minimal {
list-style: none;
padding: 0;
}
ul.minimal li {
margin-bottom: 3px;
padding-left: 0;
}
ul.two-column {
-webkit-column-count: 2;
-webkit-column-gap: 28px;
column-count: 2;
column-gap: 28px;
}
ul.two-column li {
padding-left: 0;
}
@page {
size: A4;
}
.container {
padding-top: 20px;
}
.keyline {
width: 45px;
margin: 8px 0 10px;
border-top: 1px solid #56817A;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.profile-pic {
margin-top: -5px;
margin-right: 18px;
}
.profile-pic img {
height: 52px;
width: 52px;
border-radius: 50%;
border: 2px solid #56817A;
}
.summary {
margin: 5px 0 5px;
}
.sublink {
font-size: 70%;
font-weight: 200;
color: dimgray;
}
.capitalize {
text-transform: capitalize;
}
/* Layouts */
.page {
background: white;
width: 612px;
min-height: 792px;
display: block;
margin: 0 auto;
border-top: 10px solid #56817A;
padding: 36px 22px 30px 34px;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.page:after {
content: "";
display: table;
clear: both;
}
.left-column {
float: left;
width: 160px;
margin-right: 20px;
word-wrap: break-word;
}
.right-column {
width: auto;
overflow: hidden;
}
.item {
margin-bottom: 15px;
}
.item:last-child {
margin-bottom: 0;
}
@media print {
body {
margin: 0;
}
.page {
width: 100%;
height: 100%;
margin: 0;
padding: 36px 0 30px;
box-shadow: none;
}
.page .resume-header,
.page .resume-content {
padding: 0 22px 0 34px;
}
.container {
page-break-inside: avoid;
}
.work-container .item {
page-break-inside: avoid;
}
.fa-external-link {
display: none;
}
}
/* Components */
.info-tag-container {
margin-bottom: 5px;
}
.info-tag-container .fa {
font-size: 14px;
width: 12px;
margin-right: 5px;
text-align: center;
vertical-align: middle;
}
.info-tag-container .fa.fa-map-marker {
font-size: 16px;
}
.info-tag-container .fa.fa-mobile {
font-size: 18px;
}
.info-tag-container .fa.fa-envelope-o {
font-size: 12px;
}
.info-tag-container .fa.fa-desktop {
font-size: 11px;
}
.info-tag-container .fa.fa-external-link {
width: auto;
font-size: inherit;
vertical-align: text-top;
}
.info-tag-container .info-text {
font-size: 12px;
text-transform: none;
display: inline-block;
vertical-align: middle;
width: 139px;
}
.references-container .fa {
font-size: 14px;
}
.education-container .location {
padding-bottom: 6px;
font-weight: 400;
}
.education-container .specialization {
text-transform: none;
font-style: italic;
}
.flex-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.main-skill {
font-size: 80%;
}
.skill {
margin: .15em;
padding: .15em;
background: ghostwhite;
border-radius: 5px;
}
</style>
</head>
<body>
<main id="resume" class="page">
<header class="resume-header clearfix">
<div class="profile-header pull-left">
<h1>Marco Acea</h1>
<h2></h2>
</div>
<div class="profile-pic pull-right">
</div>
</header>
<div class="resume-content">
<aside class="left-column">
<div class="container about-container">
<div class="title">
<h3>About</h3>
<div class="keyline"></div>
</div>
<div class="info-tag-container">
<i class="fa fa-envelope-o"></i>
<h6 class="info-text">
<a href="mailto:[email protected]" target="_blank">
</a>
</h6>
</div>
<div class="info-tag-container">
<i class="fa fa-mobile"></i>
<h6 class="info-text">(786) 470-9891</h6>
</div>
<div class="info-tag-container">
<i class="fa fa-globe"></i>
<h6 class="info-text">
<a href="aceamarco.dev" target="_blank">
aceamarco.dev
</a>
</h6>
</div>
<div class="info-tag-container">
<i class="fa fa-linkedin-square"></i>
<h6 class="info-text">
<a href="https://www.linkedin.com/in/marco-acea/" target="_blank">
marco-acea
</a>
</h6>
</div>
<div class="info-tag-container">
<i class="fa fa-github"></i>
<h6 class="info-text">
<a href="https://github.com/aceamarco" target="_blank">
aceamarco
</a>
</h6>
</div>
</section>
<div class="skills-container">
<section class="container">
<div class="title">
<h3>Programming Languages</h3>
<div class="keyline"></div>
</div> <div class="minimal flex-container">
<h6 class="main-skill skill">Python</h6>
<h6 class="main-skill skill">Golang</h6>
<h6 class="main-skill skill">C</h6>
<h6 class="main-skill skill">HTML/CSS</h6>
<h6 class="main-skill skill">Javascript</h6>
<h6 class="main-skill skill">Typescript</h6>
</div>
</section>
<section class="container">
<div class="title">
<h3>Software/Frameworks</h3>
<div class="keyline"></div>
</div> <div class="minimal flex-container">
<h6 class="main-skill skill">Selenium</h6>
<h6 class="main-skill skill">Django</h6>
<h6 class="main-skill skill">GraphQL</h6>
<h6 class="main-skill skill">Google Firestore</h6>
<h6 class="main-skill skill">Argo CD</h6>
<h6 class="main-skill skill">Bootstrap</h6>
</div>
</section>
</div>
</aside>
<div class="right-column">
<div class="container education-container">
<div class="title">
<h3>Education</h3>
<div class="keyline"></div>
</div>
<section class="item">
<div class="section-header clearfix">
<h3 class="bold pull-left">
Carnegie Mellon University
</h3>
<h5 class="italic pull-right">
<span class="startDate">08/2018</span>
<span class="endDate"> - 12/2022</span>
</h5>
</div>
<h4>Bachelor's of Science in Electrical and Computer Engineering</h4>
<ul class="two-column">
<li>Structure and Design of Digital Systems</li>
<li>Web App Development</li>
<li>Principles of Imperative Computing</li>
<li>Logic Design and Verification</li>
<li>Intro to Embedded Systems</li>
<li>Fundamentals of Embedded Control</li>
</ul>
</section>
</div>
<div class="container work-container">
<div class="title">
<h3>Experience</h3>
<div class="keyline"></div>
</div>
<section class="item">
<div class="section-header clearfix">
<h3 class="bold pull-left">
Boeing
</h3>
<h5 class="italic pull-right">
<span class="startDate">03/2023</span>
<span class="endDate"> - 04/2024</span>
</h5>
</div>
<h4>Software Engineer</h4>
<ul>
<li>Developed automated UI integration tests using Selenium for web applications which significantly improved code base test coverage</li>
<li>Developed Virtual Machine devices for the High Fidelity Digital Twin Program</li>
</ul>
</section>
<section class="item">
<div class="section-header clearfix">
<h3 class="bold pull-left">
Intuit
</h3>
<h5 class="italic pull-right">
<span class="startDate">05/2021</span>
<span class="endDate"> - 08/2022</span>
</h5>
</div>
<h4>Software Engineering Intern</h4>
<ul>
<li>Developed a containerized GraphQL Proxy Service using Typescript, Docker, and Redis for optimization, that protects API services from potentially malicious incoming requests using rate limiting and static query analysis</li>
<li>Developed new feature for the ArgoCD project that allows non-admin users to safely create Applications and Projects for themselves within a Kubernetes cluster.</li>
</ul>
</section>
<section class="item">
<div class="section-header clearfix">
<h3 class="bold pull-left">
23andMe
</h3>
<h5 class="italic pull-right">
<span class="startDate">07/2020</span>
<span class="endDate"> - 09/2020</span>
</h5>
</div>
<h4>Software Engineering Intern</h4>
<ul>
<li>Developed user interface for internal hosting service with the Application Infrastructure Team</li>
<li>Built Flask app that uses Flask API endpoints to display information about applications (statuses, teams, owners, authentication tokens, etc.)</li>
</ul>
</section>
<section class="item">
<div class="section-header clearfix">
<h3 class="bold pull-left">
Carnegie Mellon University
</h3>
<h5 class="italic pull-right">
<span class="startDate">01/2019</span>
<span class="endDate"> - 07/2020</span>
</h5>
</div>
<h4>Teaching Assistant</h4>
<ul>
<li>Summer 2020 — Reduced course staff response time from several hours to ~10 minutes on average and aided the response of 1,200+ replies across the course’s most popular channels with the Parthean Notifications Slack Bot</li>
<li>Co-taught daily recitations in Python, while teaching Go, HTML/CSS, and Javascript for the first time in our course’s history. Hosted office hours answering questions about course concepts and debugging help</li>
<li>Resulted in a median score above 90% in exams covering Go and our first successful semester teaching Go</li>
<li>Summer 2019 — Created lecture material/code using HTML/CSS/JS with Google Firestore’s API</li>
</ul>
</section>
</div>
<div class="container project-container">
<div class="title">
<h3>Projects</h3>
<div class="keyline"></div>
</div>
<section class="item">
<div class="section-header clearfix">
<h3 class="bold pull-left">
ArgoCD AppSource Controller
</h3>
<h5 class="italic pull-right">
<span class="startDate">05/2021</span>
<span class="endDate"> - 08/2021</span>
</h5>
</div>
<div class="flex-container">
<h6 class="skill">Golang</h6>
<h6 class="skill">Kubernetes</h6>
<h6 class="skill">ArgoCD</h6>
</div>
<ul>
<li>Kubernetes Custom Resource Definitions that gives under-privelaged users permission from admins to create ArgoCD applications automatically</li>
<li>Supports multiple ArgoCD Project "profiles" that limit what actions sub-users can make with their application.</li>
<li>Adopted as a part of the argo-proj-labs collection of vetted community projects</li>
</ul>
</section>
</div>
</div>
</div>
</main>
</body>
</html>