-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
executable file
·355 lines (338 loc) · 13.7 KB
/
index.htm
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Matteo Cancellieri Dev portfolio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/ekko-lightbox.min.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,700' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class='header color-line'>
<div class="col-md-10 col-sm-10 col-xs-10">
<h1>Hello! that's Matteo Cancellieri dev portfolio.</h1>
<div class="bio">I'm coding since 2008, I have experience in pretty much all the technologies of the stack from mobile application to websites to server side technologies. I love designing and deploying good code and I am strongly passionate in working, and encourage other people, to work with all the tools and techniques that makes the lifes of a developer as easier as possible.
</div>
<div class="social-icons">
<h3>Contact me!</h3>
<a href="mailto:matteo.cancellieri@gmail.com">
<i class="fa fa-envelope-square fa-3x"></i>
</a>
<a href="https://github.com/mcancellieri">
<i class="fa fa-github-square fa-3x"></i>
</a>
<a href="http://www.linkedin.com/in/matteocancellieri">
<i class="fa fa-linkedin-square fa-3x"></i>
</a>
<a href="https://twitter.com/CancM">
<i class="fa fa-twitter-square fa-3x"></i>
</a>
<a href="http://ctrlaltcancel.tumblr.com/">
<i class="fa fa-tumblr-square fa-3x"></i>
</a>
<a href="https://www.facebook.com/matteo.cancellieri">
<i class="fa fa-facebook-square fa-3x"></i>
</a>
</div>
</div>
<div class="profile-frame col-md-2 col-sm-2 col-xs-2">
<div class="profile-picture ">
</div>
</div>
<div class="menu col-md-12">
<div class="col-md-2 col-sm-2 col-xs-0">
</div>
<div class="col-md-2 col-sm-2 col-xs-3 menu-button">
<a href="#skills">
<div class="menu-icon">
<img src="img/skills.png" alt="Skills">
</div>
<div class="menu-title">
<h4>Skills</h4>
</div>
</a>
</div>
<div class="col-md-2 col-sm-2 col-xs-3 menu-button">
<a href="#projects">
<div class="menu-icon">
<img src="img/projects.png" alt="Projects">
</div>
<div class="menu-title">
<h4>Projects</h4>
</div>
</a>
</div>
<div class="col-md-2 col-sm-2 col-xs-3 menu-button">
<a href="#personal-projects">
<div class="menu-icon">
<img src="img/personal.png" alt="Personal">
</div>
<div class="menu-title">
<h4>Personal projects</h4>
</div>
</a>
</div>
<div class="col-md-2 col-sm-2 col-xs-3 menu-button">
<a href="#wasted-creativity">
<div class="menu-icon">
<img src="img/creativity.png" alt="Creativity">
</div>
<div class="menu-title">
<h4>Wasted Creativity</h4>
</div>
</a>
</div>
<div class="col-md-2 col-sm-2 col-xs-0">
</div>
</div>
</div>
<div id="skills" class="skills color-line col-md-12">
<h2>My Skills</h2>
<small>This good looking but not so meaningful bubble graph made with D3js shows skills and my proficiency with them.</small>
</div>
<div id="projects" class="projects color-line col-md-12">
<h2>These are the projects I worked for </h2>
<div class="col-md-6 project-box" >
<div class="project-bg">
<img src="res/img/foster.png" alt="Foster">
</div>
<div class="project-overlay">
<h3>FOSTER portal</h3>
<p>
A platform for open access resources, made with Drupal and Bootstrap it's helping people divulgating the Open Access priciples across the Europe.
</p>
</div>
</div>
<div class="col-md-6 project-box" >
<div class="project-bg">
<img src="res/img/core.png" alt="Core">
</div>
<div class="project-overlay">
<h3>CORE</h3>
<p>
An aggregator of Open Access resources around the world with more than 20 million resources indexed. I worked in developing the new frontend with Symfony and I am helping mantaining and innovating the infrastracture.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 project-box" >
<div class="project-bg">
<img src="res/img/unicreditipad.jpeg" alt="Unicredit Ipad" />
</div>
<div class="project-overlay">
<h3>Unicredit Ipad app</h3>
<p>
We set a new standard in mobile banking for tablets, I work on creating the backend side and on defect management facing directly our customers.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 project-box" >
<div class="project-bg">
<img src="res/img/pnm.jpg" alt="Pnm">
</div>
<div class="project-overlay">
<h3>Unicredit Push Notification Manager</h3>
<p>
Creation of a set of SOAP webservices to allow push notification creation sending and management, interaction with push notification providers and banking DBs.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 project-box" >
<div class="project-bg">
<img src="res/img/ingiphone.jpeg" alt="ING logo" />
</div>
<div class="project-overlay">
<h3>ING Direct Italia Mobile Application</h3>
<p>
I worked on the server side team for the creation of backend services for our Android and Iphone mobile applications. We work on the creation of a framework that let you control app pages and design directly from server side.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 project-box" >
<div class="project-bg">
<img src="res/img/wbw8-1.jpg" alt="Webank windows8 screen1" />
</div>
<div class="project-overlay">
<h3>Webank Windows8</h3>
<p>
In this project we used our previous experience in PagineGialle creating highly customizable user controls. As a Windows 8 developer I worked on the creation custom user controls allowing us to have a more fine grained control on what we want to show on application.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 project-box" >
<div class="project-bg">
<img src="res/img/uniiphone-1.jpg" alt="Unicredit Iphone screen1" />
</div>
<div class="project-overlay">
<h3>Unicredit Iphone demo</h3>
<p>
As an iOS developer I work in creating a demo disabling all the interactions and securities unwanted for the demo on our mobile banking application.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 project-box" >
<div class="project-bg">
<img src="res/img/PG-1.jpg" alt="Pagine Gialle screen1" />
</div>
<div class="project-overlay">
<h3>Pagine Gialle/Bianche Windows 8 and Windows Phone</h3>
<p>
As a Windows 8 developer we create one of the very first app on the italian Windows 8 market. I also worked for the already in production Windows Phone apps.
</p>
</div>
</div>
</div>
<div id="personal-projects" class="personal-projects color-line col-md-12">
<h2>...and these are some of my personal projects </h2>
<h4>I love keeping personal project (when I have time), you can innovate and learn as much as possible with these projects. Sometimes they ends up to be public sometimes not, but who cares... I had fun!</h4>
<div class="col-md-4 project-box" >
<div class="project-bg">
<img src="res/img/teatronelbicchiere.png" alt="Teatro nel bicchiere" />
</div>
<div class="project-overlay">
<h3>Teatro nel bicchiere 2013</h3>
<p>
A website for a theatre and performance festival hosted in Tuscany on summer 2013. Developed with Jquery, Html5 and CSS3.
<a href="http://www.teatronelbicchiere.it">www.teatronelbicchiere.it (the website of the latest edition)</a>
</p>
</div>
</div>
<div class="col-md-4 project-box" >
<div class="project-bg">
<img src="res/img/ssak.png" alt="SSAK" />
</div>
<div class="project-overlay">
<h3>Server swiss army knife</h3>
<p>
A plugin based tool to help developer in everyday work, avalaible either in PyQt or in NodeJS+REST+Jquery website.
<a href="http://git.io/YomJpA">GitHub Link</a>
</p>
</div>
</div>
<div class="col-md-4 project-box" >
<div class="project-bg">
<img src="res/img/mandingofrog.png" alt="Mandingo frog" />
</div>
<div class="project-overlay">
<h3>Mandingo frog</h3>
<p>
Our motto is "super cool apps in 5 minutes/man", we create funny and careless Android apps.
<a href="http://goo.gl/YZCji0">Play Store Link</a>
</p>
</div>
</div>
</div>
<div id="wasted-creativity" class="wasted-creativity color-line col-md-12">
<h2>and when I'm done with coding I use my creativity</h2>
<h4>Well, unluckily my creative ideas are not supported by skills anyway I love vector graphics and photograpy and I have fun testing and try to discover new techniques. This are some example of how I waste my creativity...</h4>
<div class="col-md-12 project-box" >
<div class="project-bg">
<img src="img/wasted-creativity/keepcalmhoriz.png" alt="Keepcalmhoriz">
</div>
<div class="project-overlay">
<h3>Life in MK "art"</h3>
<p>
Everybody have something to complain about Milton Keynes. However we believe that Milton Keynes is a magic place that all the weird funny and strange thing happen altogheter. We created a tumblr/twitter/facebook page to collect them and share with the world how awesome this town is. <a href="http://lifeinmk.tumblr.com">lifeinmk.tumblr.com</a>
</p>
</div>
</div>
<div class="col-md-6 project-box" >
<div class="project-bg">
<img src="img/wasted-creativity/tg8bwok.png" alt="Tg8bwok">
</div>
<div class="project-overlay">
<h3>The 8-bit wave off Kanagawa</h3>
<p>
Bit after bloody bit vector illustration.
</p>
</div>
</div>
<div class="col-md-6 project-box" >
<div class="project-bg">
<img src="img/wasted-creativity/bletcleygif.gif" alt="Bletcleygif">
</div>
<div class="project-overlay">
<h3>Minimalistic gif</h3>
<p>
Took in the computer musuem of Bletchley Park
</p>
</div>
</div>
<div class="col-md-12 project-box" >
<div class="project-bg">
<img src="img/wasted-creativity/dslr.jpg" alt="Dslr">
</div>
<div class="project-overlay">
<h3>Oh Toad!</h3>
<p>
Of course I have a DSLR, and I waste my creativity also in this field! I have even created a <a href="https://500px.com/canc3l">500px account!</a>
</p>
</div>
</div>
<div class="col-md-4 project-box" >
<div class="project-bg">
<img src="img/wasted-creativity/simplerevolution.png" alt="Simplerevolution">
</div>
<div class="project-overlay">
<h3>Only simple revolutions</h3>
<p>
Minimalistic cover based on Only revolutions album art of Biffy Cliro.
</p>
</div>
</div>
<div class="col-md-4 project-box" >
<div class="project-bg">
<img src="img/wasted-creativity/sunsethdr.jpg" alt="Sunsethdr">
</div>
<div class="project-overlay">
<h3>HDR Sunset</h3>
<p>
My first good looking HDR picture.
</p>
</div>
</div>
<div class="col-md-4 project-box" >
<div class="project-bg">
<img src="img/wasted-creativity/otsurvival.png" alt="Otsurvival">
</div>
<div class="project-overlay">
<h3>I made infographic too</h3>
<p>
When I'm not able to speak but I want to say something I made infographic! For example <a href="http://www.matteocancellieri.com/dominika.html">this</a> or <a href="http://www.matteocancellieri.com/otsurvivalguide.htm">or this.</a>
</p>
</div>
</div>
</div>
<hr>
<footer>
<p>Matteo Cancellieri 2015. This work is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Common attribution</a> license.</p>
</div>
<!-- /container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/ekko-lightbox.min.js" type="text/javascript" charset="utf-8"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-47317758-1');ga('send','pageview');
</script>
</body>
</html>