diff --git a/pease-portfolio/src/app/career/license/page.js b/pease-portfolio/src/app/career/license/page.js new file mode 100644 index 0000000..903176a --- /dev/null +++ b/pease-portfolio/src/app/career/license/page.js @@ -0,0 +1,64 @@ +const CERTS = [ + { + name: "Office Specialist: Excel Associate", + issuedBy: "Microsoft", + date: "Oct 2024", + img: "https://pluspng.com/img-png/excel-logo-png-img-microsoft-excel-logo-in-svg-vector-or-png-file-format-3000x2000.png", + id: "d616eed8-2e1a-46dd-b9ae-5e09e2db916d", + link: "https://www.credly.com/badges/d616eed8-2e1a-46dd-b9ae-5e09e2db916d/linked_in_profile" + }, + { + name: "5G Introductory-Level Certificate", + issuedBy: "Qualcomm", + date: "Aug 2024", + img: "https://logos-world.net/wp-content/uploads/2022/11/Qualcomm-Emblem.png", + id: "QVLQBJ4C", + }, + { + name: "Javascript Algorithms and Data Structures", + issuedBy: "freeCodeCamp", + date: "Aug 2024", + img: "https://www.co.midland.tx.us/ImageRepository/Document?documentId=1229", + id: "fccc17233fc-56a0-4c48-8300-7668e66ee92f", + link: "https://www.freecodecamp.org/certification/fccc17233fc-56a0-4c48-8300-7668e66ee92f/javascript-algorithms-and-data-structures-v8" + }, + { + name: "Responsive Web Design", + issuedBy: "freeCodeCamp", + date: "Aug 2024", + img: "https://www.co.midland.tx.us/ImageRepository/Document?documentId=1229", + id: "/fccc17233fc-56a0-4c48-8300-7668e66ee92f", + link: "https://www.freecodecamp.org/certification/fccc17233fc-56a0-4c48-8300-7668e66ee92f/responsive-web-design" + } +] + +export default function Page() { + const certs = CERTS.map((cert) => { + return + }) + return ( +
+ Licenses and Certifications +
+ {certs} +
+
+ ) +} + + +function Certification({data}) { + return ( +
+
+ +
+
+ {data.name}
+ {data.issuedBy} - {data.date}
+ {data.id && ID: {data.id}
} + {data.link && View Certificate} +
+
+ ) +} \ No newline at end of file diff --git a/pease-portfolio/src/app/globals.js b/pease-portfolio/src/app/globals.js index 2ba2e57..196820e 100644 --- a/pease-portfolio/src/app/globals.js +++ b/pease-portfolio/src/app/globals.js @@ -62,13 +62,11 @@ function CareerNav() { Previous Portfolio Versions - {/* Licenses & Certifications - */}