Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
{
Expand Down
2 changes: 1 addition & 1 deletion bootcamps/software-development-tfs/2025-09/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
14 changes: 10 additions & 4 deletions css/alumni/2025-09-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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);
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down