-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
536 lines (500 loc) · 21.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Curriculum Vitae — Remix</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="bgvideo-container">
<video autoplay loop playsinline muted class="bgvideo"
poster="Coverr/Snapshots/Love-Coding.jpg">
<source src="Coverr/MP4/Love-Coding.mp4" type="video/mp4" />Your browser does not support the video tag. I suggest you upgrade your browser.
<source src="Coverr/WEBM/Love-Coding.webm" type="video/webm" />Your browser does not support the video tag. I suggest you upgrade your browser.
</video>
</div>
<a id="nextPage" href="#bio" class="nextPage"
><i class="fas fa-angle-down"></i></a>
<div class="container">
<nav id="menu">
<ul>
<li class="menu-handle"><a href="#"><i class="fas fa-bars"></i></a></li>
<li class="menu--top"><a class="top" href="#top"><i class="fas fa-angle-up"></i></a></li>
<li><a class="targeted" href="#bio">Bio</a></li>
<li><a class="targeted" href="#skills">Skills</a></li>
<li><a class="targeted" href="#history">History</a></li>
<li><a class="targeted" href="#certification">Certification</a></li>
</ul>
<div id="nav-highlight" data-target="top"></div>
<div class="menu--connect">
<a class="connect--item" title="My GitHub Profile"
href="https://github.com/VAggrippino" target="_blank"
><i class="fab fa-github-square"></i></a>
<a class="connect--item" title="My CodePen Portfolio"
href="https://codepen.io/VAggrippino/" target="_blank"
><i class="fab fa-codepen"></i></a>
<a class="connect--item" title="My LinkedIn Profile"
href="https://www.linkedin.com/in/vaggrippino/" target="_blank"
><i class="fab fa-linkedin"></i></a>
<a class="connect--item" title="My Facebook Profile"
href="https://www.facebook.com/vaggrippino" target="_blank"
><i class="fab fa-facebook"></i></a>
<a class="connect--item" title="My Twitter Account"
href="https://twitter.com/VAggrippino" target="_blank"
><i class="fab fa-twitter-square"></i></a>
</div>
</nav>
<header class="page-header">
<div class="page-header--title">
<h1>Vince Aggrippino</h1>
<div class="page-header--caption">Web Developer</div>
</div>
<div class="stack">
<a href="#" class="stage">
<span class="term">Database</span>
<span class="description">
<span>Oracle or MySQL</span>
</span>
</a>
<a href="#" class="stage">
<span class="term">Server</span>
<span class="description">
<span>Apache HTTPD or NGINX</span>
</span>
</a>
<a href="#" class="stage">
<span class="term">Back End</span>
<span class="description">
<span>PHP or Node.js</span>
</span>
</a>
<a href="#" class="stage">
<span class="term">Design</span>
<span class="description">
<span>Graphics and colors, CSS and animation</span>
</span>
</a>
<a href="#" class="stage">
<span class="term">UX</span>
<span class="description">
<span>User Experience: Meaningful interaction with page elements, intuitive User Interface features
</span>
</span>
</a>
<a href="#" class="stage">
<span class="term">Copy Writing</span>
<span class="description">
<span>Clear and concise without unintended colloquialisms</span>
</span>
</a>
</div>
</header>
<section id="bio">
<div class="content">
<div class="header">
<h2>Bio</h2>
<div class="caption">Full Stack Developer</div>
</div>
<div class="profilePic">
<div class="imageFrame">
<img src="images/20180517_183113 - Photos.jpg" alt="Vince's Profile Picture">
</div>
</div>
<div class="about">
<h3>About Me</h3>
<p>
I make better websites. I make websites better. I can take charge of
everything from the host to the browser and everywhere in between, but
I prefer to focus on the User Experience.
</p>
<p>
I'm really good at figuring <em>it</em> out. Put any task in front of
me and I make it happen.
</p>
</div>
<div class="stats">
<h3>Details</h3>
<dl>
<dt>Full Name</dt>
<dd class="fullname">Vincente Aggrippino</dd>
<dt>Location</dt>
<dd class="location"><span>East Greenbush,</span>
<span>New York
<a href="https://goo.gl/maps/KqxpRyLc7Cp" target="_blank"><i class="fas fa-map-marker-alt"></i></a></span>
</dd>
</dl>
</div>
</div>
</section>
<section id="skills">
<div class="content">
<div class="header">
<h2>Skills</h2>
<div class="caption">The tools of my trade.</div>
</div>
<div class="detail">
<div class="skill--categories">
<div class="skill--category primary-skills">
<h3 class="category--title">Primary Skills</h3>
<dl class="skill--list">
<dt class="skill--name">HTML / HTML5</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-100"></div>
<div class="skill--level">Advanced</div>
</dd>
<dt>CSS / CSS3</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-100"></div>
<div class="skill--level">Advanced</div>
</dd>
<dt class="skill--name">JavaScript / ES6+</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-100"></div>
<div class="skill--level">Advanced</div>
</dd>
<dt class="skill--name">ReactJS</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-60"></div>
<div class="skill--level">Intermediate</div>
</dd>
<dt class="skill--name">NodeJS</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-80"></div>
<div class="skill--level">Strong</div>
</dd>
<dt class="skill--name">MongoDB</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-80"></div>
<div class="skill--level">Strong</div>
</dd>
<dt class="skill--name">PHP</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-60"></div>
<div class="skill--level">A Little Rusty</div>
</dd>
<dt class="skill--name">MySQL</dt>
<dd class="skill--detail">
<div class="skill--skillbar level-80"></div>
<div class="skill--level">Strong</div>
</dd>
</dl>
</div>
<div class="skill--category related-skills">
<h3 class="category--title">Related Skills</h3>
<ul class="skill--list">
<li class="skill--term">Sass</li>
<li class="skill--term">PostCSS</li>
<li class="skill--term">Bootstrap</li>
<li class="skill--term">jQuery</li>
<li class="skill--term">Responsive Web Design</li>
<li class="skill--term">Web Accessibility</li>
<li class="skill--term">Mobile-First Design</li>
<li class="skill--term">Cross-Browser Compatibility Testing</li>
<li class="skill--term">Babel</li>
<li class="skill--term">Graceful Degradation</li>
<li class="skill--term">Progressive Enhancement</li>
<li class="skill--term">Performance Optimization</li>
<li class="skill--term">npm</li>
<li class="skill--term">Git</li>
<li class="skill--term">Docker</li>
<li class="skill--term">Linux</li>
<li class="skill--term">Apache HTTP Server</li>
<li class="skill--term">Oracle</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="history">
<div class="content">
<div class="header">
<h2>History</h2>
</div>
<div class="detail">
<div class="job">
<div class="title">Freelance Web Developer</div>
<div class="employer">Self-Employed</div>
<div class="date">November 2008 — Present</div>
<div class="location">Ghodmode Development</div>
<div class="description">
<p>
As a freelancer, I specialized in Front End Development, but I
also did installation and configuration of web / application
servers, database systems, and programming language interpreters.
</p>
<p>
I also worked with clients to identify their needs and establish a
professional rapport. Then I'd explain the tools I'd use to craft
a solution for them.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
<div class="job">
<div class="title">Web Developer</div>
<div class="employer">APN Finda</div>
<div class="date">August 2008 — October 2008</div>
<div class="location">Auckland, New Zealand</div>
<div class="description">
<p>
At APN Finda I performed Linux Server Administration tasks, Web
Application Development using PHP and MySQL, and Database
Administration and Development. APN Finda was a search and
shopping portal.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
<div class="job">
<div class="title">Developer / Systems Administrator</div>
<div class="employer">M&S Consulting</div>
<div class="date">March 2007 — September 2007</div>
<div class="location">Auckland, New Zealand</div>
<div class="description">
<p>
As a consultant for M&S Consulting, my primary
responsibilities were Database Administration (Oracle and MySQL),
Web application development and design with a Java based back end,
and <abbr title="Quality Assurance">QA</abbr> testing.
</p>
<p>
I also provided support and administration for Windows Server 2003
and Linux (RedHat Enterprise / CentOS) servers.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
<div class="job">
<div class="title">Programmer / <abbr title="Database Administrator">DBA</abbr></div>
<div class="employer">Dunco.com Technologies</div>
<div class="date">November 2004 — May 2005</div>
<div class="location">Kota Kinabalu, Sabah, Malaysia</div>
<div class="description">
<p>
My primary role at Dunco was as a database developer using Oracle
Forms. However, I performed many other duties including Database
Administration; server (Windows & Linux) maintenance, support,
and administration; Web server administration and maintenance;
training; and client collaboration.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
<div class="job">
<div class="title">Billing Developer</div>
<div class="employer">US LEC</div>
<div class="date">June 2001 — October 2004</div>
<div class="location">Charlotte, North Carolina, USA</div>
<div class="description">
<p>
US LEC was a telephone company serving primarily corporate
customers. Initially, my only role was maintenance of numerous
manual processes for the management and reporting of billing data.
There was plenty of opportunity for improvement and I took over
the automation of processes and the conversion of (Korn) shell
scripts to better-performing applications written in Perl. I also
made improvements to code running within the database using
Oracle's PL/SQL.
</p>
<p>
From there, I went on to improve reporting processes and I created
new intranet reporting applications using Perl and implementing
the <abbr title="Common Gateway Interface">CGI</abbr> protocol.
</p>
<p>
When the company started to take an interest in their customer
facing website, I took part by documenting and establishing
guidelines for Web Development within the company.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
<div class="job">
<div class="title">Web Administrator</div>
<div class="employer">GE Power Systems</div>
<div class="date">May 2000 — May 2001</div>
<div class="location">Schenectady, New York, USA</div>
<div class="description">
<p>
Initially, my role at GE Power Systems was to maintain Web and
application servers for both intranet and client-facing web sites
including BEA Systems' WebLogic, Allaire's JRun Application
Server, Netscape Enterprise Server, and Microsoft Internet
Information Server.
</p>
<p>
Later, I took the opportunity to work more closely with both the
Software Development team and the Server Administration teams. I
began performing server administration tasks, documentation of
internal Java development guidelines, Java code review and
troubleshooting, and source control administration using Microsoft
Visual Source Safe.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
<div class="job">
<div class="title">Computer Help Desk Representative</div>
<div class="employer">Corporate Health Dimensions</div>
<div class="date">February 1999 — May 2000</div>
<div class="location">Latham, New York, USA</div>
<div class="description">
<p>
Initially, my role at CHD was just a regular help desk rep. I
would help with email, Microsoft Office, software updates, and
in-house medical management software.
</p>
<p>
When the company underwent a merger, a lot of roles were
eliminated and I was able to take over the responsibilities of the
Lead Developer and the administration of both Unix and Windows
servers.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
<div class="job">
<div class="title">Network Support Technician</div>
<div class="employer">US Army</div>
<div class="date">October 1997 — August 1998</div>
<div class="location">Fort Bragg, North Carolina, USA</div>
<div class="description">
<p>
Although formally trained as a telecommunications specialist, my
aptitude with computers allowed me the opportunity to work in the
82<sup>nd</sup> Airborne Division's <abbr title="Division
Information Systems Support Office">DISSO</abbr>
</p>
<p>
This was primarily a typical computer support role for company and
battalion commanders. My duties also included complete network
architecture, support, and training for specialized secure
military networks.
</p>
</div>
<button class="read-description">Read Description</button>
</div>
</div>
</div>
</section>
<section id="certification">
<div class="content">
<div class="header">
<h2>Certification</h2>
</div>
<div class="detail">
<div class="certificate">
<div class="certificate--headline">
<span class="certificate--name">Front End Development</span>
–
<span class="certificate--authority">Free Code Camp</span>
</div>
<div class="certificate--info">
<span class="certificate--date">January 2017</span>
<a class="certificate--source" target="_blank"
href="https://freecodecamp.org/certification/vaggrippino/legacy-front-end"
>Certificate</a>
</div>
<img class="certificate--image"
alt="freeCodeCamp Front End Development certificate"
src="images/freeCodeCamp_Front_End_Development_certificate.jpg">
<div class="certificate--description">
<p>
Free Code Camp’s Front End Development program covers HTML,
CSS, JavaScript, jQuery, and Bootstrap. The student is required
to complete, beginner, intermediate, and advanced projects in
order to earn the certification.
</p>
</div>
</div>
<div class="certificate">
<div class="certificate--headline">
<span class="certificate--name">Modern React with Redux</span>
–
<span class="certificate--authority">Udemy</span>
</div>
<div class="certificate--info">
<span class="certificate--date">March 2017</span>
<a class="certificate--source" target="_blank"
href="http://ude.my/UC-72JHLVXM"
>Certificate</a>
</div>
<img class="certificate--image"
alt="Udemy Modern React with Redux certificate"
src="images/Udemy-Modern_React_with_Redux_certificate.jpg">
<div class="certificate--description">
<p>
Stephen Grider’s Modern React with Redux course teaches the
core knowledge needed to deeply understand and build React
components and structure applications with Redux.
</p>
<p>
The student learns JSX, component architecture, component
lifecycle, complex application architecture and scaling with
Redux, Redux middleware, and related tools including NPM,
Webpack, Babel, and ES6 / ES2015 JavaScript syntax.
</p>
</div>
</div>
<div class="certificate">
<div class="certificate--headline">
<span class="certificate--name">MongoDB Basics</span>
–
<span class="certificate--authority">MongoDB University</span>
</div>
<div class="certificate--info">
<span class="certificate--date">April 2018</span>
<a class="certificate--source" target="_blank"
href="http://university.mongodb.com/course_completion/6637dcc0-8c17-4f6f-9eb2-a1836b21"
>Certificate</a>
</div>
<img class="certificate--image"
alt="MongoDB University MongoDB Basics certificate"
src="images/M001 Course Completion Confirmation - MongoDB University - April 2018.png">
<div class="certificate--description">
<p>
MongoDB University’s MongoDB Basics course covers the
fundamentals of MongoDB including connecting to a MongoDB
Cluster, using MongoDB Compass, MongoDB's document storage
model & principles of flexible schema design, basic
architecture of MongoDB clusters, and CRUD operation.
</p>
</div>
</div>
<div class="certificate">
<div class="certificate--headline">
<span class="certificate--name">MongoDB for Node.js Developers</span>
–
<span class="certificate--authority">MongoDB University</span>
</div>
<div class="certificate--info">
<span class="certificate--date">May 2018</span>
<a class="certificate--source" target="_blank"
href="http://university.mongodb.com/course_completion/4c9af253-dbaa-444e-aeb6-7fd6784a"
>Certificate</a>
</div>
<img class="certificate--image"
alt="MongoDB University MongoDB for Node.js Developers certificate"
src="images/M101JS Course Completion Confirmation - MongoDB University - May 2018.png">
<div class="certificate--description">
<p>
MongoDB University’s MongoDB for Node.js Developers course
teaches the student basic installation of MongoDB, JSON, schema
design, querying, insertion of data, indexing and working with
language drivers. The course project involves building an
e-commerce platform with MongoDB. Code examples will be in
Node.js.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script src="js/lodash.custom.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>