-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
349 lines (314 loc) · 14.6 KB
/
index.html
File metadata and controls
349 lines (314 loc) · 14.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata of the Webpage -->
<!-- Character-set Metadata -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Viewport Metadata -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Description Metadata-->
<meta name="description" content="Portfolio Website" />
<!-- Author Metadata -->
<meta name="author" content="Simone Parri" />
<!-- Keyword Metadata -->
<meta name="keywords" content="Simone Parri, Simone Parri Website, Simone Parri Portfolio,
Simone Parri Resume, Simone Parri CV, Simone Parri Curriculam Vitae" />
<!-- Webpage Logo -->
<link rel="shortcut icon" href="./assets/img/favicon.ico" />
<!-- Webpage Title -->
<title>Simone Parri</title>
<!-- Import CSS: Main Stylesheet -->
<link rel="stylesheet" href="./assets/css/main.css" />
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css"> -->
<link rel="stylesheet" type="text/css" ng-href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"
href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
</head>
<body>
<div id="particles-js">
<div class="header">
<h1>
<span class="site-title">Simone Parri</span>
<span class="site-description">Tech Leader • Full stack software architect • Team Leader• Operational
Manager</span>
</h1>
<div class="header-icons">
<a aria-label="My LinkedIn Profile" target="_blank" href="https://it.linkedin.com/in/simone-parri">
<i class="icon fa fa-linkedin" aria-hidden="true"></i>
</a>
<a aria-label="My Github Profile" target="_blank" href="https://github.com/simoneparri">
<i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>
<a aria-label="My Resume" target="_blank" href="./assets/pdf/CV_SimoneParri2025.pdf"> <!-- TODO insert pdf-->
<i class="icon fa fa fa-file-pdf-o" aria-hidden="true"></i>
</a>
<a aria-label="Send Email" href="mailto:simoneparri@gmail.com" target="_blank"><i
class="icon fa fa-envelope"></i></a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About Me</a>
<!-- <a class="link" href="#projects" data-scroll>Projects</a> -->
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
<!-- About Section -->
<section id="about">
<!-- User Introduction-->
<div class="user-details">
<h1>My Story</h1>
<picture>
<!-- <source
type="image/webp"
srcset="./assets/img/webp/Professional-Picture-Me.webp"
alt="Professional Me"
width="20%"
style="border-radius: 50%"
/> -->
<img src="./assets/img/jpg/Professional-Picture-Me.jpeg" alt="Professional Me" width="20%"
style="border-radius: 50%" />
</picture>
<p>
Hi! I'm Simone, a software engineer and tech lead based in Siena, Italy. a seasoned IT professional with
extensive experience in software development, agile project management, and AI-driven solutions.
I love building things that make life easier whether it's web apps, chatbots or cloud-native solutions.
Right now, I'm an Operational Manager and Tech Leader at Alten, where I manage teams, design architectures, and
help shape internal training paths.
Over the years, I've worn many hats: frontend dev, backend dev, full-stack, team lead, and even mentor.
When I'm not writing code or in meetings, you might find me diving (I'm a certified dive guide), play
basketball, or helping organize events for my local community in Siena.
I believe in simple, useful, human-centered tech and that real growth only happens outside your comfort zone.
</p>
</div>
<!-- User Specifics -->
<div class="user">
<!-- Technology Stack #1: Languages -->
<div class="tech">
<h2>Languages</h2>
<i class="devicon-typescript-original colored"></i>
<i class="devicon-java-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-bash-plain colored"></i>
<i class="devicon-python-plain colored"></i>
<p>My favorite languages for systems programming, software engineering, and data analysis.</p>
</div>
<!-- Technology Stack #2: Front-End -->
<div class="tech">
<h2>Front-End</h2>
<i class="devicon-angular-plain colored"></i>
<i class="devicon-angularmaterial-plain colored"></i>
<i class="devicon-webpack-plain colored"></i>
<i class="devicon-jest-plain colored"></i>
<i class="devicon-bootstrap-plain colored"></i>
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-ngrx-plain colored"></i>
<i class="devicon-rxjs-plain colored"></i>
<i class="devicon-eslint-plain colored"></i>
<i class="devicon-jquery-original colored"></i>
<i class="devicon-react-original colored"></i>
<i class="devicon-firebase-plain colored"></i>
<i class="devicon-storybook-plain colored"></i>
<i class="devicon-ionic-plain colored"></i>
<p>My preferred technologies for front-end web development and component design.</p>
</div>
<!-- Technology Stack #3: Back-End -->
<div class="tech">
<h2>Back-End</h2>
<i class="devicon-spring-plain colored"></i>
<i class="devicon-apachekafka-original colored"></i>
<i class="devicon-maven-plain colored"></i>
<i class="devicon-mysql-plain colored"></i>
<i class="devicon-mongodb-plain colored"></i>
<i class="devicon-redis-plain colored"></i>
<i class="devicon-microsoftsqlserver-plain colored"></i>
<i class="devicon-mariadb-plain colored"></i>
<i class="devicon-postgresql-plain colored"></i>
<i class="devicon-nodejs-plain colored"></i>
<i class="devicon-rabbitmq-plain colored"></i>
<p>My preferred technologies for back-end web programming and database architecture.</p>
</div>
</div>
<div class="user">
<!-- Technology Stack #1: Languages -->
<div class="tech">
<h2>Tools</h2>
<i class="devicon-git-plain colored"></i>
<i class="devicon-gitlab-plain colored"></i>
<i class="devicon-github-original colored"></i>
<i class="devicon-figma-plain colored"></i>
<i class="devicon-docker-plain colored"></i>
<i class="devicon-kubernetes-plain colored"></i>
<i class="devicon-rancher-plain colored"></i>
<i class="devicon-sonarqube-plain colored"></i>
<i class="devicon-swagger-plain colored"></i>
<i class="devicon-argocd-plain colored"></i>
<i class="devicon-vault-plain colored"></i>
<i class="devicon-portainer-original colored"></i>
<i class="devicon-visualstudio-plain colored"></i>
<i class="devicon-intellij-plain colored"></i>
<i class="devicon-postman-plain colored"></i>
<i class="devicon-dbeaver-plain colored"></i>
<i class="devicon-eclipse-plain colored"></i>
<i class="devicon-cloudflare-plain colored"></i>
<i class="devicon-nginx-original colored"></i>
<i class="devicon-filezilla-plain colored"></i>
<i class="devicon-confluence-plain colored"></i>
<i class="devicon-jira-plain colored"></i>
<i class="devicon-bitbucket-original colored"></i>
<i class="devicon-kibana-plain colored"></i>
<i class="devicon-ohmyzsh-plain colored"></i>
<i class="devicon-raspberrypi-plain colored"></i>
<p>My favorite tools for version control, code editing, and container orchestration.</p>
</div>
</section>
<!-- Projects Section -->
<!-- <section id="projects">
<div class="user-details">
<h1>Featured Projects</h1>
</div> -->
<!-- User Project #1: Personal Résumé Website -->
<!-- <div class="user-projects">
<div class="images-right">
<picture>
<source type="image/webp" srcset="./assets/img/webp/Personal-Resume-Website.webp" alt="Personal Website" />
<img alt="Personal Website" src="./assets/img/jpg/Personal-Resume-Website.jpg" />
</picture>
</div>
<div class="contents" style="text-align: center">
<h3>Personal Website</h3>
<div>
<img
height="32"
width="32"
src="https://unpkg.com/simple-icons@3.4.0/icons/react.svg"
style="filter: invert(73%) sepia(74%) saturate(1552%) hue-rotate(169deg) brightness(109%) contrast(97%)"
/>
<img
height="32"
width="32"
src="https://unpkg.com/simple-icons@3.4.0/icons/bootstrap.svg"
style="filter: invert(24%) sepia(14%) saturate(2270%) hue-rotate(222deg) brightness(102%) contrast(90%)"
/>
<img height="32" width="32" src="https://unpkg.com/simple-icons@3.4.0/icons/github.svg" />
</div>
<p style="text-align: justify">
I developed and designed a website using ReactJS and Bootstrap, hosted on Github Pages, to showcase my web
presence, story, work experience, education, projects, and achievements in an interactive and
visually-appealing format.
</p>
<a class="project-link" target="_blank" href="https://www.adityavsingh.com/">Check it out!</a>
</div>
</div> -->
<!-- User Project #2: Summer 2020 Project -->
<!-- <div class="user-projects">
<div class="images-left">
<picture>
<source type="image/webp" srcset="./assets/img/webp/Perpetual-Crusades.webp" alt="Perpetual Crusades" />
<img alt="Perpetual Crusades" src="./assets/img/jpg/Perpetual-Crusades.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Perpetual Crusades</h3>
<img
height="32"
width="32"
src="https://unpkg.com/simple-icons@3.4.0/icons/react.svg"
style="filter: invert(73%) sepia(74%) saturate(1552%) hue-rotate(169deg) brightness(109%) contrast(97%)"
/>
<img
height="32"
width="32"
src="https://unpkg.com/simple-icons@3.4.0/icons/css3.svg"
style="filter: invert(33%) sepia(29%) saturate(3844%) hue-rotate(184deg) brightness(90%) contrast(84%)"
/>
<img height="32" width="32" src="https://unpkg.com/simple-icons@3.4.0/icons/github.svg" />
<p style="text-align: justify">
I created a two-player online dice-based board game with a theme loosely set around Dungeons & Dragons. It
was developed as a submission for Penn Apps XXI, using ReactJS and CSS Grid Layouts for design and hosted on
GitHub Pages.
</p>
<a class="project-link" target="_blank" href="https://github.com/AVS1508/Summer-2020-Project"
>Check it out!</a
>
</div>
</div> -->
<!-- User Project #3: COVID-19 Tracker App -->
<!-- <div class="user-projects">
<div class="images-right">
<picture>
<source type="image/webp" srcset="./assets/img/webp/COVID19-Tracker-App.webp" alt="COVID-19 Tracker App" />
<img alt="COVID-19 Tracker App" src="./assets/img/jpg/COVID19-Tracker-App.jpg" />
</picture>
</div>
<div class="contents" style="text-align: center">
<h3>COVID-19 Tracker App</h3>
<div>
<img
height="32"
width="32"
src="https://unpkg.com/simple-icons@3.4.0/icons/javascript.svg"
style="filter: invert(96%) sepia(47%) saturate(4151%) hue-rotate(338deg) brightness(100%) contrast(95%)"
/>
</div>
<p style="text-align: justify">
I created a web application for tracking the spread of COVID-19. Using Johns Hopkins University Center For
Systems Science and Engineering API, the website processes the COVID-19 data to create statistical
projections through graphs and charts.
</p>
<a class="project-link" target="_blank" href="https://www.adityavsingh.com/covid19-tracker-app">
Check it out!
</a>
</div>
</div> -->
<!-- Use Project #4: Valuto: Account Management System -->
<!-- <div class="user-projects">
<div class="images-left">
<picture>
<source
type="image/webp"
srcset="./assets/img/webp/Valuto-Account-Management.webp"
alt="Valuto: Account Management System"
/>
<img alt="Valuto: Account Management System" src="./assets/img/jpg/Valuto-Account-Management.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Valuto: Account Management System</h3>
<div>
<img
height="32"
width="32"
src="https://unpkg.com/simple-icons@3.4.0/icons/cplusplus.svg"
style="filter: invert(22%) sepia(77%) saturate(1486%) hue-rotate(183deg) brightness(101%) contrast(103%)"
/>
</div>
<p style="text-align: justify">
I developed a CLI system for accounting management and financial statement maintenance. The purpose of the
system is to maintain a record of the funds received, used, disseminated and donated by an organization.
Details of transactions and maintenance of a budget and tallying of current balance/inventory in cash/kind
is incorporated in this system.
</p>
<a class="project-link" target="_blank" href="https://github.com/AVS1508/Valuto-Account-Management-System">
Check it out!
</a>
</div>
</div>
</section> -->
<footer class="footer">
<p>© Simone Parri, 2025</p>
</footer>
<!-- Import JS: Particles Theme -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Import JS: Sweet Scroll -->
<script src="./assets/js/sweet-scroll.min.js"></script>
<!-- Import JS: Google Analytics -->
<script src="./assets/js/google-analytics.js"></script>
<!-- Import JS: Main Script -->
<script src="./assets/js/main.js"></script>
</body>
</html>