-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
541 lines (471 loc) · 19.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
537
538
539
540
541
<html>
<head>
<!-- Basic Page Needs ================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Anthony Sellitti</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- CSS ================================================== -->
<link rel="stylesheet" href="stylesheets/skeleton.css">
<!-- qTip CSS file -->
<link rel="stylesheet" href="stylesheets/jquery.qtip.css">
<!-- Lightbox2 CSS file -->
<link href="stylesheets/lightbox.css" rel="stylesheet" />
<!-- Main Styles -->
<link rel="stylesheet" href="stylesheets/layout.css">
<!-- Favicons ================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- JavaScript ================================================== -->
<!-- Modernizr -->
<script src="js/modernizr.custom.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<section class="menu">
<div class="container">
<div class="sixteen columns">
<!-- Navigation Menu -->
<div id="nav">
<ul class="navigation">
<li data-slide="1">
<h5>Home</h5>
</li>
<li data-slide="2">
<h5>About Me</h5>
</li>
<li data-slide="3">
<h5>Experience</h5>
</li>
<li data-slide="4">
<h5>Portfolio</h5>
</li>
</ul>
</div>
<!-- Navigation Menu / End -->
</div>
</div>
</section>
</header>
<div class="wrapper">
<!-- Home Subpage =========================================== -->
<section class="slide" id="home" data-slide="1">
<div class="container">
<div class="sixteen columns">
<!-- Main Photo -->
<div class="portrait">
<img src="images/my_photo.jpg" alt="" class="tframe_1" />
</div>
<!-- End Main Photo -->
<!-- Main Title. -->
<div class="main_title">
<h1>Anthony Sellitti</h1>
<h4>Software Engineer</h4>
</div>
<!-- End Main Title -->
<!-- Social Icons. -->
<div class="social_icons">
<ul class="social">
<li>
<a class="tip" href="https://www.linkedin.com/in/asellitt" title="Linked In">
<img src="images/social/linkedin.png" alt="" />
</a>
</li>
<li>
<a class="tip" href="https://github.com/asellitt/" title="Github">
<img src="images/social/github.png" alt="" />
</a>
</li>
<li>
<a class="tip" href="https://twitter.com/asellitt" title="Twitter">
<img src="images/social/twitter.png" alt="" />
</a>
</li>
<li>
<a class="tip" href="cv/index.html" title="CV">
<img src="images/social/resume.png" alt="" />
</a>
</li>
</ul>
</div>
<!-- End Social Icons -->
</div>
</div>
</section>
<!-- End Home Subpage -->
<!-- About Me Subpage =========================================== -->
<section class="slide" id="about_me" data-slide="2">
<div class="container">
<!-- Subpage Title -->
<div class="sixteen columns">
<div class="subpage_title">
<h2><span>About Me</span></h2>
</div>
</div>
<!-- End Subpage Title -->
<div class="eight columns">
<!-- About Me Main Information -->
<div class="block">
<h4>I'm a Software Engineer from Melbourne.</h4>
<p>
Over the the last decade, I've worked on some of Australia's largest online marketplaces, supporting over
1.2 billion requests per month. I've lead and delivered initiatives which have contributed to over 1
billion dollars of community earnings, and helped hundreds of thousands of customers find the assets they
need.
</p>
</div>
<!-- End About Me Main Information -->
<!-- My Skills Information -->
<div class="block">
<div class="skill_info clearfix">
<div class="block_title">
<h4><span>My Skills</span></h4>
</div>
<ul id="chart">
<li class="skill w100"><span>Problem Solving</span></li>
<li class="skill w90"><span>Technical Leadership</span></li>
<li class="skill w60"><span>Mentoring</span></li>
<li class="skill w100"><span>Backend Development</span></li>
<li class="skill w80"><span>Frontend Development</span></li>
<li class="skill w90"><span>Continuous Integration and Continuous Delivery</span></li>
</ul>
</div>
</div>
<!-- End My Skills Information -->
</div>
<div class="eight columns">
<!-- Personal info -->
<div class="block">
<div class="block_title">
<h4><span>Personal Info</span></h4>
</div>
<ul class="personal-info">
<li><span class="title">Name</span><span class="value">Anthony Sellitti</span></li>
<li><span class="title">Address</span><span class="value">Melbourne, Australia</span></li>
<li><span class="title">Employed</span><span class="value available">Looking for new opportunities</span>
</li>
<!-- if Freelance not available: change class to not_available (then color text = Red) -->
</ul>
</div>
<!-- End Personal Info -->
<!-- Testimonials info -->
<div class="block">
<div class="block_title">
<h4><span>Testimonials</span></h4>
</div>
<div id="cbp-qtrotator" class="cbp-qtrotator">
<div class="cbp-qtcontent">
<img src="images/testimonials/lindsay.png" alt="Lindsay" />
<blockquote>
<p>
Anthony gets results. In our time working together, I saw him grow from a circumspect mid-level
developer to a highly capable, high impact senior developer. He brought significant financial
systems expertise to building and scaling the Elements subscription flow – the main revenue
generating flow of the product. He cares about his craft, and takes the long term view whenever
writing code. He actively works to improve the teams' ways of working, and doesn't hesitate to tell
it like it is. Working with Anthony is a breath of fresh air, and I can't wait to do so again.
</p>
<footer>Lindsay Holmwood</footer>
</blockquote>
</div>
<div class="cbp-qtcontent">
<img src="images/testimonials/emily.png" alt="Emily" />
<blockquote>
<p>
Anthony is an absolute superstar, and I've so enjoyed working with him. He brings with him such a
wealth of knowledge and context, and an enthusiasm for just getting shit done. He feels comfortable
to ask questions that challenge assumptions and is similarly comfortable having questions asked of
him. Anthony steps up and helps when needed, even when he's thrown a curve ball or two!
</p>
<footer>Emily Koop</footer>
</blockquote>
</div>
</div>
</div>
<!-- End Testimonials Info -->
</div>
</div>
</section>
<!-- Resume Subpage =========================================== -->
<section class="slide" id="resume" data-slide="3">
<div class="container">
<div class="sixteen columns">
<div class="subpage_title">
<h2><span>Experience</span></h2>
</div>
</div>
<!-- Employment Info -->
<div class="eight columns row">
<div class="block">
<div class="block_title">
<h4><span>Employment</span></h4>
</div>
<!-- Timeline Employment Info Container -->
<div class="eventsContainer clearfix">
<div class="eventsContent">
<h5><span>Oct 2021 - Jun 2022</span></h5>
<div class="event">
<h5>Lead Engineer</h5>
<div class="eventDetail">
<p>
</p>
<h6>Envato</h6>
</div>
</div>
</div>
<div class="eventsContent">
<h5><span>Apr 2019 - Oct 2021</span></h5>
<div class="event">
<h5>Senior Software Engineer</h5>
<div class="eventDetail">
<p>
</p>
<h6>Envato</h6>
</div>
</div>
</div>
<div class="eventsContent">
<h5><span>Jul 2014 - Apr 2019</span></h5>
<div class="event">
<h5>Software Engineer</h5>
<div class="eventDetail">
<p>
</p>
<h6>Envato</h6>
</div>
</div>
</div>
<div class="eventsContent">
<h5><span>Feb 2013 - Jul 2014</span></h5>
<div class="event">
<h5>Junior Software Engineer</h5>
<div class="eventDetail">
<p>
</p>
<h6>Envato</h6>
</div>
</div>
</div>
<div class="eventsContent">
<h5><span>Feb 2012 - Feb 2013</span></h5>
<div class="event">
<h5>Design Engineer</h5>
<div class="eventDetail">
<p>
</p>
<h6>Unico</h6>
</div>
</div>
</div>
<div class="eventsContent">
<h5><span>Feb 2011 - Feb 2012</span></h5>
<div class="event">
<h5>Graduate</h5>
<div class="eventDetail">
<p>
</p>
<h6>Unico</h6>
</div>
</div>
</div>
<div class="eventsContent">
<h5><span>Nov 2005 - Feb 2011</span></h5>
<div class="event">
<h5>Director</h5>
<div class="eventDetail">
<p>
</p>
<h6>HACD Design</h6>
</div>
</div>
</div>
</div>
<!-- End Timeline Employment Info Container -->
</div>
</div>
<!-- End Employment Info -->
<!-- Education Info -->
<div class="eight columns row">
<div class="block">
<div class="block_title">
<h4><span>Education</span></h4>
</div>
<!-- Timeline Education Info Container -->
<div class="eventsContainer clearfix">
<div class="eventsContent">
<h5><span>Feb 2006 - Dec 2010</span></h5>
<div class="event">
<h5>Bachelor of Computer Science with Distinction</h5>
<div class="eventDetail">
<p>
GPA of 3.83 (High Distinction).
</p>
<h6>RMIT University</h6>
</div>
</div>
</div>
<div class="eventsContent">
<h5><span>Feb 2006 - Dec 2010</span></h5>
<div class="event">
<h5>Bachelor of Engineering (Computer and Network Engineering) with Honors 1st Class</h5>
<div class="eventDetail">
<p>
GPA of 3.77 (High Distinction).
</p>
<p>
Awarded Platinum Prize for final year Design project: Motion Interpretation Mouse Engine (MIME).
</p>
<h6>RMIT University</h6>
</div>
</div>
</div>
</div>
<!-- Timeline Education Info Container -->
</div>
</div>
<!-- End Education Info -->
</div>
</section>
<!-- Portfolio Subpage =========================================== -->
<section class="slide" id="portfolio" data-slide="4">
<div class="container">
<div class="sixteen columns">
<div class="subpage_title">
<h2><span>Portfolio</span></h2>
</div>
</div>
<div class="container sixteen columns row">
<!-- Portfolio -->
<div class="block">
<ul id="og-grid" class="og-grid">
<li>
<a href="https://elements.envato.com" data-largesrc="images/portfolio/envatoelements.jpg"
data-title="Envato Elements"
data-description="Subscription service for stock videos, music, photos and graphics">
<img src="images/portfolio/envatoelements.jpg" alt="Envato Elements" />
</a>
</li>
<li>
<a href="https://themeforest.net" data-largesrc="images/portfolio/themeforest.jpg"
data-title="Envato Marketplace - ThemeForest"
data-description="Digital marketplace for wordpress themes and website templates">
<img src="images/portfolio/themeforest.jpg" alt="ThemeForest" />
</a>
</li>
<li>
<a href="https://codecanyon.net" data-largesrc="images/portfolio/codecanyon.jpg"
data-title="Envato Marketplace - CodeCanyon"
data-description="Digital marketplace for plugins and code">
<img src="images/portfolio/codecanyon.jpg" alt="CodeCanyon" />
</a>
</li>
<li>
<a href="https://videohive.net" data-largesrc="images/portfolio/videohive.jpg"
data-title="Envato Marketplace - VideoHive"
data-description="Digital marketplace for stock footage and video effects">
<img src="images/portfolio/videohive.jpg" alt="VideoHive" />
</a>
</li>
<li>
<a href="https://audiojungle.net" data-largesrc="images/portfolio/audiojungle.jpg"
data-title="Envato Marketplace - AudioJungle"
data-description="Digital marketplace for royalty free music and audio">
<img src="images/portfolio/audiojungle.jpg" alt="AudioJungle" />
</a>
</li>
<li>
<a href="https://graphicriver.net" data-largesrc="images/portfolio/graphicriver.jpg"
data-title="Envato Marketplace - GraphicRiver"
data-description="Digital marketplace for fonts, logos and icons">
<img src="images/portfolio/graphicriver.jpg" alt="GraphicRiver" />
</a>
</li>
<li>
<a href="https://photodune.net" data-largesrc="images/portfolio/photodune.jpg"
data-title="Envato Marketplace - PhotoDune"
data-description="Digital marketplace for royalty free stock images and photos">
<img src="images/portfolio/photodune.jpg" alt="PhotoDune" />
</a>
</li>
<li>
<a href="https://3docean.net" data-largesrc="images/portfolio/3docean.jpg"
data-title="Envato Marketplace - 3D Ocean"
data-description="Digital marketplace for 3D files and CG textures">
<img src="images/portfolio/3docean.jpg" alt="3D Ocean" />
</a>
</li>
<li>
<a href="https://realimage.com.au" data-largesrc="images/portfolio/realimage.jpg"
data-title="Realimage Photography"
data-description="Provider of premium boutique real estate services">
<img src="images/portfolio/realimage.jpg" alt="Realimage Photography" />
</a>
</li>
</ul>
</div>
<!-- End Portfolio -->
</div>
</div>
</section>
</div>
<!-- End Wrapper -->
<!-- jQuery library -->
<script src="js/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="js/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui.min.js" type="text/javascript"></script>
<!-- Portfolio Grid -->
<script src="js/grid.js"></script>
<script>
$(function () {
Grid.init();
});
</script>
<!-- Stellar Javascript file -->
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<!-- qTip -->
<script src="js/jquery.qtip.min.js" type="text/javascript"></script>
<!-- Lightbox2 -->
<script src="js/lightbox.js"></script>
<!-- QTRotator -->
<script src="js/jquery.cbpQTRotator.min.js"></script>
<script>
$(function () {
/*
- how to call the plugin:
$( selector ).cbpQTRotator( [options] );
- options:
{
// default transition speed (ms)
speed : 700,
// default transition easing
easing : 'ease',
// rotator interval (ms)
interval : 8000
}
- destroy:
$( selector ).cbpQTRotator( 'destroy' );
*/
$('#cbp-qtrotator').cbpQTRotator({ interval: 15000 });
});
</script>
<!-- JS Settings -->
<script src="js/main.js"></script>
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<!-- End Document ================================================== -->
</body>
</html>