-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
421 lines (373 loc) · 12.2 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
<!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="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>Christian Bonacore</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/smoothscroll.js"></script>
<script src="assets/js/Chart.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#nav">
<div id="section-topbar">
<div id="topbar-inner">
<div class="container">
<div class="row">
<div class="dropdown">
<ul id="nav" class="nav">
<li class="menu-item"><a class="smoothScroll" href="#about" title="About"><i class="icon-user"></i></a></li>
<li class="menu-item"><a class="smoothScroll" href="#resume" title="Resume"><i class="icon-file"></i></a></li>
<li class="menu-item"><a class="smoothScroll" href="#work" title="Works"><i class="icon-briefcase"></i></a></li>
<li class="menu-item"><a class="smoothScroll" href="#contact" title="Contact"><i class="icon-envelope"></i></a></li>
</ul><!--/ uL#nav -->
</div><!-- /.dropdown -->
<div class="clear"></div>
</div><!--/.row -->
</div><!--/.container -->
<div class="clear"></div>
</div><!--/ #topbar-inner -->
</div><!--/ #section-topbar -->
<div id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
<h1>Christian Bonacore</h1>
<h3>Software Engineer | [email protected]</h3>
</div><!--/.col-lg-12 -->
</div><!--/.row -->
</div><!--/.container -->
</div><!--/.#headerwrap -->
<section id="about" name="about"></section>
<div id="intro">
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>ABOUT</h5>
</div>
<div class="col-lg-6">
<p>I am a software engineer passionate about building products that
help people. </p>
</div>
<div class="col-lg-3">
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #intro -->
<section id="resume" name="resume"></section>
<!--EDUCATION DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>EDUCATION</h5>
</div>
<div class="col-lg-6">
<p><t>App Academy</t><br/>
New York, NY
<br/>
<i>
Immersive 12-week bootcamp focused on full-stack web development.
Curriculum includes Ruby, Rails, React.js, along with pair-programming
and best practices in web development.
Program has a less than 5% acceptance rate.
</i>
</p>
</div>
<div class="col-lg-3">
<p><sm>2015</sm><br/></p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p><t>Bachelor's of Science</t><br/>
Binghamton University <br/>
<i>Computer Science</i>
</p>
</div>
<div class="col-lg-3">
<p><sm>MAY 2012</sm></p>
</div>
</div><!--/.row -->
<br>
<hr>
</div><!--/.container -->
<!--WORK DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>WORK</h5>
</div>
<div class="col-lg-6">
<p><t>System Analyst</t><br/>
<i>Consolidated Edison</i>
</p>
<p><more>
Administrator for software development tools Team Foundation Server (TFS)
and Visual Studio. Responsible for managing licenses for these products
for both employees and contractors. Also co-led corporate TFS version upgrade.
</more></p>
</div>
<div class="col-lg-3">
<p><sm>2012 - 2015</sm></p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p><t>Management Associate</t><br/>
<i>Consolidated Edison</i>
</p>
<p><more>
Completed GOLD leadership program, consisting of three 6-month rotations
in various areas of the company. My rotations are listed below (hover over for more detail):
<ul class="gold-rotations">
<li>System Analyst - Information Resources</li>
<li>Operating Supervisor - Manhattan Gas Construction</li>
<li>Operating Supervisor - Cranes & Rigging</li>
</ul>
</more></p>
</div>
<div class="col-lg-3">
<p><sm>2012</sm></p>
</div>
</div><!--/.row -->
<br>
<hr>
</div><!--/.container -->
<!--AWARDS DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>AWARDS</h5>
</div>
<div class="col-lg-6">
<p><t>Best Web Design</t><br/>
Black Tie Site <br/>
</p>
</div>
<div class="col-lg-3">
<p><sm>NOVEMBER 2013</sm></p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p><t>Designer of the Year</t><br/>
Awwwards Site
</p>
<p><more>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</more></p>
</div>
<div class="col-lg-3">
<p><sm>2013</sm></p>
</div>
</div><!--/.row -->
<br>
</div><!--/.container -->
<!--SKILLS DESCRIPTION -->
<div id="skillswrap">
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>SKILLS</h5>
</div>
<div class="col-lg-3 centered">
<canvas id="javascript" height="130" width="130"></canvas>
<p>Javascript</p>
<br>
<script>
var doughnutData = [
{
value: 70,
color:"#1abc9c"
},
{
value : 30,
color : "#ecf0f1"
}
];
var myDoughnut = new Chart(document.getElementById("javascript").getContext("2d")).Doughnut(doughnutData);
</script>
</div>
<div class="col-lg-3 centered">
<canvas id="bootstrap" height="130" width="130"></canvas>
<p>Bootstrap</p>
<br>
<script>
var doughnutData = [
{
value: 90,
color:"#1abc9c"
},
{
value : 10,
color : "#ecf0f1"
}
];
var myDoughnut = new Chart(document.getElementById("bootstrap").getContext("2d")).Doughnut(doughnutData);
</script>
</div>
<div class="col-lg-3 centered">
<canvas id="wordpress" height="130" width="130"></canvas>
<p>Wordpress</p>
<br>
<script>
var doughnutData = [
{
value: 65,
color:"#1abc9c"
},
{
value : 35,
color : "#ecf0f1"
}
];
var myDoughnut = new Chart(document.getElementById("wordpress").getContext("2d")).Doughnut(doughnutData);
</script>
</div>
<div class="col-lg-3 col-lg-offset-3 centered">
<canvas id="html" height="130" width="130"></canvas>
<p>HTML/CSS</p>
<br>
<script>
var doughnutData = [
{
value: 80,
color:"#1abc9c"
},
{
value : 20,
color : "#ecf0f1"
}
];
var myDoughnut = new Chart(document.getElementById("html").getContext("2d")).Doughnut(doughnutData);
</script>
</div>
<div class="col-lg-3 centered">
<canvas id="photoshop" height="130" width="130"></canvas>
<p>Photoshop</p>
<br>
<script>
var doughnutData = [
{
value: 70,
color:"#1abc9c"
},
{
value : 30,
color : "#ecf0f1"
}
];
var myDoughnut = new Chart(document.getElementById("photoshop").getContext("2d")).Doughnut(doughnutData);
</script>
</div>
<div class="col-lg-3 centered">
<canvas id="illustrator" height="130" width="130"></canvas>
<p>Illustrator</p>
<br>
<script>
var doughnutData = [
{
value: 50,
color:"#1abc9c"
},
{
value : 50,
color : "#ecf0f1"
}
];
var myDoughnut = new Chart(document.getElementById("illustrator").getContext("2d")).Doughnut(doughnutData);
</script>
</div>
</div><!--/.row -->
<br>
</div><!--/.container -->
</div><!--/ #skillswrap -->
<section id="work" name="work"></section>
<!--PORTFOLIO DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>PORTFOLIO</h5>
</div>
<div class="col-lg-6">
<p><img class="img-responsive" src="assets/img/port01.jpg" alt=""></p>
</div>
<div class="col-lg-3">
<p>CANALS OF ENGLAND</p>
<p><more>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br/><br/>
<sm><i class="icon-tag"></i> design</sm></more>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p><img class="img-responsive" src="assets/img/port02.jpg" alt=""></p>
</div>
<div class="col-lg-3">
<p>SANKEY</p>
<p><more>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br/><br/>
<sm><i class="icon-tag"></i> front-end</sm></more>
</p>
</div>
<div class="col-lg-6 col-lg-offset-3">
<p><img class="img-responsive" src="assets/img/port03.jpg" alt=""></p>
</div>
<div class="col-lg-3">
<p>WE GROW</p>
<p><more>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br/><br/>
<sm><i class="icon-tag"></i> web design</sm></more>
</p>
</div>
</div><!--/.row -->
<br>
<br>
</div><!--/.container -->
<section id="contact" name="contact"></section>
<!--FOOTER DESCRIPTION -->
<div id="footwrap">
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>CONTACT</h5>
</div>
<div class="col-lg-6">
<p><t>Email</t><br/>
[email protected] <br/>
</p>
<p><t>Adress</t><br/>
Some Ave. 987 <br/>
Postal 23892 <br/>
London, England. <br/>
</p>
<p><t>Phone</t><br/>
+55 8933-2383 <br/>
</p>
</div>
<div class="col-lg-3">
<p><sm>SOCIAL LINKS</sm></p>
<p>
<a href="#"><i class="icon-dribbble"></i></a>
<a href="#"><i class="icon-twitter"></i></a>
<a href="#"><i class="icon-facebook"></i></a>
<a href="#"><i class="icon-linkedin"></i></a>
<a href="#"><i class="icon-apple"></i></a>
</p>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #footer -->
<div id="c">
<div class="container">
<p>Created by <a href="http://www.blacktie.co">BLACKTIE.CO</a></p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.js"></script>
</body>
</html>