-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgregDevanyResume.html
More file actions
562 lines (521 loc) · 16.4 KB
/
gregDevanyResume.html
File metadata and controls
562 lines (521 loc) · 16.4 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, minimal-ui"
/>
<title>Greg Devany</title>
<style>
body {
background: #eeeeee;
font-family: "Lato", sans-serif;
font-size: 13px;
line-height: 1.4;
margin: 40px 0;
}
em {
color: #999;
}
p {
line-height: 1.4;
}
ul {
margin: 0;
}
.noDecorate {
text-decoration: none;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 80px 100px;
background: #fff;
border: 1px solid #ccc;
box-shadow: 2px 2px 4px #aaa;
-webkit-box-shadow: 2px 2px 4px #aaa;
}
.coursesList {
width: 28%;
vertical-align: top;
display: inline-block;
}
.largeFont {
font-size: 1.3rem;
}
.mediumFont {
font-size: 0.8rem;
vertical-align: bottom;
}
.smallFont {
font-size: 0.7rem;
}
.itallyFont {
font-style: italic;
}
.sectionBlock {
display: flex;
width: 100%;
}
.sectionName {
width: 18%;
vertical-align: top;
display: inline-block;
font-size: 1em;
}
.sectionContent {
width: 80%;
vertical-align: top;
display: inline-block;
}
.sectionContent ul {
padding-left: 20px;
margin-top: 0;
list-style-type: circle;
}
.sectionContent .title {
font-weight: bold;
}
.sectionContent .date {
float: right;
font-size: 0.8em;
}
.sectionContent .separator {
height: 14px;
}
.sectionLine {
border-style: solid;
border-width: 1px;
border-color: #cfcfcf;
margin-top: 10px;
margin-bottom: 10px;
}
.divider {
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.summary {
margin-top: 6px;
}
.skillBlock {
margin-bottom: 4px;
}
.jobBlock {
page-break-inside: avoid;
}
/* Media Queries */
@media only screen and (max-width: 40em) {
body {
margin: 0 auto;
font-size: 0.6em;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0.5em 1em;
border: none;
}
.sectionContent {
width: 100%;
margin-left: 10px;
}
.sectionContent .date {
padding-right: 2em;
}
.sectionName {
width: auto;
font-size: 0.9em;
}
.largeFont {
font-size: 1rem;
}
.mediumFont {
font-size: 0.7rem;
}
.smallFont {
font-size: 0.5rem;
}
}
@media print {
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0px 0px;
border: 0px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}
a {
color: black;
}
}
</style>
</head>
<body>
<div id="resume">
<div id="nameBlock" class="">
<span class="name largeFont">
Greg Devany,
</span>
<span class="mediumFont"> Junior Web Engineer</span>
</div>
<div id="basicsBlock" class="smallFont">
<div class="contactBlock">
<span class="email">greg.devany@yahoo.com</span>
<span class="divider">|</span>
<span class="">
<a
href="https://gdevany.github.io/web-workbook"
target="_blank"
class="noDecorate"
>
https://gdevany.github.io/web-workbook
</a>
</span>
<span class="divider">|</span>
<span class="phone">(512) 587-9285</span>
<span class="divider">|</span>
<span class="address">Austin, Texas, US</span>
</div>
</div>
<div class="sectionLine"></div>
<div id="summaryBlock" class="sectionBlock">
<div class="sectionName">
<span>SUMMARY</span>
</div>
<div class="sectionContent">
<span>
Software Engineer- developing full stack responsive SPA web
applications using MERN stack (React.js) or Vue.js. Eager to
apply these skills to create, maintain, or perfect the look,
responsiveness, and functionality of web applications.
</span>
</div>
</div>
<div class="sectionLine"></div>
<div id="workBlock" class="sectionBlock">
<div class="sectionName">
<span>EMPLOYMENT</span>
</div>
<div class="sectionContent">
<div class="jobBlock">
<span class="title">Junior Frontend Engineer</span>
<span class="date">
2019
</span>
<div><em>Reader's Legacy (goRead.com)</em></div>
<div><a href=""></a></div>
<div>
Created responsive frontend (React.js) UI components for new
features including photos, videos, articles, and authors wall
(twitter model) pages from Zeplin sketches for both mobile and
desktop.
</div>
<br />
<span class="title">Junior Frontend Engineer</span>
<span class="date">
2018
</span>
<div><em>Auto1</em></div>
<div><a href=""></a></div>
<div>
Created frontend (React.js) merchant batch-uploader as a team
member, taking direction from our German counterparts. Also
completed bug fixes on merchant MCRM (jQuery) and worked on new
feature on Auto1 public platform (React.js). Scrum methodology
</div>
<br />
<span class="title">Junior Web Engineer (contractor)</span>
<span class="date">
2018
</span>
<div><em>Heath Consulting</em></div>
<div><a href=""></a></div>
<div>
Project work on Tree.house (React.js) web app which consisted of
over 600 custom JS files. Assigned to aesthetic front-end bug
fixes, client-side data flow fixes, and complete page view
reconfiguring.
</div>
<br />
<span class="title">Business Owner</span>
<span class="date">
2012 — 2017
</span>
<div><em>Easy Life Pools</em></div>
<div><a href=""></a></div>
<div>
Developed and managed a portfolio of pool maintenance service
clients in Austin and nearby regions. Consulting and mentoring
services provided to several small businesses with specialization
in binding/nonbinding contract requirements, new client
acquisition/retention, and daily operations.
</div>
<br />
<span class="title">Business Owner</span>
<span class="date">
1994 — 2012
</span>
<div><em>Greg Devany Engineering</em></div>
<div><a href=""></a></div>
<div>
Managed oversight of daily civil engineering laboratory testing,
which determined approx. $1-$2m producer’s payments monthly.
Routinely requested to be expert independent review of state
specifications and software program’s accuracy, relevance, and
ease of implementation as a contractor on five independent
contracts awarded by the State of Texas and TxDOT over 18 years.
</div>
<br />
</div>
</div>
</div>
<div class="sectionLine"></div>
<div id="education" class="sectionBlock">
<div class="sectionName">
<span>EDUCATION</span>
</div>
<div class="sectionContent">
<div class="educationBlock">
<span class="title">
Austin Coding Academy
</span>
<span class="date">
Feb '17 — Oct '17
</span>
<div><em>Full Stack Web Development</em></div>
<div class="">
Extensive boot camp experience developing full stack responsive
SPA web applications using Node.js, React/Redux, Express, &
MongoDB technologies.
</div>
<ul>
<li>
<span class="smallFont itallyFont">portfolio</span>
<a
href="https://gdevany.github.io/web-workbook"
target="_blank"
>
https://gdevany.github.io/web-workbook
</a>
</li>
</ul>
<br />
<span class="title">
ACC- Continuing Education
</span>
<span class="date">
Jan ‘15 — Dec ‘15
</span>
<div><em>Full Stack Java Development</em></div>
<div class="">
Full stack Java Development Series: J2EE, HTML, Apache Tomcat,
NetBeans.
</div>
<ul>
<li>
<span class="smallFont itallyFont"
>Capstone project repository -
</span>
<a
href="https://github.com/gdevany/bogobyzip1.1"
target="_blank"
>https://github.com/gdevany/bogobyzip1.1
</a>
</li>
</ul>
<br />
<span class="title">
Texas State University
</span>
<span class="date">
2001 — 2003
</span>
<div><em>Business Management / CIS</em></div>
</div>
</div>
</div>
<div class="sectionLine"></div>
<div id="projects" class="sectionBlock">
<div class="sectionName">
<span>PROJECTS</span>
</div>
<div class="sectionContent">
<div class="projectsBlock">
<span class="title"
>Devany Family Recipes 2.0 <small>(React/Redux)</small></span
>
<div>
<em>
<a
href="https://gdevany.github.io/recipesReact/"
target="_blank"
>https://gdevany.github.io/recipesReact/
</a>
</em>
</div>
<div class="">
Better, Bigger, Stronger than v-1.0, and converted from Vue to
React. Access to all family recipes, wherever and whenever. No
need to call mom for that cookie recipe again.
</div>
<ul>
<li>
<span class="smallFont itallyFont">
Recipes are easily saved with a title, tag selection, a short
description, and an images.
</span>
</li>
<li>
<span class="smallFont itallyFont">
Images are stored on Cloudinary.com and tags are used for
filtering.
</span>
</li>
<li>
<span class="smallFont itallyFont">
Code base was designed to make changes in Redux state only for
new website.
</span>
</li>
</ul>
<br />
<span class="title"
>Devany Family Recipes 1.0 <small>(Vue.js)</small></span
>
<div>
<em>
<a href="https://gdevany.github.io/recipes/" target="_blank"
>https://gdevany.github.io/recipes/
</a>
</em>
</div>
<div class="">
Family Recipes 1.0. This was my first Vue.js project. Once I
realized how often we used it in the kitchen, I decided to build
it better (v-2.0)
</div>
<br />
<span class="title"
>Westbank Pools <small>(React.js & JS)</small></span
>
<div>
<em>
<a
href="https://gdevany.github.io/westbankpools2/"
target="_blank"
>https://gdevany.github.io/westbankpools2/
</a>
</em>
</div>
<div class="">
CMS website utilizing Cloudinary for image storage and project
management. Built on create-react-app.
</div>
<ul>
<li>
<span class="smallFont itallyFont">
Backdoor for website owner to easily add new projects to
portfolio.
</span>
</li>
<li>
<span class="smallFont itallyFont">
App built to easily clone and modify for a different business.
</span>
</li>
<li>
<span class="smallFont itallyFont">
<em>
<a
href="https://gdevany.github.io/westbankpools2/"
target="_blank"
>[v2 (this) - React.Js]
</a>
</em>
<em>
<a
href="https://gdevany.github.io/wbp/index.html"
target="_blank"
>[v1 - Js]
</a>
</em>
<em>
<a
href="https://gdevany.github.io/wbp2/index.html"
target="_blank"
>[v1.2 - Js]
</a>
</em>
</span>
</li>
</ul>
<br />
<span class="title">Bogo By Zip <small>(React.js)</small></span>
<div>
<em>
<a href="https://bogobyzip.herokuapp.com" target="_blank"
>https://bogobyzip.herokuapp.com
</a>
</em>
</div>
<div class="">
BOGO coupons for user's current zip code. Full stack web app,
designed for mobile view, but responsive to desktop. Built on MERN
stack.
</div>
<ul>
<li>
<span class="smallFont itallyFont">
Coupons filtered by user's current geolocated zip code and
user selected topic/subtopic.
</span>
</li>
<li>
<span class="smallFont itallyFont">
Coupons populated to DB by business owner. (free)
</span>
</li>
<li>
<span class="smallFont itallyFont">
Free to customer AND business. Many opportunities for app
income (ads, upsales, etc).
</span>
</li>
</ul>
<br />
</div>
</div>
</div>
<div class="sectionLine"></div>
<div id="skills" class="sectionBlock">
<div class="sectionName">
<span>SKILLS</span>
</div>
<div class="sectionContent">
<div class="skillBlock">
<span class="title">Web Development:</span>
<span>Vue.js</span>
<span>React/Redux</span>, <span>Node.js</span>,
<span>Javascript ES/6</span>, <span>Express</span>,
<span>MongoDB / Mongoose</span>, <span>JQuery</span>,
<span>Bootstrap</span>, <span>GIT</span>, <span>REST API's</span>,
<span>HTML5 / CSS3</span>,
<span>SCRUM</span>
</div>
<div class="skillBlock">
<span class="title">Full Stack Java Development:</span>
<span>J2EE</span>
</div>
</div>
</div>
<div class="sectionLine"></div>
<div>References available upon request</div>
</div>
</body>
</html>