Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 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 | 8x | import myCertPdf from "../assets/certifications/Attestato_Masone.pdf";
export const certifications = [
{
nameKey: "English CEFR Level B2.2",
issuer: "Speexx",
date: "2024",
descriptionKey: "Speexx_B2_2",
link: "https://portal.speexx.com/certificate/ZTAxY2Y5ZTktNGRjMi00Yzc0LWFjYmQtZjAzOTIyZDNmZjdmOjo4Mg=="
},
{
nameKey: "English CEFR Level B2.1",
issuer: "Speexx",
date: "2024",
descriptionKey: "Speexx_B2_1",
link: "https://portal.speexx.com/certificate/ZTAxY2Y5ZTktNGRjMi00Yzc0LWFjYmQtZjAzOTIyZDNmZjdmOjo4MQ=="
},
{
nameKey: "English CEFR Level B1.2",
issuer: "Speexx",
date: "2024",
descriptionKey: "Speexx_B1_2",
link: "https://portal.speexx.com/certificate/ZTAxY2Y5ZTktNGRjMi00Yzc0LWFjYmQtZjAzOTIyZDNmZjdmOjo4MA=="
},
{
nameKey: "Academy Trainer",
issuer: "RGI Group",
date: "2023",
descriptionKey: "RGI_Certification",
link: myCertPdf
},
{
nameKey: "English CEFR Level B1.1",
issuer: "Speexx",
date: "2023",
descriptionKey: "Speexx_B1_1",
link: "https://portal.speexx.com/certificate/ZTAxY2Y5ZTktNGRjMi00Yzc0LWFjYmQtZjAzOTIyZDNmZjdmOjo3OQ=="
},
{
nameKey: "Codemotion Milan",
issuer: "Codemotion",
date: "2023",
descriptionKey: "Codemotion_Milan",
link: "https://credsverse.com/credentials/070cb7c9-c2c8-4bf5-b27b-df66298f9561",
},
{
nameKey: "Codemotion Workshop Fest",
issuer: "Codemotion",
date: "2023",
descriptionKey: "Codemotion_Workshop",
link: "https://credsverse.com/credentials/98c00e0e-8cb8-41d1-96b0-515b1b2842ef",
}
];
|