Skip to content

Commit

Permalink
Use WebP images
Browse files Browse the repository at this point in the history
  • Loading branch information
amrabed committed Oct 21, 2024
1 parent b8a648c commit 34c74b6
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ format:
lint:
npm run lint

local:
local: install format lint
npm run dev

build:
Expand Down
Binary file added public/amr.webp
Binary file not shown.
Binary file removed public/asu.png
Binary file not shown.
Binary file added public/asu.webp
Binary file not shown.
Binary file removed public/aws-mls.png
Binary file not shown.
Binary file added public/aws-mls.webp
Binary file not shown.
Binary file removed public/aws-saa.png
Binary file not shown.
Binary file added public/aws-saa.webp
Binary file not shown.
Binary file removed public/csm.png
Binary file not shown.
Binary file added public/csm.webp
Binary file not shown.
Binary file removed public/cspo.png
Binary file not shown.
Binary file added public/cspo.webp
Binary file not shown.
Binary file removed public/gce.png
Binary file not shown.
Binary file added public/gce.webp
Binary file not shown.
Binary file removed public/vt.png
Binary file not shown.
Binary file added public/vt.webp
Binary file not shown.
5 changes: 1 addition & 4 deletions src/components/intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ const Intro = () => {
"translate-x-[500px] transition-all opacity-0 duration-700 w-[300px] h-[300px] md:w-[400px] md:h-[400px] bg-cover m-auto md:m-0 mt-[40px] md:mt-0 bg-no-repeat rounded-full"
}
ref={profileRef}
style={{
backgroundImage:
"url(https://avatars.githubusercontent.com/u/3361565?v=4)",
}}
style={{ backgroundImage: "url(/amr.webp)" }}
/>

<div
Expand Down
10 changes: 5 additions & 5 deletions src/data/certifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const certifications: Certification[] = [
name: "AWS Certification",
url: "https://aws.amazon.com/certification",
},
badge: "/aws-mls.png",
badge: "/aws-mls.webp",
link: "https://www.credly.com/badges/8ea3bcee-014b-42df-bc37-3e49d1e4166e/public_url",
date: "June 2024",
},
Expand All @@ -17,7 +17,7 @@ const certifications: Certification[] = [
name: "AWS Certification",
url: "https://aws.amazon.com/certification",
},
badge: "/aws-saa.png",
badge: "/aws-saa.webp",
link: "https://www.youracclaim.com/badges/2d566076-370f-4b1b-8103-ed467325228d",
date: "October 2020",
},
Expand All @@ -27,7 +27,7 @@ const certifications: Certification[] = [
name: "Google Cloud",
url: "https://cloud.google.com/certification",
},
badge: "/gce.png",
badge: "/gce.webp",
link: "https://www.credential.net/fbeb9d71-88ba-4cba-8d22-458cd6ffea50",
date: "July 2020",
},
Expand All @@ -37,7 +37,7 @@ const certifications: Certification[] = [
name: "Scrum Alliance",
url: "https://www.scrumalliance.org",
},
badge: "/csm.png",
badge: "/csm.webp",
link: "https://bcert.me/swmyzzefi",
date: "June 2020",
},
Expand All @@ -47,7 +47,7 @@ const certifications: Certification[] = [
name: "Scrum Alliance",
url: "https://www.scrumalliance.org",
},
badge: "/cspo.png",
badge: "/cspo.webp",
link: "https://bcert.me/spcxpsler",
date: "June 2020",
},
Expand Down
6 changes: 3 additions & 3 deletions src/data/degrees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const degrees: Degree[] = [
university: {
name: "Virginia Tech",
url: "https://www.vt.edu",
logo: "/vt.png",
logo: "/vt.webp",
},
duration: "August 2014 - July 2017",
},
Expand All @@ -15,7 +15,7 @@ const degrees: Degree[] = [
university: {
name: "Virginia Tech",
url: "https://vt.edu",
logo: "/vt.png",
logo: "/vt.webp",
},
duration: "August 2010 - July 2013",
},
Expand All @@ -24,7 +24,7 @@ const degrees: Degree[] = [
university: {
name: "Ain Shams University",
url: "https://eng.asu.edu.eg",
logo: "/asu.png",
logo: "/asu.webp",
},
duration: "September 2000 - June 2005",
},
Expand Down

0 comments on commit 34c74b6

Please sign in to comment.