-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (183 loc) · 8.01 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="google" content="notranslate">
<title>mpuccini</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet">
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script>
<script src="https://kit.fontawesome.com/a249e901d1.js" crossorigin="anonymous"></script>
</head>
<body class="light">
<nav class="left m l medium-elevate primary">
<img src="imgs/lighthouse.png" class="circle margin"/>
<a data-ui="#home">
<i>home</i>
<div>Home</div>
</a>
<a data-ui="#bio">
<i>person</i>
<div>Bio</div>
</a>
<a data-ui="#contacts">
<i>contacts</i>
<div>Contacts</div>
</a>
<div class="max"></div>
<a href="https://github.com/mpuccini/mpuccini.github.io/tree/main" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</nav>
<nav class="top s primary">
<img src="imgs/lighthouse.png" class="circle margin"/>
<a data-ui="#home">
<i>home</i>
<div>Home</div>
</a>
<a data-ui="#bio">
<i>person</i>
<div>Bio</div>
</a>
<a data-ui="#contacts">
<i>contacts</i>
<div>Contacts</div>
</a>
<div class="max"></div>
<a href="https://github.com/mpuccini/mpuccini.github.io/tree/main" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</nav>
<main class="responsive">
<div class="page active" id="home">
<h3>Welcome!</h3>
<h5>This is my personal website.</h5>
I'm an HPC Data Engineer @ CINECA, the italian Consortium that manages one the most powerful supercomputer in Europe, the 4th in the world. I'm involved in different projects, mainly related to data management and data analysis.
<br><br>
I dont know how you get here, but I'm glad you did. Feel free to explore the website and contact me if you want to know more about me or my work.
<br><br>
</div>
<div class="page" id="bio">
<h3>Some info about me</h3>
<article class="fill">
<div class="row">
<img class="circle large" src="imgs/avatar2.png"><!----><!---->
<div class="max">
<h5>Short Bio</h5>
<p>I have a degree in physics. I have worked in the world of Research for <a class="link" href="https://www.cnr.it/en" target="_blank"><b>CNR</b></a> (National Research Council),
<a class="link" href="https://www.uniroma1.it/en/pagina-strutturale/home" target="_blank"><b>La Sapienza University of Rome</b></a> (various departments),
<a class="link" href="https://www.enea.it/en" target="_blank"><b>ENEA</b></a> (National Agency for New Technologies, Energy and Sustainable Economic Development) as a data scientist,
developer, system administrator, cloud solution architect, and for some companies for which I have been an ICT consultant.</p>
<p>I am currently HPC Data Engineer at the Data Management team belonging to the SCAI (SuperComputing Applications and Innovation) department,
i.e., the HPC department, of <a class="link" href="https://www.cineca.it/en" target="_blank"><b>CINECA</b></a>.</p>
<p>I'm an <b>Open Source</b> enthusiast and advocate.</p>
</div>
</div>
<nav>
<button class="small-round small small-elevate"onclick=" window.open('docs/Europass_CV.pdf','_blank')">
<i class="fa-regular fa-file-pdf"></i>
<span>Get my CV</span>
</button>
<button class="small-round small small-elevate" data-ui="#dialog">
<i class="fa-solid fa-image-portrait"></i>
<span>The "real" me...</span>
</button>
</nav>
<dialog class="modular" id="dialog">
<h5 class="no-margin">...a little bit nerdy, I know.</h5>
<img class="small-round" src="imgs/marco_puccini_small.jpeg">
<nav class="right-align">
<button class="small-round small small-elevate" data-ui="#dialog">Close</button>
</nav>
</dialog>
</article>
<article class="no-padding primary-container">
<div class="padding">
<h5>Skills</h5>
<table class="border right-align">
<thead>
<tr>
<th>Category</th>
<th>Skills</th>
</tr>
<tr>
<td>Programming</td>
<td>Python, Bash, PHP, Javascript, HTML, CSS, JSON, YAML, Markdown, LaTeX</td>
</tr>
<tr>
<td>Frameworks</td>
<td>Flask, Django, FastAPI, jQuery, Vue.js, Node.js, Express.js</td>
</tr>
<tr>
<td>DBMS</td>
<td>PostgreSQL, MongoDB, Redis, SQLite, Neo4J</td>
</tr>
<tr>
<td>Cloud</td>
<td>AWS, OpenStack, Docker, Kubernetes, Terraform, Ansible, Vagrant, GitHub Actions</td>
</tr>
<tr>
<td>OS</td>
<td>Linux, Windows, macOS</td>
</tr>
<tr>
<td>Other</td>
<td>Git, SVN</td>
</tr>
</thead>
</table>
</div>
</div>
</article>
</div>
<div class="page" id="contacts">
<h3>Contact me</h3>
<article class="no-padding small-round fill">
<div class="grid no-space">
<div class="s6">
<img class="responsive small" src="imgs/avatar2.png"><!----><!---->
</div>
<div class="s6">
<div class="padding">
<h5>Main</h5>
<a class="row wave round" href="mailto:[email protected]">
<i>mail</i>
<div>mail</div>
</a>
</div>
</div>
</div>
</article>
<article class="no-padding small-round primary-container">
<div class="grid no-space">
<div class="s6">
<img class="responsive large" src="imgs/network.jpg"><!----><!---->
</div>
<div class="s6">
<div class="padding">
<h5>Social</h5>
<a class="row wave round" href="https://github.com/mpuccini" target="_blank">
<i class="fa-brands fa-github"></i>
<div>GitHub</div>
</a>
<a class="row wave round" href="https://gitlab.com/marcopuccini" target="_blank">
<i class="fa-brands fa-gitlab"></i>
<div>GitLab</div>
</a>
<a class="row wave round" href="https://www.linkedin.com/in/marco-puccini79/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
<div>LinkedIn</div>
</a>
<a class="row wave round" href="https://www.reddit.com/user/Odysseo" target="_blank">
<i class="fa-brands fa-reddit"></i>
<div>Reddit</div>
</a>
</div>
</div>
</div>
</article>
</div>
</main>
</body>
</html>