-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
411 lines (375 loc) · 21.7 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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113538671-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113538671-1');
</script>
<title>Daniele Campogiani | Developer</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Daniele Campogiani personal website.">
<meta name="author" content="Daniele Campogiani">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="assets/css/min/github-activity-0.1.5.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/min/style-min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<img class="profile-image img-responsive pull-left img-circle" src="assets/images/avatar.jpg" alt="Daniele Campogiani" height="180" width="180"/>
<div class="profile-content pull-left">
<h1 class="name">Daniele Campogiani</h1>
<h2 class="desc">Developer</h2>
<ul class="social list-inline">
<li><a href="https://twitter.com/dcampogiani"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/+DanieleCampogiani"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://it.linkedin.com/in/danielecampogiani"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/dcampogiani"><i class="fa fa-github-alt"></i></a></li>
<li><a href="https://dcampogiani.github.io/blog"><i class="fa fa-book"></i></a></li>
<li class="last-item"><a href="assets/CV.pdf"><i class="fa fa-file-pdf-o"></i></a></li>
</ul>
</div>
<!--//profile-->
<a class="btn btn-cta-primary pull-right" href="mailto:[email protected]" target="_blank"><i class="fa fa-paper-plane"></i> Contact Me</a>
</div>
<!--//container-->
</header>
<!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-8 col-sm-12 col-xs-12">
<section class="about section">
<div class="section-inner">
<h2 class="heading">About Me</h2>
<div class="content">
<p>Fascinated by the world of mobile computing, I hope to become a reference point in the field in the future.</p>
<p>I like to engage in challenging projects with other people in order to question the choices to be made, maintaining this way a high level of quality.</p>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</section>
<!--//section-->
<section class="experience section">
<div class="section-inner">
<h2 class="heading">Work Experience</h2>
<div class="content">
<div class="item">
<h3 class="title">Senior Android Developer - <span class="place"><a href="https://www.prima.it/">Prima Assicurazioni</a></span> <span class="year">(2022 - Present)</span></h3>
<p>Working as Senior Android Developer for <a href="https://play.google.com/store/apps/details?id=it.prima">Prima Assicurazioni</a>.</p>
</div><!--//item-->
<div class="item">
<h3 class="title">Senior Engineer - <span class="place"><a href="https://www.subito.it/">Subito</a></span> <span class="year">(2021 - 2022)</span></h3>
<p>Working as Android Senior Engineer for <a href="https://play.google.com/store/apps/details?id=it.subito">Subito</a>.</p>
</div><!--//item-->
<div class="item">
<h3 class="title">Android Developer - <span class="place"><a href="https://www.ynap.com/">YOOX NET-A-PORTER GROUP</a></span> <span class="year">(2015 - 2021)</span></h3>
<p>Working on the latest release of <a href="https://play.google.com/store/apps/details?id=com.yoox">yoox.com</a>, reducing technical debt through refactoring guided by design patterns and tests.</p>
</div><!--//item-->
<div class="item">
<h3 class="title">Internship - <span class="place"><a href="https://www.ynap.com/">YOOX NET-A-PORTER GROUP</a></span> <span class="year">(2015)</span></h3>
<p>During the internship I've done:</p>
<ul>
<li>
<p>Android Development</p>
</li>
<li>
<p>Business Analysis in Platform Team</p>
</li>
<li>
<p>UI Automated Test for <a href="https://www.yoox.com/">yoox.com</a> website and native applications (Android and iOS)</p>
</li>
</ul>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<aside class="skills section">
<div class="section-inner">
<h2 class="heading">Skills</h2>
<div class="content">
<p class="intro">
<div class="skillset">
<div class="item">
<h3 class="level-title">Kotlin
<span class="level-label">Advanced</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Android
<span class="level-label">Advanced</span>
</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="75%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Java</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="70%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Gradle</h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="50%">
</div>
</div>
<!--//level-bar-->
</div>
<!--//item-->
<p><a class="more-link" href="https://www.linkedin.com/in/danielecampogiani"><i class="fa fa-external-link"></i> More on Linkedin</a></p>
</div>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<section class="projects section">
<div class="section-inner">
<h2 class="heading">Projects</h2>
<div class="content">
<div class="item">
<h3 class="title"><a href="https://play.google.com/store/apps/details?id=com.fpinbo.app">FPInBo Android App</a> <span class="label label-theme">Android</span> <span class="label label-theme">Firebase</span></h3>
<p class="summary">Functional Programming In Bologna Android Application.</p>
<p><a class="more-link" href="https://github.com/fp-in-bo/AndroidApp" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
</div><!--//item-->
<div class="item">
<h3 class="title"><a href="https://fpinbo.dev/">FPInBo WebSite</a> <span class="label label-theme">Kscript</span> <span class="label label-theme">Automation</span></h3>
<p class="summary">Functional Programming In Bologna WebSite.</p>
<p><a class="more-link" href="https://github.com/fp-in-bo/fp-in-bo.github.io" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
</div><!--//item-->
<div class="item">
<h3 class="title"><a href="https://danielecampogiani.com/InstaToolsSite/">InstaTools</a> <span class="label label-theme">Android</span></h3>
<p class="summary">Download photos from Instagram, the fastest way.</p>
<p><a class="more-link" href="https://github.com/dcampogiani/InstaTools" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
</div><!--//item-->
<div class="item">
<h3 class="title"><a href="https://github.com/dcampogiani/UnderlinePageIndicator">UnderlinePageIndicator</a> <span class="label label-theme">Android</span></h3>
<p class="summary">Paging indicator widget compatible with the ViewPager.</p>
<p><a class="more-link" href="https://github.com/dcampogiani/UnderlinePageIndicator" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
</div><!--//item-->
<div class="item">
<h3 class="title"><a href="https://danielecampogiani.com/LooxLikeSite/">LooxLike</a> <span class="label label-theme">Android</span></h3>
<p class="summary">Share your latest trendy item bought on yoox.com with other users and be inspired for your next order.</p>
<p><a class="more-link" href="https://danielecampogiani.com/LooxLikeSite/" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
</div><!--//item-->
<div class="item">
<h3 class="title"><a href="https://www.npmjs.com/package/awsdevicefarmcli">AWSCLI</a> <span class="label label-theme">NodeJS</span> <span class="label label-theme">AWS</span> <span class="label label-theme">Test</span></h3>
<p class="summary">Run AWS device farm tests from node scripts.</p>
<p><a class="more-link" href="https://github.com/dcampogiani/AWSCLI" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
</div><!--//item-->
<div class="item">
<h3 class="title"><a href="https://github.com/dcampogiani/schedule">Schedule</a> <span class="label label-theme">Java</span> <span class="label label-theme">Language</span></h3>
<p class="summary">Schedule is a programming language for events.</p>
<p class="summary">The language is based on an EBNF grammar and generated by JTB tool. The project also contains a prototipal IDE, some interpeters and compilers for Schedule language. It can generate iCalendar files, send mails to participants and create WebViews (HTML+CSS).</p>
<p><a class="more-link" href="https://github.com/dcampogiani/schedule" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
</div><!--//item-->
<div class="item">
<h3 class="title"><a href="https://blooming-waters-3482.herokuapp.com/">Selvaggia As A Service</a> <span class="label label-theme">NodeJS</span> <span class="label label-theme">Express</span></h3>
<p class="summary">Because sometime you just need a photo of Selvaggia Lucarelli.</p>
<p><a class="more-link" href="https://github.com/dcampogiani/selvaggiaasaservice" target="_blank"><i class="fa fa-external-link"></i> View on GitHub</a></p>
</div><!--//item-->
<a class="btn btn-cta-secondary" href="https://github.com/dcampogiani/">More on GitHub <i class="fa fa-chevron-right"></i></a>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="talks section">
<div class="section-inner">
<h2 class="heading">My Talks</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8VD8HdzYy08" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ywUgOcIc65o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://player.vimeo.com/video/279931528" width="560" height="315" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
</div>
<!--//secton-inner-->
</section>
<section class="github section">
<div class="section-inner">
<h2 class="heading">My GitHub</h2>
<p>
<a href="#">
<img class="img-responsive" src="assets/images/github-chart.png" alt="GitHub Contributions Chart" height="159" width="798" />
</a>
</p>
<!--//Usage: http://caseyscarborough.com/projects/github-activity/ -->
<div id="ghfeed" class="ghfeed">
</div>
<!--//ghfeed-->
</div>
<!--//secton-inner-->
</section>
<!--//section-->
</div>
<!--//primary-->
<div class="secondary col-md-4 col-sm-12 col-xs-12">
<aside class="info aside section">
<div class="section-inner">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fa fa-map-marker"></i>
<span class="sr-only">Location:</span>Bologna, IT</li>
<li><i class="fa fa-envelope-o"></i>
<span class="sr-only">Email:</span><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-link"></i>
<span class="sr-only">Website:</span><a href="https://dcampogiani.github.io/">dcampogiani.github.io</a></li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//aside-->
<aside class="education aside section">
<div class="section-inner">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fa fa-graduation-cap"></i> Computer Engineering</h3>
<h4 class="university">University of Bologna
<span class="year">(2009-2014)</span>
</h4>
</div>
<!--//item-->
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="languages aside section">
<div class="section-inner">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title">
<strong>Italian:</strong>
</span>
<span class="level">Native Speaker
<br class="visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </span>
</li>
<!--//item-->
<li class="item">
<span class="title">
<strong>English:</strong>
</span>
<span class="level">Professional Proficiency
<br class="visible-sm visible-xs" /><i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half"></i></span>
</li>
<!--//item-->
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="blog aside section">
<div class="section-inner">
<h2 class="heading">Latest Blog Posts</h2>
<div id="rss-feeds" class="content">
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="list music aside section">
<div class="section-inner">
<h2 class="heading">Favourite coding music</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fa fa-headphones"></i> <a href="https://open.spotify.com/playlist/37i9dQZF1DX37pZLd58ED5?si=f9jpJmeNSxWc5eX2e73DvA">Mezzanotte Chill Rap</a></li>
<li><i class="fa fa-headphones"></i> <a href="https://open.spotify.com/user/spotify/playlist/2ujjMpFriZ2nayLmrD1Jgl">Deep Focus</a></li>
<li><i class="fa fa-headphones"></i> <a href="https://open.spotify.com/user/spotify/playlist/0ExbFrTy6ypLj9YYNMTnmd">Intense Studying</a></li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
<aside class="credits aside section">
<div class="section-inner">
<h2 class="heading">Credits</h2>
<div class="content">
<ul class="list-unstyled">
<li><a href="https://getbootstrap.com/" target="_blank"><i class="fa fa-external-link"></i> Bootstrap 3.2</a></li>
<li><a href="https://fortawesome.github.io/Font-Awesome/" target="_blank"><i class="fa fa-external-link"></i> FontAwesome 4.1</a></li>
<li><a href="https://jquery.com/" target="_blank"><i class="fa fa-external-link"></i> jQuery</a></li>
<li><a href="http://caseyscarborough.com/projects/github-activity/" target="_blank"><i class="fa fa-external-link"></i> GitHub Activity Stream</a></li>
<li><a href="https://github.com/sdepold/jquery-rss" target="_blank"><i class="fa fa-external-link"></i> jQuery RSS</a></li>
<li><a href="https://themes.3rdwavemedia.com/website-templates/free-responsive-website-template-for-developers/" target="_blank"><i class="fa fa-external-link"></i> Free Responsive Website Template for Developers</a></li>
</ul>
</div>
<!--//content-->
</div>
<!--//section-inner-->
</aside>
<!--//section-->
</div>
<!--//secondary-->
</div>
<!--//row-->
</div>
<!--//masonry-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="https://themes.3rdwavemedia.com" target="_blank">3rd Wave Media</a> for developers</small>
</div>
<!--//container-->
</footer>
<!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-rss/3.3.0/jquery.rss.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="https://github.com/caseyscarborough/github-activity/releases/download/v0.1.5/github-activity-0.1.5.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>