diff --git a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json index e6c668f..a7e07c0 100644 --- a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json +++ b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json @@ -62,7 +62,7 @@ "linkedin": "https://linkedin.com/in/matt-nightingale", "photo": "/assets/2025-09-tfs/profile_photos/matt_n.jpg", "description": "Currently a front-end developer focussed on React, Redux, TypeScript and JavaScript, but with a desire to learn much more! I have a naturally analytical mind with a passion for problem solving and building clean, beautiful UI.", - "portfolio_link": "", + "portfolio_link": "https://mattnightingale.vercel.app/", "technologies": ["React", "JavaScript", "Redux", "TypeScript"] }, { diff --git a/bootcamps/software-development-tfs/2025-09/index.html b/bootcamps/software-development-tfs/2025-09/index.html index a50f894..2b0a9f6 100644 --- a/bootcamps/software-development-tfs/2025-09/index.html +++ b/bootcamps/software-development-tfs/2025-09/index.html @@ -1,4 +1,4 @@ - + diff --git a/css/alumni/2025-09-tfs.css b/css/alumni/2025-09-tfs.css index 78f0d4e..a9cce07 100644 --- a/css/alumni/2025-09-tfs.css +++ b/css/alumni/2025-09-tfs.css @@ -86,8 +86,9 @@ For updating colour of tech/skills /* Matt Card styling */ .card--matt-n { - background: linear-gradient(205deg, #4998e2 0%, #9cb9ce 100%); + background: #2c4a80; box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2); + border: 2px solid #f39c12; .card__name, .card__role, @@ -100,16 +101,21 @@ For updating colour of tech/skills .card__icon { fill: var(--color-white); } + + .card__link { + width: fit-content; + white-space: nowrap; + } } .tech--matt-n { - background-color: #efc845; - box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2); + background-color: #f39c12; + box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3); } .tech--matt-n:hover { background-color: #efc845; - box-shadow: none; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); transform: translateY(-2px); } diff --git a/index.html b/index.html index e3def34..ebe55c1 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +