Skip to content

Commit

Permalink
Fixed things
Browse files Browse the repository at this point in the history
  • Loading branch information
fegerar committed Nov 20, 2024
1 parent 6b793fa commit 561b6bd
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
drafts.txt
12 changes: 6 additions & 6 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
), hsl(240, 2%, 13%);
--bg-gradient-yellow-1: linear-gradient(
to bottom right,
hsl(8, 100%, 71%) 0%,
hsl(21, 100%, 60%) 0%,
hsla(36, 100%, 69%, 0) 50%
);
--bg-gradient-yellow-2: linear-gradient(
Expand All @@ -100,8 +100,8 @@
);
--text-gradient-yellow: linear-gradient(
to right,
hsl(8, 100%, 72%),
hsl(0, 100%, 68%)
hsl(21, 100%, 60%) 0%,
hsl(22, 100%, 50%)
);

/* solid */
Expand All @@ -113,11 +113,11 @@
--smoky-black: hsl(0, 0%, 7%);
--white-1: hsl(0, 0%, 100%);
--white-2: hsl(0, 0%, 98%);
--orange-yellow-crayola: hsl(8, 100%, 72%);
--vegas-gold: hsl(0, 54%, 58%);
--orange-yellow-crayola: hsl(21, 100%, 60%);
--vegas-gold: hsl(21, 100%, 60%);
--light-gray: hsl(0, 0%, 84%);
--light-gray-70: hsla(0, 0%, 84%, 0.7);
--bittersweet-shimmer: hsl(0, 43%, 51%);
--bittersweet-shimmer: hsl(21, 100%, 60%);

/**
* typography
Expand Down
Binary file added assets/images/asi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/digilab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,19 @@ <h1 class="name" title="Federico Gerardi">Federico Gerardi</h1>
</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>
Expand Down
10 changes: 3 additions & 7 deletions project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"project":[
{
"Title": "Analog Clock Reader",
"description_it": "Analog Clock Reader is a project that uses OpenCV to read the time from an analog clock",
"link": "assets/docs/clock.html",
"img": "assets/images/clock.png"
},

{
"Title": "Custom Wireless Joystick Development with Arduino and Linux Integration",
"description_it": "My thesis project, developed in collaboration with the Department of Computer, Control and Management Engineering of Sapienza University of Rome.",
Expand Down Expand Up @@ -33,4 +28,5 @@


]
}
}

14 changes: 13 additions & 1 deletion resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@
}
],
"experience": [
{
"logo": "digilab.jpg",
"title_it": "Web Developer Scolarship @ DigiLab Sapienza",
"time_it": "2024 - Now",
"description_it": "Work as web developer at DigiLab Sapienza, a university laboratory focused on innovation and technology"
},
{
"logo": "winch.webp",
"title_it": "Steward @ Winch",
"time_it": "2023 - Now",
"time_it": "2023 - 2024",
"description_it": "Work as steward at Stadio Olimpico in Rome during football matches and concerts"
},
{
"logo": "asi.jpg",
"time_it": "2018 - 2019",
"title_it": "CanSat Competition @ Italian Space Agency & E. Fermi High School",
"description_it": "Work as software developer in a team that partecipated in the CanSat competition organized by the Italian Space Agency"
}
],

Expand Down

0 comments on commit 561b6bd

Please sign in to comment.