-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
634 lines (426 loc) · 26.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
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="utf-8">
<title>Giuseppe Ognibene</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description"
content="This is meta description">
<meta name="author" content="pinoOgni">
<meta name="generator" content="Hugo 0.120.4">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://pinoogni.github.io/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="stylesheet" href="https://pinoogni.github.io/plugins/hover/hover.css">
<link rel="stylesheet" href="https://pinoogni.github.io/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="https://pinoogni.github.io/plugins/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="https://pinoogni.github.io/plugins/owl-carousel/owl.theme.default.min.css">
<link rel="stylesheet" href="https://pinoogni.github.io/plugins/text-animation/text-animation.css">
<link rel="stylesheet" href="https://pinoogni.github.io/css/style.min.css" media="screen">
<link rel="stylesheet" href="https://pinoogni.github.io/css/custom.min.css" media="screen">
<link rel="shortcut icon" href="https://pinoogni.github.io/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://pinoogni.github.io/images/favicon.png" type="image/x-icon">
<meta property="og:title" content="Giuseppe Ognibene" />
<meta property="og:description" content="This is meta description" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pinoogni.github.io/" />
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-195435198-1', 'auto');
ga('send', 'pageview');
}
</script>
</head><body>
<!-- preloader start -->
<div class="preloader">
<img src="https://pinoogni.github.io/images/preloader.gif" alt="preloader">
</div>
<!-- preloader end -->
<style></style>
<section class="header " id="home">
<div class="logo">
<img class="img-fluid" src="/images/pinoOgni.png" alt="Giuseppe Ognibene">
</div>
<div class="slider-prev-button slider-button">
<i class="fa fa-angle-left"></i>
</div>
<div class="slider-next-button slider-button">
<i class="fa fa-angle-right"></i>
</div>
<div class="owl-carousel owl-full-width owl-theme" id="background-slide">
<div class="slider"><img class="img-fluid" src="https://pinoogni.github.io/images/slider/sea.jpg" alt="slider-background"></div>
<div class="slider"><img class="img-fluid" src="https://pinoogni.github.io/images/slider/giuseppe-lab.jpg" alt="slider-background"></div>
</div>
<div class="container">
<div class="row content">
<div class="col-lg-8 col-lg-offset-2 col-sm-8 col-sm-offset-2 head-container">
<div class="head-holder">
<h1 class="introduction">I’m Giuseppe Ognibene</h1>
<div class="animated-text">
<strong class="cd-headline clip">
<span class="cd-words-wrapper">
<b class="is-visible" >Software Engineer</b>
<b >Open Source Developer</b>
</span>
</strong>
</div>
<a class="hireMe" href="/#contact">Contact me</a>
</div>
</div>
</div>
</div>
<div class="navigation-icon">
<input id="burger" type="checkbox" />
<label for="burger" class="burger-menu">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="fullscreen-nav-container" style="background-image: url('https://pinoogni.github.io/images/backgrounds/full-nav-bg.jpg');">
<div class="container-fluid">
<div class="full-nav-container row">
<div class="full-nav-holder">
<div class="full-nav-content">
<div class="name">
<div class="first-name">Giuseppe</div>
<div class="last-name">Ognibene</div>
</div>
<div class="fulscreen-nav">
<ul class="list-inline fullscreen-nav-holder">
<li><a class="text-uppercase"
href="https://pinoogni.github.io/">Home</a>
</li>
<li><a class="text-uppercase"
href="https://pinoogni.github.io/#about">About me</a>
</li>
<li><a class="text-uppercase"
href="https://pinoogni.github.io/#contact">Contact</a>
</li>
<li><a class="text-uppercase"
href="https://pinoogni.github.io/portfolio">Portfolio</a>
</li>
</ul>
</div>
<div class="full-nav-icon-holder">
<ul class="full-nav-icons list-inline">
<li><a href="https://github.com/pinoOgni"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/giuseppe-ognibene-538930148/"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="menu" id="menu">
<nav>
<div class="menu-container">
<ul class="desktop-menu list-inline mb-0" id="desktop-menu">
<li class="menu-item hvr-underline-from-left 1"><a
href="https://pinoogni.github.io/">Home</a>
</li>
<li class="menu-item hvr-underline-from-left 1"><a
href="https://pinoogni.github.io/#about">About me</a>
</li>
<li class="menu-item hvr-underline-from-left 1"><a
href="https://pinoogni.github.io/#contact">Contact</a>
</li>
<li class="menu-item hvr-underline-from-left 1"><a
href="https://pinoogni.github.io/portfolio">Portfolio</a>
</li>
</ul>
<div class="mobile-menu">
<a class="menu-link">
<div class="mobile-menu-nav">
<span></span>
<span></span>
<span></span>
</div>
</a>
<div class="mobile-menu-logo"><a href="/"><img class="img-fluid"
src="https://pinoogni.github.io/images/pinoOgni.png" alt="Giuseppe Ognibene"></a>
</div>
<div class="menu-slider">
<nav>
<ul class="mobile-menu-list">
<li class="hvr-shutter-out-vertical mobile-menu-item 1"><a
href="https://pinoogni.github.io/">Home</a>
</li>
<li class="hvr-shutter-out-vertical mobile-menu-item 1"><a
href="https://pinoogni.github.io/#about">About me</a>
</li>
<li class="hvr-shutter-out-vertical mobile-menu-item 1"><a
href="https://pinoogni.github.io/#contact">Contact</a>
</li>
<li class="hvr-shutter-out-vertical mobile-menu-item 1"><a
href="https://pinoogni.github.io/portfolio">Portfolio</a>
</li>
</ul>
<ul class="mobile-menu-icons list-inline">
<li><a href="https://github.com/pinoOgni"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/giuseppe-ognibene-538930148/"><i class="fab fa-linkedin"></i></a></li>
</ul>
</nav>
</div>
</div>
</div>
</nav>
</section>
<style></style>
<section class="about-me " id="about">
<div class="container">
<div class="row about-me-holder">
<div class="col-lg-6 col-md-6 col-sm-6 about-me-text d-flex align-self-center">
<div class="text-holder wow fadeInUp" data-wow-duration="1.5s">
<h1>ABOUT ME</h1>
<div class="content"><p>Hi, I’m Giuseppe (for friends, Pino), a Computer Engineer. I am passionate about the world of computer science, technology in general and Open Source. I like to work in team and learn new ways to solve problems that may arise in front of an engineer 🤯. Resistant to stress, especially thanks to the PoliTo.</p>
<ul>
<li>MSc in Computer Engineering (Network Computers) at Polytechnic of Turin [104/110], 04/2021</li>
<li>BSc in Computer Engineering at Polytechnic of Turin [96/110], 07/2018</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-9 about-me-images wow fadeInUp" data-wow-duration="1.5s">
<img class="img-fluid" src="https://pinoogni.github.io/images/backgrounds/yokohama.png" alt="about-me">
</div>
</div>
<div class="row experience-skill">
<div class="col-lg-6 col-sm-6 col-11 experience wow fadeInUp" data-wow-duration="1.5s">
<h3>EXPERIENCE</h3>
<ul class="experience-chart">
<li>
<div class="single-experience">
<h4>Software Engineer based in RCH, Setagaya City, Tokyo</h4>
<span><a href="https://www.linkedin.com/company/rakuten-mobile-network-inc/">Rakuten Mobile Inc.</a></span>
<span>07/2023 - 07/2024</span>
<p>I was deeply involved in software development projects and I was managing Kubernetes clusters both in staging lab and on GCP to tests our software. As part of a company initiative, I had the opportunity to mentor four new graduates, aiding in their integration into the team.</p>
</div>
</li>
<li>
<div class="single-experience">
<h4>Research Fellow</h4>
<span>Polytechnic of Turin - DAUIN (<a href="http://netgroup.polito.it/">Netgroup</a>)</span>
<span>05/2021 - 07/2023</span>
<p>I actively contributed to multiple projects, particularly focusing on Polycube. Additionally, I authored scientific articles, explored emerging technologies, and provided guidance to 3 thesis students as a co-supervisor (<a href="https://webthesis.biblio.polito.it/22792/">Francesco Monaco</a>, <a href="https://webthesis.biblio.polito.it/22615/">Leonardo Di Giovanna</a>, <a href="https://webthesis.biblio.polito.it/23609/">Francesco Cappa</a>). During the second year I worked in a project between Rakuten Mobile Inc. and Polytechnic of Turin.</p>
</div>
</li>
<li>
<div class="single-experience">
<h4>Thesis work (researcher)</h4>
<span>Polytechnic of Turin</span>
<span>10/2020-04/2021</span>
<p>The title of the thesis was <a href="https://webthesis.biblio.polito.it/18145/">Toward efficient DDoS detection with eBPF</a>. During this thesis work I worked with Professor <a href="https://fulvio.frisso.net/">Fulvio Risso</a> (supervisor) and also with the PhD students <a href="https://it.linkedin.com/in/federico-parola-5b496b200">Federico Parola</a> and <a href="https://s41m0n.github.io/">Simone Magnani</a>.</p>
</div>
</li>
<li>
<div class="single-experience">
<h4>Open Source Developer</h4>
<span>Polytechnic of Turin - <a href="https://crownlabs.polito.it/">CrownLabs</a></span>
<span>03/2020-07/2020</span>
<p>In this project I worked on the backend part, in particular on the monitoring (Kube-Prometheus, Blackbox Exporter) and if necessary I also switched to the frontend (a little bit), working together with my team mates on the CrownLabs website and on the personal page of a student/professor.</p>
</div>
</li>
<li>
<div class="single-experience">
<h4>Open Source Developer</h4>
<span>Polytechnic of Turin - <a href="https://github.com/polycube-network/polycube">Polycube</a></span>
<span>11/2019-06/2020</span>
<p>The work was focused on the introduction of backward compatible white-box monitoring for the cubes of the Polycube framework. I also had the chance to work with a nice team made up of various colleagues, PhD students and professors.</p>
</div>
</li>
<li>
<div class="single-experience">
<h4>Trainee Student - <a href="https://www.getapper.com/getapper-academy">Ubiatar</a></h4>
<span>EFFE ERRE SRL</span>
<span>04/2017-09/2017</span>
<p>The objective of the internship was the development of a connection between the Ubiatar application and a hardware device such as the combat robot, which during the internship, in the test and production phase has been replaced by a Raspberry with a breadboard on which a small one has been made hardware project.</p>
</div>
</li>
</ul>
</div>
</div>
<div class="row experience-skill">
<div class="col-lg-6 col-sm-6 col-11 experience wow fadeInUp" data-wow-duration="1.5s">
<h3>PUBLICATIONS</h3>
<ul class="experience-chart">
<li>
<div class="single-experience">
<h4>Creating Disaggregated Network Services with eBPF: the Kubernetes Network Provider Use Case</h4>
<span><a href="https://it.linkedin.com/in/federico-parola-5b496b200">Federico Parola</a>, <a href="https://www.linkedin.com/in/leonardo-di-giovanna-1a5453107/">Leonardo Di Giovanna</a>, Giuseppe Ognibene, <a href="https://fulvio.frisso.net/">Fulvio Risso</a></span><br>
<span>2022 IEEE 8th International Conference on Network Softwarization (NetSoft)</span>
<p>eBPF enables the creation of custom and highly efficient network services. The most prominent examples of such services follow a monolithic approach: this makes the code hard to maintain, to extend and difficult to reuse. This paper leverages the Polycube framework to demonstrate that a disaggregated approach is feasible also with eBPF: it considers a complex network scenario, such as a complete Kubernetes network provider, presenting the resulting architecture and a preliminary perf. evaluation</p>
</div>
</li>
<li>
<div class="single-experience">
<h4>Enabling Scalable SFCs in Kubernetes with eBPF-based Cross-Connections</h4>
<span><a href="https://it.linkedin.com/in/federico-parola-5b496b200">Federico Parola</a>, <a href="https://www.linkedin.com/in/francesco-monaco-85737b247/">Francesco Monaco</a>, Giuseppe Ognibene, <a href="https://fulvio.frisso.net/">Fulvio Risso</a></span><br>
<span>2022 IEEE Conference on Network Function Virtualization and Software Defined Networks (NFV-SDN)</span>
<p>Service Function Chains (SFCs) are ordered sets of Network Functions (NFs) that provide network services. Telco operators require scalable chains to adapt to fluctuating traffic. While Kubernetes enhances scalability and flexibility for general-purpose applications, it lacks features needed for network services. This paper presents a cloud-native architecture integrating SFCs in Kubernetes, enabling horizontal autoscaling. The solution uses flexible cross-connections to adapt network traffic distribution, validated with an open-source implementation using Kubernetes operators and an eBPF load balancer.</p>
</div>
</li>
<li>
<div class="single-experience">
<h4>eBPF: A New Approach to Cloud-Native Observability, Networking and Security for Current (5G) and Future Mobile Networks (6G and Beyond)</h4>
<span><a href="https://www.linkedin.com/in/dr-david-soldani/">David Soldani</a>, <a href="https://www.linkedin.com/in/pnahi">Petrit Nahi</a>, <a href="https://au.linkedin.com/in/dr-hami-bour">Hami Bour</a>, <a href="https://au.linkedin.com/in/saber-jafarizadeh-b84b3b44"> Saber Jafarizadeh</a>, <a href="https://www.linkedin.com/in/mohammed-fatehy-soliman-phd-cka-csm-pdm-32512326/">Mohammed F. Soliman</a>, <a href="https://www.linkedin.com/in/francesco-monaco-85737b247/">Francesco Monaco</a>, <a href="https://www.linkedin.com/in/leonardo-di-giovanna-1a5453107/">Leonardo Di Giovanna</a>, Giuseppe Ognibene, <a href="https://fulvio.frisso.net/">Fulvio Risso</a></span><br>
<span>IEEE Access ( Volume: 11)</span>
<p>Cloud-native networks leverage Kubernetes (K8s) and eBPF technology to revolutionize networking, security, and observability. This paper introduces eBPF’s potential for Telco cloud and explores innovative pricing models tied to eBPF agents and modules. We present our eBPF platform, Sauron, demonstrating its ability to dynamically load custom code for energy estimation, network monitoring, and real-time security. Experimental results showcase eBPF’s efficacy in enhancing performance, observability, and security across current and future mobile networks (5G, 6G).</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<style></style>
<section class="portfolio " id="portfolio">
<div class="container-fluid text-center">
<div class="row portfolio-holder text-left">
<div class="col-12 text-center">
<h1 class="wow fadeInUp" data-wow-duration="1.5s">Portfolio</h1>
<div class="filtering wow fadeInUp" data-wow-duration="1.5s">
<div class="btn-group btn-group-toggle portfolio-navigation" data-toggle="buttons">
<label class="btn btn-sm btn-primary active hvr-sweep-to-right">
<input type="radio" name="shuffle-filter" value="all" checked="checked" />All
</label>
<label class="btn btn-sm btn-primary hvr-sweep-to-right">
<input type="radio" name="shuffle-filter" value="kubernetes" />Kubernetes
</label>
<label class="btn btn-sm btn-primary hvr-sweep-to-right">
<input type="radio" name="shuffle-filter" value="c++" />C
</label>
<label class="btn btn-sm btn-primary hvr-sweep-to-right">
<input type="radio" name="shuffle-filter" value="grpc" />G rpc
</label>
<label class="btn btn-sm btn-primary hvr-sweep-to-right">
<input type="radio" name="shuffle-filter" value="qt" />Qt
</label>
<label class="btn btn-sm btn-primary hvr-sweep-to-right">
<input type="radio" name="shuffle-filter" value="angular" />Angular
</label>
</div>
</div>
</div>
<div class="col-lg-10 col-md-10 col-sm-10 col-10 mx-auto">
<div class="row filtr-wrapper wow fadeInUp list" data-wow-duration="1.5s">
<div class="col-lg-4 col-md-6 col-sm-6 col-12 filtr-item"
data-groups="["kubernetes"]">
<div class="item-holder">
<a class="image-pop" href="https://pinoogni.github.io/images/portfolio/crownlabs.png" title="CrownLabs">
<img src="https://pinoogni.github.io/images/portfolio/crownlabs.png" alt="CrownLabs">
</a>
<div class="item-caption">
<h2 class="mt-2"><a class="text-white" href="https://pinoogni.github.io/portfolio/crownlabs/">CrownLabs</a></h2>
<p class="mb-0 text-light">Kubernetes</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 filtr-item"
data-groups="["c++"]">
<div class="item-holder">
<a class="image-pop" href="https://pinoogni.github.io/images/portfolio/polycube-logo.png" title="Polycube">
<img src="https://pinoogni.github.io/images/portfolio/polycube-logo.png" alt="Polycube">
</a>
<div class="item-caption">
<h2 class="mt-2"><a class="text-white" href="https://pinoogni.github.io/portfolio/polycube/">Polycube</a></h2>
<p class="mb-0 text-light">C++</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 filtr-item"
data-groups="["c++","grpc"]">
<div class="item-holder">
<a class="image-pop" href="https://pinoogni.github.io/images/portfolio/polycube_grpc.jpg" title="Polycube and gRPC">
<img src="https://pinoogni.github.io/images/portfolio/polycube_grpc.jpg" alt="Polycube and gRPC">
</a>
<div class="item-caption">
<h2 class="mt-2"><a class="text-white" href="https://pinoogni.github.io/portfolio/polycube-grpc/">Polycube and gRPC</a></h2>
<p class="mb-0 text-light">C++</p>
<p class="mb-0 text-light">GRPC</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 filtr-item"
data-groups="["qt","c++"]">
<div class="item-holder">
<a class="image-pop" href="https://pinoogni.github.io/images/portfolio/virgilium.png" title="Virgilium Editor">
<img src="https://pinoogni.github.io/images/portfolio/virgilium.png" alt="Virgilium Editor">
</a>
<div class="item-caption">
<h2 class="mt-2"><a class="text-white" href="https://pinoogni.github.io/portfolio/virgilium/">Virgilium Editor</a></h2>
<p class="mb-0 text-light">Qt</p>
<p class="mb-0 text-light">C++</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 filtr-item"
data-groups="["angular"]">
<div class="item-holder">
<a class="image-pop" href="https://pinoogni.github.io/images/portfolio/404_photo.png" title="VirtuaLabs">
<img src="https://pinoogni.github.io/images/portfolio/404_photo.png" alt="VirtuaLabs">
</a>
<div class="item-caption">
<h2 class="mt-2"><a class="text-white" href="https://pinoogni.github.io/portfolio/virtuallabs/">VirtuaLabs</a></h2>
<p class="mb-0 text-light">Angular</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha384-1VpOHw5Cwnpc+0Ywsx8xIDMvT+mpp3KPlm8h1YfC8zaKuJ+WT/xXfz7ZOcN1FLjI" crossorigin="anonymous">
<style></style>
<section class="contact " style="background-image: url('https://pinoogni.github.io/images/backgrounds/diese.jpg');" id="contact">
<div class="container">
<div class="row">
<div class="contact-holder col-lg-8 offset-lg-2 col-sm-8 offset-sm-2">
<h1 class="wow fadeInUp" data-wow-duration="1.5s">Contacts</h1>
<div class="contact-info">
<p class="contact-text wow fadeInUp" data-wow-duration="1.5s">To contact me, please use the following information:</p>
<p class="contact-text wow fadeInUp" data-wow-duration="1.5s"><a href="https://www.linkedin.com/in/giuseppe-ognibene-538930148/" target="_blank" style="color: #0077B5;"><i class="fab fa-linkedin"></i> LinkedIn</a></p>
<p class="contact-text wow fadeInUp" data-wow-duration="1.5s"><a href="mailto:ognibenegiuseppe8@gmail.com" style="color: #089b54;"><i class="fas fa-envelope"></i> Email</a></p>
<p class="contact-text wow fadeInUp" data-wow-duration="1.5s"><a href="https://github.com/pinoogni" target="_blank" style="color: rgba(0, 198, 253, 0.467);"><i class="fab fa-github"></i> GitHub</a></p>
</div>
</div>
</div>
<div class="row">
<div class="footer col-lg-10 offset-lg-1">
<hr>
<ul class="footer-icons list-inline">
<li><a href="https://github.com/pinoOgni"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/giuseppe-ognibene-538930148/"><i class="fab fa-linkedin"></i></a></li>
</ul>
<div class="to-top">
<a href="#home"><i class="fa fa-chevron-up"></i></a>
</div>
<div class="credit content">
</div>
</div>
</div>
</div>
</section>
<a href="#home" class="scroll-up hvr-icon-up"></a>
<!-- JS Plugins -->
<script src="https://pinoogni.github.io/plugins/jQuery/jquery.min.js"></script>
<script src="https://pinoogni.github.io/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://pinoogni.github.io/plugins/wow.min.js"></script>
<script src="https://pinoogni.github.io/plugins/text-animation/text-animation.js"></script>
<script src="https://pinoogni.github.io/plugins/jquery.waypoints.min.js"></script>
<script src="https://pinoogni.github.io/plugins/shuffle/shuffle.min.js"></script>
<script src="https://pinoogni.github.io/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="https://pinoogni.github.io/plugins/owl-carousel/owl.carousel.min.js"></script>
<!-- Main Script -->
<script src="https://pinoogni.github.io/js/script.min.js"></script>
<!-- google analitycs -->
</body>
</html>