Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

✨ : add Scaleway Foundations certification

+19 -11
assets/credentials/scaleway-foundations.png

This is a binary file and will not be displayed.

+16 -9
assets/css/custom.css
··· 26 26 font-size: 1rem; 27 27 } 28 28 29 - ul.certifications { 29 + .certifications { 30 30 display: flex; 31 + flex-wrap: wrap; 32 + justify-content: space-evenly; 33 + gap: 1rem; 34 + 31 35 border-top: solid 1px white; 32 36 border-bottom: solid 1px white; 33 37 padding: 1rem 0 1rem 0; 34 - } 38 + margin: 0; 35 39 36 - .certifications li { 37 - list-style-type: none; 38 - } 40 + li { 41 + width: 96px; 42 + flex-shrink: 1; 43 + list-style-type: none; 44 + } 39 45 40 - .certifications img { 41 - width: 96px; 42 - height: 96px; 43 - border: 2px solid white; 46 + img { 47 + width: 96px; 48 + height: 96px; 49 + border: 2px solid white; 50 + } 44 51 } 45 52 46 53 @media (max-width: 48em) {
+3 -2
hugo.toml
··· 46 46 front_page_content = ["posts", "projects", "books"] 47 47 48 48 certifications = [ 49 - {Name = "CKAD: Certified Kubernetes Application Developer", Issuer= "The Linux Foundation", Issued= "2023-12", Expires= "2026-12", Credentials= "https://www.credly.com/badges/cdd863d0-5136-44e1-a393-8fa2dd736fa2/public_url", Logo= "/credentials/ckad-certified-kubernetes-application-developer.png"}, 50 - {Name = "HashiCorp Certified: Terraform Associate (003)", Issuer= "HashiCorp", Issued= "2023-11", Expires= "2025-11", Credentials= "https://www.credly.com/badges/c8e35084-2c3d-443f-96fd-76a46b237360/public_url", Logo= "/credentials/hashicorp-certified-terraform-associate-003.png"} 49 + {Name = "Scaleway Foundations", Issuer= "Scaleway", Issued= "2026-03", Expires= "2028-03", Credentials= "https://scaleway.360learning.com/api/certification/6478933742264014/file.pdf", Logo= "/credentials/scaleway-foundations.png"}, 50 + {Name = "CKAD", Issuer= "The Linux Foundation", Issued= "2023-12", Expires= "2026-12", Credentials= "https://www.credly.com/badges/cdd863d0-5136-44e1-a393-8fa2dd736fa2/public_url", Logo= "/credentials/ckad-certified-kubernetes-application-developer.png"}, 51 + {Name = "Terraform Associate (003)", Issuer= "HashiCorp", Issued= "2023-11", Expires= "2025-11", Credentials= "https://www.credly.com/badges/c8e35084-2c3d-443f-96fd-76a46b237360/public_url", Logo= "/credentials/hashicorp-certified-terraform-associate-003.png"} 51 52 ] 52 53 53 54 plausible = true