-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
612 lines (581 loc) · 36.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
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&family=Roboto+Slab:wght@400;700&display=swapdisplay=swap"
rel="stylesheet">
<script src="//kit.fontawesome.com/99a7e03b6b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/stefano.css">
<title>Stefano Tranquillini</title>
<link rel="icon" type="image/svg+xml" href="img/favicon.svg" />
</head>
<body>
<section id="header" class="fullscreen">
<div class="container">
<div class="div1">
<img id="me" src="" class="img-thumbnail" width="200px">
<div>
<h1>Ciao.</h1>
<p>My name is Stefano Tranquillini, <br />
but everybody calls me <b>Stefano</b>.</p>
<!-- <hr class="my-4"> -->
<p>I'm CO-Founder @ <a href="//www.chino.io" target="_blank">CHINO.io</a>
</p>
<ul class="list-inline">
<li class="list-inline-item">Useful stuff:</li>
<li class="list-inline-item"><a href="http://it.linkedin.com/in/stefanotranquillini"
target="_blank"><span class="fa fa-linkedin"></span></a></li>
<li class="list-inline-item"><a href="https://twitter.com/esse_ti" target="_blank"><span
class="fa fa-twitter"></span> </a></li>
<li class="list-inline-item"><a href="https://www.facebook.com/stefano.tranquillini"
target="_blank"><span class="fa fa-facebook"></span></a></li>
<li class="list-inline-item"><a href="https://github.com/esseti/" target="_blank"><span
class="fa fa-github"></span></a></li>
<li class="list-inline-item"><a href="http://stackoverflow.com/users/1257185/esseti"
target="_blank"><span class="fa fa-stack-overflow"></span></a></li>
<li class="list-inline-item"><a href="https://mailhide.io/e/WuMEF" target="_blank"><span
class="fa fa-envelope-o"></span></a></li>
<li class="list-inline-item"><a href="http://stefanotranquillini.wordpress.com"
target="_blank"><span class="fa fa-file-text"></span></a></li>
<li class="list-inline-item"><a href="https://keybase.io/esseti" target="_blank"><span
class="fa fa-key"></span></a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="intro">
<div class="container">
<div class="row">
<div class="col">
<p>I am an owner/CTO at <a href="//www.chino.io" target="_blank">CHINO.io</a>, a
<i>law-security-tech</i> company that I founded in 2014.</p>
<p>I’ve worked
in the R&D field as PostDoc (I hold a PhD in Computer Science), and in companies (at SAP and
HPLabs).
</p>
<p>
I’m a tech person with ability to code, organise the work of tech teams and manage tech people
(not only tech).
</p>
<p> I’ve advanced developer skills (I started in high school) with the last 10 years in Python and
Django. I’ve built several backend systems. I’ve the ability to own a product from design to
delivery, planning the scalability and security till the production and scaling systems.
</p>
<p> I’ve experience in public speaking. I’ve done that at various events in front of large crowds
(most of the time in English).
</p>
<p>Last time i took the test I resulted a <a href="https://www.16personalities.com/profiles/0a73feb1508ce"
target="_blank">INTP-T</a> type</p>
</div>
</div>
</div>
</section>
<section id="newtimeline">
<div id="timeline-content">
<ul class="timeline">
<li class="event" data-date="Nov 2015">
<p>Full time at <a href="http://www.chino.io"
target="_blank">Chino.io</a>, end of research fellow</p>
</li>
<li class="event" data-date="Dec 2014">
<p>Established <a href="http://www.chino.io" target="_blank">Chino.io</a></p>
</li>
<li class="event" id="date" data-date="Mar 2014">
<p>Research fellow @ <a href="http://www.unitn.it" target="_blank">UNITN</a></p>
</li>
<li class="event" data-date="Mar 2014">
<p></p>I'm a doctor <a href="https://www.youtube.com/watch?v=ji5_MqicxSo#t=57m4s"
target="_blank">
<i class="fas fa-user-md"></i> but not the kind who helps
people</a>. <br>Thesis <em><a
href="https://www.slideshare.net/EsseTi/phd-thesis-60902609"
target="_blank">"Model and systems for managing sensor and crowd-oriented
processes"</a></em></p>
</li>
<li class="event" data-date="Jun-Sep 2012">
<p>Visiting PhD @ SAP Karlsruhe Germany</p>
</li>
<li class="event" data-date="Dec 2010">
<p>Start PhD Student @ <a href="http://www.unitn.it" target="_blank">UNITN</a>. End of work at HP Labs</p>
</li>
<li class="event" data-date="Apr 2010">
<p>Intern Researcher @ HP Labs, Bristol UK.</p>
</li>
<li class="event" data-date="Apr 2010">
<p>MSc in Computer Science @ <a href="http://www.unitn.it" target="_blank">UNITN</a>.</p>
</li>
</ul>
</div>
</section>
<!-- <section id="timeline">
<div class="container">
<div class="table-responsive-md">
<table class="table table-borderless ">
<thead>
<th>Legend</th>
<th>Start</th>
<th>End</th>
<th>What</th>
</thead>
<tbody>
<tr>
<td><i class="fa fa-2x fa-pied-piper-alt " data-toggle="tooltip" data-placement="top"
title="Startup"></i></td>
<td>Nov 2015</td>
<td>Now</td>
<td>Goodbye University. Now full time at <a href="http://www.chino.io"
target="_blank">Chino.io</a>.
</td>
</tr>
<tr>
<td><i class="fa fa-2x fa-pied-piper-alt" data-toggle="tooltip" data-placement="top"
title="Startup"></i></td>
<td>Dec 2014</td>
<td>Nov 2015</td>
<td>Co-Founder @ <a href="http://www.chino.io" target="_blank">Chino.io</a>.</td>
</tr>
<tr>
<td><i class="fa fa-2x fa-university" data-toggle="tooltip" data-placement="top"
title="Academic"></i></td>
<td>Mar 2014</td>
<td>Nov 2015</td>
<td>Research fellow @ <a href="http://www.lifeparticipation.org" target="_blank">UNITN</a>.
</tr>
<tr>
<td><i class="fa fa-2x fa-graduation-cap" data-toggle="tooltip" data-placement="top"
title="Graduation"></i></td>
<td></td>
<td>Mar 2014</td>
<td>I'm a doctor <a href="https://www.youtube.com/watch?v=ji5_MqicxSo#t=57m4s"
target="_blank">
<i class="fas fa-user-md"></i> but not the kind who helps
people</a>. <br>Thesis <em><a
href="https://www.slideshare.net/EsseTi/phd-thesis-60902609"
target="_blank">"Model and systems for managing sensor and crowd-oriented
processes"</a></em>.</td>
</tr>
<tr>
<td><i class="fa fa-2x fa-plane" data-toggle="tooltip" data-placement="top"
title="Abroad"></i> <i class="fa fa-2x fa-university" data-toggle="tooltip"
data-placement="top" title="Academic"></i></td>
<td>Jun 2012</td>
<td>Oct 2012</td>
<td>Visiting PhD @ SAP Karlsruhe D.</td>
</tr>
<tr>
<td><i class="fa fa-2x fa-university" data-toggle="tooltip" data-placement="top"
title="Academic"></i></td>
<td>Dec 2010</td>
<td></td>
<td>PhD Student @ UNITN.</td>
</tr>
<tr>
<td><i class="fa fa-2x fa-plane" data-toggle="tooltip" data-placement="top" title="Abroad">
</i><i class="fa fa-2x fa-wrench" data-toggle="tooltip" data-placement="top"
title="Work"></i></td>
<td>Apr 2010</td>
<td>Dec 2010</td>
<td>Intern Researcher @ HP Labs, Bristol UK.</td>
</tr>
<tr>
<td><i class="fa fa-2x fa-graduation-cap" data-toggle="tooltip" data-placement="top"
title="Graduation"></i></td>
<td></td>
<td>Apr 2010</td>
<td>MSc in Computer Science @ UNITN.</td>
</tr>
</tbody>
</table>
</div>
</div>
</section> -->
<section id="sections">
<div class="container">
<div class="row">
<nav>
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<a class="nav-item nav-link active" id="ent-tab" data-toggle="tab" href="#ent" role="tab"
aria-controls="ent" aria-selected="false"><span class="fa fa-pied-piper-alt"></span>
Entrepreneur Life</a>
<a class="nav-item nav-link" id="code-tab" data-toggle="tab" href="#code" role="tab"
aria-controls="code" aria-selected="false"><span class="fa fa-laptop"></span> Coder (DevOp)
Life</a>
<a class="nav-item nav-link" id="research-tab" data-toggle="tab" href="#research" role="tab"
aria-controls="research" aria-selected="false"><span class="fa fa-university"></span>
University/Research Life</a>
<a class="nav-item nav-link" id="real-tab" data-toggle="tab" href="#real" role="tab"
aria-controls="real" aria-selected="false"><span class="fa fa-user-secret"></span> Real
life</a>
<!-- <a class="nav-item nav-link" id="research-tab" data-toggle="tab" href="#research" role="tab" aria-controls="research" aria-selected="false">Contact</a> -->
</div>
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="ent" role="tabpanel" aria-labelledby="ent-tab">
<p>I co-founded (with Jovan) <a href="http://chino.io" target="_blank">Chino.io</a></p>
<p> Chino.io is a law-security-tech company that provides tools to ease compliance with
regulations such as GDPR and HIPAA.
My role is the CTO (and co-owner), managing the tech product team and leading the
development of the systems. Main language we use is Python (Django).
</p>
</div>
<div class="tab-pane fade" id="code" role="tabpanel" aria-labelledby="code-tab">
<p>I’m able to design, create and maintain systems that serve several clients in production. In
my job at Chino.io I created the system that manages the data, its encryption and indexing.
I’ve advanced knowledge of programming paradigms for backend system, ability to design
complex application architectures in both monoliths or micro-services that can scale
horizontally or vertically without downtime.</p>
<p>Check my <a href="https://github.com/esseti/" target="_blank" class="fa fa-github"><span
class="label"></span></a> or <a href="http://stackoverflow.com/users/1257185/esseti"
target="_blank" class="fa fa-stack-overflow"><span class="label"></span></a> for some
personal stuff.
</p>
<div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 100%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">Python Django: using daily
since 2010</div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 100%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">Design & Implementation:
Designed and
implemente Chino.io and its evolution </div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 95%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">SQL/Databases: Using daily
via ORM</div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 90%;"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">Docker: using it for
deployment since 2016
</div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 85%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">ElasticSearch: using for
search and as a
database since 2017</div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 80%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">DevOps: doing it since
2015 at Chino.io (we
use ansible + other tools)</div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 70%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">JS: Used for frontend apps
with JQuery and
Angular 1</div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 60%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">PHP: Enough knowledge for
building a simple
website</div>
</div>
<div class="progress">
<div class="progress-bar bg-dark" role="progressbar" style="width: 60%;"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">Other lannguaes: Java
mostly</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="research" role="tabpanel" aria-labelledby="research-tab">
<p>I've a <a href="https://www.slideshare.net/EsseTi/bachelor-thesis-presentation-2517627"
target="_blank">bachelor degree</a>,
a <a href="https://www.slideshare.net/EsseTi/stefano-tranquillini-master-thesis-presentation"
target="_blank">master
degree</a>,
and a <a href="https://www.slideshare.net/EsseTi/phd-thesis-60902609"
target="_blank">Phd</a>
(<a href="https://www.slideshare.net/EsseTi/3yearsofphd" target="_blank">that took me three
years, 1000 days)</a>
in computer science from University of Trento, Italy</p>
<p class="test">For a while I was a <b>research fellow</b> @ <b>UNITN</b>. I worked on <a
href="http://www.gymcentral.net" target="_blank">gymCentral</a>, which develops software
and content to deliver training programs targeted at independently living older adults, via
tablet or TV; and did research on crowdsourcing. </p>
<p>As PhD student I investigated the world of Business Process Management (<b>BPM</b>) providing
extensions to model processes that involve people, <b>wireless sensor networks</b>, and the
<b>crowdsourcing </b>.</p>
<h4>Teaching</h4>
<p><b>ICT Innovation - Prof Fabio Massacci</b> 14/15, 15/16, 16/17, 17/18, 18/19</p>
<p><b>Business Process Management - Prof Fabio Casati</b> 15/16 </p>
<h4>Publications</h4>
<div class="table-wrapper">
<table class="table table-borderless table-responsive">
<thead>
<tr>
<th>Type</th>
<th>Title</th>
<th>Venue</th>
<th>Year</th>
<th>Links</th>
</tr>
</thead>
<tbody>
<tr>
<td>Journal</td>
<td>makeSense: Simplifying the Integration of Wireless Sensor Networks into
Business Processes</td>
<td>IEEE Transactions on Software Engineering</td>
<td>2017</td>
<td><a href="//disi.unitn.it/~picco/papers/tse17.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td></td>
<td>CrowdCafe - Mobile Crowdsourcing Platform</td>
<td>Arxiv</td>
<td>2016</td>
<td><a href="papers/KucherbaevArxiv2016.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Journal</td>
<td>The interplay of physical and social wellbeing in older adults:
investigating the relationship between physical training and social
interactions with virtual social environments</td>
<td>PeerJ</td>
<td>2016</td>
<td><a href="papers/KhaghaniFarPeerJ2016.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>ReLauncher: Crowdsourcing Micro-Tasks Runtime Controller</td>
<td>CSCW</td>
<td>2016</td>
<td><a href="papers/KucherbaevCSCW2016.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Journal</td>
<td>Crowdsourcing processes: a survey of approaches and opportunities</td>
<td>IEEE Spotlight</td>
<td>2016</td>
<td><a href="papers/KucherbaevIEEEIC2016.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>Modeling and Exploration of Crowdsourcing Micro-Tasks Execution</td>
<td>HCOMP</td>
<td>2015</td>
<td><a href="papers/KucherbaevHCOMP2015.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>BPMN Task Instance Streaming for Efficient Micro-Task Crowdsourcing
Processes</td>
<td>BPM</td>
<td>2015</td>
<td><a href="papers/TranquilliniBPM2015.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Journal</td>
<td>Modeling, Enacting, and Integrating Custom Crowdsourcing Processes</td>
<td>Transactions on the Web (TWEB)</td>
<td>2015</td>
<td><a href="papers/TranquilliniTWEB2015.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>Improving Family Connectedness through the Sharing of Life Experiences</td>
<td>AVI</td>
<td>2014</td>
<td><a href="papers/JaraAVI2014.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>Keep it Simple:Reward and Task Design in Crowdsourcing</td>
<td>CHI Italy</td>
<td>2013</td>
<td><a href="papers/FinnertyCHItaly2013.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>makeSense: Real-world Business Processes through Wireless Sensor Networks
</td>
<td>AVI</td>
<td>2013</td>
<td><a href="papers/DanielCONET2013.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>Process-Based Design and Integration of Wireless Sensor Network
Applications.</td>
<td>BPM</td>
<td>2012</td>
<td>
<a href="papers/TranquilliniBPM2012.pdf" target="_blank"><span
class="fa fa-download"></span></a>
<a href="http://www.slideshare.net/EsseTi/processbased-design-and-integration-of-wireless-sensor-network-applications"
target="_blank"><span class="fa fa-file-image-o"></span></a>
<a href="http://www.uttv.ee/naita?id=12884&keel=eng" target="_blank"><span
class="fa fa-video-camera"></span></a>
</td>
</tr>
<tr>
<td>Journal</td>
<td>Distributed orchestration of user interfaces</td>
<td>Inf.Sys </td>
<td>2012</td>
<td><a href="papers/DanielInfSys2012.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Workshop</td>
<td>Business Processes for the Crowd Computer</td>
<td>BPMS2</td>
<td>2012</td>
<td><a href="papers/KucherbaevBPMS22012.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>Towards business processes orchestrating the physical enterprise with
wireless sensor networks.</td>
<td>ICSE</td>
<td>2012</td>
<td><a href="papers/CasatiICSE2012.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Demo</td>
<td>From Business Process Specifications to Sensor Network Deployments.</td>
<td>EWSN</td>
<td>2012</td>
<td><a href="papers/CasatiEWSN2012.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Poster</td>
<td>makeSense: Easy Programming of Integrated Wireless Sensor Networks.</td>
<td>EWSN</td>
<td>2011</td>
<td><a href="papers/CasatiEWSN2011.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Int. Conf.</td>
<td>From People to Services to UI: Distributed Orchestration of User Interfaces.
</td>
<td>BPM</td>
<td>2010</td>
<td><a href="papers/DanielBPM10.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
<tr>
<td>Demo</td>
<td>MarcoFlow: Modeling, Deploying, and Running Distributed User Interface
Orchestrations.</td>
<td>BPM</td>
<td>2010</td>
<td><a href="papers/DanielDemoBPM10.pdf" target="_blank"><span
class="fa fa-download"></span></a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="tab-pane fade" id="real" role="tabpanel" aria-labelledby="real-tab">
<p>In my spare time I also have a life</p>
<p>I take photos <a href="https://www.flickr.com/bako" target="_blank"><span
class="fa fa-flickr"></span></a> <a href="https://www.instagram.com/_esse_ti_"
target="_blank"><span class="fa fa-instagram"></span></a>, I run nearby home, I hike
nearby home (the dolomites/alps), In summer I swim nearby home (Garda Lake), in winter I
go
snowrboarding (nearby home) and usually when I've time I play golf (~30hcp). I also read
books and
watch movies.</p>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="container">
<div class="row">
<div class="col-4">
<div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of
the card's content.</p>
<a class="btn btn-primary" data-toggle="collapse" href="#collapseExample" role="button"
aria-expanded="false" aria-controls="collapseExample">
Link with href
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="collapse" id="collapseExample">
<div class="card card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid.
Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
</div>
</div>
</div>
</div> -->
</div>
<!-- <div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
<div class="col-md-5 p-lg-5 mx-auto my-5">
<h1 class="display-4 font-weight-normal">Ciao.</h1>
<p class="lead font-weight-normal"> My name is Stefano Tranquillini, <br/>
but everybody calls me Stefano. </p>
<p class="lead font-weight-ligh">I'm CO-Founder @ <a href="//www.chino.io" target="_blank">CHINO.io</a></p>
</div>
</div>
<div>
<div class="text-center" style="position: relative;top: -150px;">
<img src="https://stefanotranquillini.com/images/avatar.jpg" class="img-thumbnail" width="200px">
</div>
</div>
</div>
<div>
</div> -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="//code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script>
function getRandomInt(min, max) {
min = Math.ceil(min);
max = Math.floor(max);
return Math.floor(Math.random() * (max - min)) + min; //Il max è escluso e il min è incluso
}
$(document).ready(function () {
jQuery("#me").attr("src", "img/avatar".concat(getRandomInt(1, 4), ".jpg"))
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
});
</script>
</body>
</html>