Skip to content

Commit

Permalink
Add Josh cert
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Ratushnyi committed Oct 30, 2024
1 parent 0d1f4cc commit d226e01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ import cert1 from "../images/c1.png";
import cert2 from "../images/PRJCTR_SQL.png";
import cert3 from "../images/c3.png";
import cert4 from "../images/PR3.png";
import cert5 from "../images/SCR-20241030-qppb.png";
import namecheap1 from "../images/nc1.jpeg";
import merge from "../images/merge.png";
import mergeAcademy from "../images/merge-academy.ico";
Expand Down Expand Up @@ -1120,6 +1121,12 @@ export default function Home() {
<Fullwidth>
<div className={styles.certsList}>
<div className={styles.certPadding} />
<Certificate
className={styles.certItem}
src={cert5}
backgroundColor="#f2f2f2"
alt={getAlt("Josh Comeau: CSS for JS devs")}
/>
<Certificate
className={styles.certItem}
src={cert4}
Expand Down
Binary file added src/images/SCR-20241030-qppb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d226e01

Please sign in to comment.