-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
480 lines (354 loc) · 13 KB
/
index.html
File metadata and controls
480 lines (354 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Resume, Portfolio">
<meta name="author" content="Chris Boffa">
<link rel="icon" type="image/x-icon" href="/images/fav.ico">
<title> Chris Boffa | Resume</title>
<!-- CSS -->
<!-- Latest compiled and minified CSS -->
<link href="dist/main.min.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="wrapper">
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"><h4>Chris Boffa</h4></div>
</div>
</div>
<!-- Navigation start -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Chris Boffa</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#intro">home</a></li>
<li><a href="#profile">Profile</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#callout">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Navigation end -->
<!-- Intro section start -->
<section id="intro" class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hello wow bounceInDown">
<h1>Hello, I'm Chris Boffa</h1>
<h3><span class="rotate">Front-end Developer. | Team Leader. | PHP Programmer.</span></h3>
</div>
<a href="#profile">
<div class="mouse-icon">
<div class="wheel"></div>
</div>
</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Intro section end -->
<!-- Profile contact callout section -->
<section id="profile-contact">
<div class="container">
<div class="row">
<div class="col-sm-4 wow bounceInLeft">
<div class="profile-item">
<i class="fa fa-envelope-o"></i>
<h5><a href="mailto:[email protected]">[email protected]</a></h5>
</div>
</div>
<div class="col-sm-4 wow bounceInUp">
<div class="profile-item">
<i class="fa fa-phone"></i>
<h5>(908)642-8659</h5>
</div>
</div>
<div class="col-sm-4 wow bounceInRight">
<div class="profile-item">
<i class="fa fa-map-marker"></i>
<h5>13 Crestmont Drive, Hillsborough, NJ</h5>
</div>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Profile contact callout section -->
<!-- Profile section start -->
<section id="profile" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Chris Boffa</h2>
<p>Visual Designer. Front-end Developer. PHP Programmer.</p>
</div>
<div class="col-md-3 col-sm-6 hidden-xs wow bounceInLeft">
<img class="avatar" src="images/profilePicture.jpg" alt="">
</div>
<div class="col-md-3 col-sm-6 wow bounceInUp">
<div class="profile-widget">
<h3>Skillset</h3>
<h5>UX / UI Design</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-off"></div>
</div>
<h5>HTML / CSS </h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
</div>
<h5>Javascript</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
</div>
<h5>Server Side Technologies</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-off"></div>
</div>
</div>
<div class="profile-widget">
<h3>Social Profile</h3>
<ul class="widget-social">
<li><a href="https://www.linkedin.com/pub/chris-boffa/87/64/248"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div><!-- .col-md-3 -->
<div class="col-md-6 col-sm-12 wow bounceInRight">
<h3>Profesional Profile</h3>
<p>Hello All, My name is Chris Boffa and I am an aspiring software developer. I am familiar with several technologies and programming languages from the database layer to front end development. </p>
<p>Feel free to browse around or message me with any inquiries.</p>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Profile section end -->
<!-- Resume section start -->
<section id="resume" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Resume</h2>
<p>My education and experience.</p>
</div>
</div><!-- .row -->
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Education</h3>
</div>
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>B.A. Information Technology and Informatics</h4>
<p>Minor: Digital Communication in Media</p>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Rutgers University</h4>
<i class="fa fa-calendar"></i> 2009 - 2013
<hr class="visible-xs">
</div>
</div><!-- .row -->
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Experience</h3>
</div>
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>Web Developer Consultant</h4>
<ul>
<li>Technical lead for multisite Drupal project which consisted of 15 sites and various custom modules</li>
<li>Provided coding standards, architectural decisions, and code reviews for a team of onshore and offshore resources</li>
<li>Worked on several teams for the design, development, and support of new web applications, specializing in adaptive / responsive design </li>
</ul>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i>Sogeti USA, A Capgemini Company</h4>
<i class="fa fa-calendar"></i> May 2015 - Present
<hr class="visible-xs">
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Developer</h4>
<ul>
<li>Develop web and mobile applications for external clients and Trackmind's own products.</li>
<li>Provide analysis for better user flow throughout client websites.</li>
<li>Develop solutions for all stages of agile development </li>
</ul>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Trackmind Solutions</h4>
<i class="fa fa-calendar"></i> Feb 2014 - May 2015
<hr class="visible-xs">
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Technical Support Intern</h4>
<ul>
<li>Provide general technical office support</li>
<li>Learned the Inner workings of TCP/IP and networking of a small to mid-size company</li>
<li>Installation of PC equipment in several properties and offices in the tri-state area</li>
</ul>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i>Solomon Organization</h4>
<i class="fa fa-calendar"></i> Oct 2013 - Jan 2014
<hr class="visible-xs">
</div>
</div><!-- .row -->
<div class="row">
<div class="col-md-6 col-md-offset-3 wow bounceInUp">
<a href="/downloads/ChrisBoffaResume.pdf" class="btn btn-default btn-custom-2"><i class="fa fa-cloud-download icon-before"></i> Download Resume</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Resume section end -->
<!-- Portfolio section start -->
<section id="portfolio" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Portfolio</h2>
<p>My recent work</p>
</div>
<div class="col-md-4 col-sm-6 wow bounceInLeft">
<a href="images/portfolioTemp.png" class="pop-up">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="images/portfolioTemp.png" alt="">
</div>
<div class="portfolio-item-description">
<h3>Some work</h3>
<p>Coming Soon...</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp">
<a href="images/ethicon.png" class="pop-up">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="images/ethicon.png" alt="">
</div>
<div class="portfolio-item-description">
<h3>Some work</h3>
<p>Coming Soon...</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInRight">
<a href="images/realize.png" class="pop-up">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="images/realize.png" alt="">
</div>
<div class="portfolio-item-description">
<h3>Some work</h3>
<p>Coming Soon...</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp" data-wow-delay=".2s">
<a href="images/wcdp.png" class="pop-up">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="images/wcdp.png" alt="">
</div>
<div class="portfolio-item-description">
<h3>Some work</h3>
<p>Coming Soon...</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp" data-wow-delay=".4s">
<a href="images/noData1.png" class="pop-up">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="images/noData1.png" alt="">
</div>
<div class="portfolio-item-description">
<h3>Some work</h3>
<p>Coming Soon...</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp" data-wow-delay=".6s">
<a href="images/noData1.png" class="pop-up">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img src="images/noData1.png" alt="">
</div>
<div class="portfolio-item-description">
<h3>Some work</h3>
<p>Coming Soon...</p>
</div>
</div>
</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Portfolio section end -->
<!-- Services section start -->
<!-- Callout section start -->
<section class="callout" id="callout">
<div class="container">
<div class="row">
<div class="col-md-3 hidden-xs wow bounceInLeft">
<h3>My status</h3>
</div>
<div class="col-md-9 headline nomargin wow bounceInDown">
<h3>I'm currently available for freelance work.</h3>
<p>Please contact me with business inquiries only.</p>
<a href="mailto:[email protected]?subject=Business Inquiry" class="btn btn-default btn-custom-2 callout-btn"><i class="fa fa-paper-plane-o icon-before"></i> Contact me</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Callout section end -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copy">
© 2014 Chris Boffa, All Rights Reserved.
</p>
</div>
</div><!-- .row -->
</div><!-- .container -->
</footer>
<!-- Footer end -->
</div><!-- .wrapper -->
<!-- Javascript files -->
<script src="dist/main.min.js"></script>
</body>
</html>