From ac7cc36cd7e254d894e20258563261e72e96f24c Mon Sep 17 00:00:00 2001 From: Matt Nightingale Date: Sat, 10 Jan 2026 18:50:44 +0000 Subject: [PATCH 1/2] adding portfolio link and changed card styling --- .../2025-09/2025-09-tfs.json | 2 +- css/alumni/2025-09-tfs.css | 91 ++++++++++++++++--- 2 files changed, 81 insertions(+), 12 deletions(-) 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 148a1db..3e1f937 100644 --- a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json +++ b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json @@ -55,7 +55,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/css/alumni/2025-09-tfs.css b/css/alumni/2025-09-tfs.css index f4f086d..a9cce07 100644 --- a/css/alumni/2025-09-tfs.css +++ b/css/alumni/2025-09-tfs.css @@ -55,6 +55,22 @@ For updating colour of tech/skills } } +/* Tymur Card styling */ +.card--tymur { + background: #ef7829; + /*background: var(--color-yellow);*/ + /*background: linear-gradient(135deg, #f9d423 0%, #ff4e50 100%);*/ + border-style: dashed; + border-width: 8px; + border-color: #222034; + color: #222034; +} + +.tech--tymur { + background-color: #222034; + color: var(--color-white); +} + /* Yorick Card styling */ .card--yorick { background: linear-gradient( @@ -70,29 +86,82 @@ 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, + .card__link, + .card__description { + color: var(--color-white); + } + + .card__link-icon, + .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); } -.card__name, -.card__role, -.card__link, -.card__description { +/* Jeremy card styling */ +.card--jeremy { + background: linear-gradient(135deg, #08ef1b, #303733); + color: rgb(255, 255, 255); + .card__link-icon, + .card__icon { + fill: var(--color-white); + } + + .card__name, + .card__role, + .card__link, + .card__description { + color: var(--color-white); + } +} + +.tech--jeremy { + background-color: #1a1194; +} + +/* Yash Card styling */ +.card--yash { + background: linear-gradient(135deg, #9b4ad0b6 0%, #de2828b5 100%); color: var(--color-white); } -.card__link-icon, -.card__icon { - fill: var(--color-white); +.tech--yash { + background-color: #9b4ad0b6; + color: var(--color-black); +} + +.tech--yash:hover { + background-color: #d56161b5; + box-shadow: none; + transform: translateY(-2px); +} + +.card--wahaj-arsal { + background-color: #fdf0e9; +} + +.tech--wahaj-arsal { + background-color: #ef6d58; + color: #ffffff; } From 87f9dfe01a3feded2ceb3254618f42923a7ff3f4 Mon Sep 17 00:00:00 2001 From: MattNightingale Date: Sat, 10 Jan 2026 19:01:26 +0000 Subject: [PATCH 2/2] Prettified Code! --- bootcamps/software-development-tfs/2025-09/index.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/index.html b/index.html index e3def34..ebe55c1 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +