-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
569 lines (387 loc) · 16.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Federico Gerardi</title>
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/profile_img.png" type="image/x-icon">
<!--
- custom css link
-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="./assets/js/projects.js"></script>
<script src="./assets/js/resume.js"></script>
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<!--
- #MAIN
-->
<main>
<!--
- #SIDEBAR
-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<img src="./assets/images/profile_img.png" alt="Federico Gerardi" width="80">
</figure>
<div class="info-content">
<h1 class="name" title="Federico Gerardi">Federico Gerardi</h1>
<p class="title">Computer Engineer</p>
</div>
<button class="info_more-btn" data-sidebar-btn>
<span lng-tag="s_contacts">Show Contacts</span>
<ion-icon name="chevron-down"></ion-icon>
</button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="mailto:[email protected]" class="contact-link" >[email protected]</a>
</div>
</li>
<!-- <li class="contact-item">
<div class="icon-box">
<ion-icon name="phone-portrait-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Phone</p>
<a href="tel:+12133522795" class="contact-link">+1 (213) 352-2795</a>
</div>
</li> -->
<li class="contact-item">
<div class="icon-box">
<ion-icon name="calendar-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title" lng-tag="Birthday">Age</p>
<time datetime="2002-12-26" lng-tag="date">21 yo</time>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title" lng-tag="city">City</p>
<address>Rome, Italy</address>
</div>
</li>
</ul>
<div class="separator"></div>
<ul class="social-list">
<li class="social-item">
<a href="https://github.com/fegerar" class="social-link">
<ion-icon name="logo-github"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="https://sigmoid.social/@fegerar" class="social-link">
<ion-icon name="logo-mastodon"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="https://www.linkedin.com/in/federico-gerardi-81407a1a1/" class="social-link">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
<!-- <li class="social-item">
<a href="https://www.instagram.com/leo_mira02/" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li> -->
</ul>
</div>
</aside>
<!--
- #main-content
-->
<div class="main-content">
<!--
- #NAVBAR
-->
<nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item">
<button class="navbar-link active" lng-tag="about" data-nav-link="About">whoami</button>
</li>
<li class="navbar-item">
<button class="navbar-link" lng-tag="resume" data-nav-link="Resume">resume</button>
</li>
<li class="navbar-item">
<button class="navbar-link" lng-tag="portfolio" data-nav-link="Portfolio">projects</button>
</li>
<!-- Language Selector Dropdown -->
<!-- <li class="navbar-item dropdown">
<button class="navbar-link dropdown-toggle" id="currentLanguageBtn" data-bs-toggle="dropdown" aria-expanded="false">
<svg id="currentFlag" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32">
<rect x="1" y="4" width="30" height="24" rx="4" ry="4" fill="#071b65"></rect>
<path fill="#fff" d="M10 4H22V28H10z"></path>
<path d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" fill="#41914d"></path>
<path d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)" fill="#bf393b"></path>
</svg>
</button>
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="currentLanguageBtn">
<li>
<button class="dropdown-item" id="english" title="English" onclick="changeLanguage('english')">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32">
<rect x="1" y="4" width="30" height="24" rx="4" ry="4" fill="#071b65"></rect>
<path d="M5.101,4h-.101c-1.981,0-3.615,1.444-3.933,3.334L26.899,28h.101c1.981,0,3.615-1.444,3.933-3.334L5.101,4Z" fill="#fff"></path>
<path d="M22.25,19h-2.5l9.934,7.947c.387-.353,.704-.777,.929-1.257l-8.363-6.691Z" fill="#b92932"></path>
<path d="M1.387,6.309l8.363,6.691h2.5L2.316,5.053c-.387,.353-.704,.777-.929,1.257Z" fill="#b92932"></path>
<path d="M5,28h.101L30.933,7.334c-.318-1.891-1.952-3.334-3.933-3.334h-.101L1.067,24.666c.318,1.891,1.952,3.334,3.933,3.334Z" fill="#fff"></path>
<rect x="13" y="4" width="6" height="24" fill="#fff"></rect>
<rect x="1" y="13" width="30" height="6" fill="#fff"></rect>
<rect x="14" y="4" width="4" height="24" fill="#b92932"></rect>
<rect x="14" y="1" width="4" height="30" transform="translate(32) rotate(90)" fill="#b92932"></rect>
<path d="M28.222,4.21l-9.222,7.376v1.414h.75l9.943-7.94c-.419-.384-.918-.671-1.471-.85Z" fill="#b92932"></path>
<path d="M2.328,26.957c.414,.374,.904,.656,1.447,.832l9.225-7.38v-1.408h-.75L2.328,26.957Z" fill="#b92932"></path>
</svg>
English
</button>
</li>
<li>
<button class="dropdown-item" id="italian" title="Italiano" onclick="changeLanguage('italian')">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32">
<path fill="#fff" d="M10 4H22V28H10z"></path>
<path d="M5,4h6V28H5c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" fill="#41914d"></path>
<path d="M25,4h6V28h-6c-2.208,0-4-1.792-4-4V8c0-2.208,1.792-4,4-4Z" transform="rotate(180 26 16)" fill="#bf393b"></path>
</svg>
Italiano
</button>
</li>
</ul>
</li> -->
</ul>
</nav>
<!--
- #ABOUT
-->
<article class="about active" data-page="about">
<header>
<h2 class="h2 article-title" lng-tag="about_me">Me, myself and I</h2>
</header>
<section class="about-text">
<p lng-tag="about_text">
Hi, I'm Federico Gerardi (aka Gieri) 👋 <br /><br />
I graduated in Computer Engineering at Sapienza University of Rome. 🧠 <br />
I'm currently studying for a master's degree in Computer Science, focusing on AI and data science. 🌱 <br /><br />
I can speak Italian and English fluently. 🇮🇹🇬🇧 <br /><br />
I am passionate about movies, music, books, sports, and technology. I love to combine my passions with my work, creating innovative and engaging projects. 🎥🎧📚⚽💻 <br /><br />
<div style="text-align: center;">
<img width="75%" src="https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExbzFmZWVnd2ZjcmYzdzh2anB2aWQwcWx1MWl0Yjk3azQwNDg5N2JheCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/xTiIzJSKB4l7xTouE8/giphy.gif" alt="Obi Wan">
</div>
</p>
</section>
</article>
<!--
- #RESUME
-->
<article class="resume" data-page="resume">
<header>
<h2 class="h2 article-title" lng-tag="resume">My Career</h2>
</header>
<!-- <section class="about-text resume-text">
<a href="#" class="text-decoration-none text-reset " style="font-size: larger; white-space: nowrap;" lng-tag="resume_text">
<b class="text-decoration-underline">Click here</b> to download the resume in PDF format.
</a>
</section> -->
<section class="timeline">
<div class="title-wrapper">
<div class="icon-box">
<ion-icon name="book-outline"></ion-icon>
</div>
<h3 class="h3" lng-tag="education">Studies</h3>
</div>
<ol class="timeline-list" id="study-list">
</ol>
</section>
<section class="timeline">
<div class="title-wrapper">
<div class="icon-box">
<ion-icon name="code-working-outline"></ion-icon>
</div>
<h3 class="h3" lng-tag="experience">Work Experience</h3>
</div>
<ol class="timeline-list" id="work-list">
<!-- <li class="timeline-item">
<h4 class="h4 timeline-item-title">Creative director</h4>
<span>2015 — Present</span>
<p class="timeline-text">
Nemo enim ipsam voluptatem blanditiis praesentium voluptum delenit atque corrupti, quos dolores et qvuas
molestias
exceptur.
</p>
</li>
<li class="timeline-item">
<h4 class="h4 timeline-item-title">Art director</h4>
<span>2013 — 2015</span>
<p class="timeline-text">
Nemo enims ipsam voluptatem, blanditiis praesentium voluptum delenit atque corrupti, quos dolores et
quas molestias
exceptur.
</p>
</li> -->
<!-- <li class="timeline-item">
<h4 class="h4 timeline-item-title">Monsters of Roza</h4>
<span>2019 — not completed</span>
<p class="timeline-text">
TEST_EN_DESC_Monsters_of_Roza
</p>
</li>
</ol> -->
</section>
<section class="timeline">
<div class="title-wrapper">
<div class="icon-box">
<ion-icon name="document-outline"></ion-icon>
</div>
<h3 class="h3" lng-tag="education">Certifications</h3>
</div>
<ol class="timeline-list" id="cert-list">
</ol>
</section>
<section class="skill">
<h3 class="h3 skills-title">My skills</h3>
<ul class="skills-list content-card">
<li class="skills-item">
<div class="title-wrapper">
<h5 class="h5">Front-end web development (with React, TypeScript, CSS)</h5>
<data value="80">90%</data>
</div>
<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 90%;"></div>
</div>
</li>
<li class="skills-item">
<div class="title-wrapper">
<h5 class="h5">Back-end web development (with Rails, Flask)</h5>
<data value="70">70%</data>
</div>
<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 70%;"></div>
</div>
</li>
<li class="skills-item">
<div class="title-wrapper">
<h5 class="h5">AI, Machine Learning and Deep Learning</h5>
<data value="90">70%</data>
</div>
<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 70%;"></div>
</div>
</li>
<li class="skills-item">
<div class="title-wrapper">
<h5 class="h5">Embedded Programming</h5>
<data value="50">85%</data>
</div>
<div class="skill-progress-bg">
<div class="skill-progress-fill" style="width: 85%;"></div>
</div>
</li>
</ul>
</section>
</article>
<!--
- #PORTFOLIO
-->
<article class="portfolio" data-page="portfolio">
<header>
<h2 class="h2 article-title">Portfolio</h2>
</header>
<section class="projects">
<!-- <ul class="filter-list">
<li class="filter-item">
<button class="active" data-filter-btn>All</button>
</li>
<li class="filter-item">
<button data-filter-btn>Web design</button>
</li>
<li class="filter-item">
<button data-filter-btn>Applications</button>
</li>
<li class="filter-item">
<button data-filter-btn>Web development</button>
</li>
</ul>
<div class="filter-select-box">
<button class="filter-select" data-select>
<div class="select-value" data-selecct-value>Select category</div>
<div class="select-icon">
<ion-icon name="chevron-down"></ion-icon>
</div>
</button>
<ul class="select-list">
<li class="select-item">
<button data-select-item>All</button>
</li>
<li class="select-item">
<button data-select-item>Web design</button>
</li>
<li class="select-item">
<button data-select-item>Applications</button>
</li>
<li class="select-item">
<button data-select-item>Web development</button>
</li>
</ul>
</div> -->
<ul class="project-list">
</ul>
</section>
</article>
<!--
- #CONTACT
-->
<!-- <article class="contact" data-page="contact">
<header>
<h2 class="h2 article-title">Contact</h2>
</header>
<section class="contact-form">
<h3 class="h3 form-title">Contact Form</h3>
<form action="#" class="form" data-form>
<div class="input-wrapper">
<input type="text" name="fullname" class="form-input" placeholder="Full name" required data-form-input>
<input type="email" name="email" class="form-input" placeholder="Email address" required data-form-input>
</div>
<textarea name="message" class="form-input" placeholder="Your Message" required data-form-input></textarea>
<button class="form-btn" type="submit" disabled data-form-btn>
<ion-icon name="paper-plane"></ion-icon>
<span>Send Message</span>
</button>
</form>
</section>
</article> -->
</div>
</main>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>