From 7de08248a314028b864c67648a8d5045eb49b5f3 Mon Sep 17 00:00:00 2001 From: Louise Aldridge Date: Tue, 6 Jan 2026 10:24:29 +0000 Subject: [PATCH 1/4] Moving elements for consistency --- bootcamps/software-development-tfs/2025-09/index.html | 3 ++- index.html | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bootcamps/software-development-tfs/2025-09/index.html b/bootcamps/software-development-tfs/2025-09/index.html index f25135c..a50f894 100644 --- a/bootcamps/software-development-tfs/2025-09/index.html +++ b/bootcamps/software-development-tfs/2025-09/index.html @@ -1,4 +1,4 @@ - + @@ -38,6 +38,7 @@ Home +

Software Development

diff --git a/index.html b/index.html index eade4ca..e3def34 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -26,15 +26,14 @@ src="./assets/tech-native-logo.png" alt="Technative Logo" /> - +
+ +

Meet the Alumni of TechNative Digital

Looking for new talent? Hire our alumni - professionals in software, media, AI, and more.

-
- -

About TechNative Digital

From 79b3967f9aef8d6c2fcbad81b56fd7c0706b3b7b Mon Sep 17 00:00:00 2001 From: Louise Aldridge Date: Tue, 6 Jan 2026 10:24:41 +0000 Subject: [PATCH 2/4] Styling updates for consistency and appearance --- css/global.css | 2 +- css/header.css | 1 - css/main.css | 11 +++-------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/css/global.css b/css/global.css index df1fa41..c682252 100644 --- a/css/global.css +++ b/css/global.css @@ -52,7 +52,7 @@ h4 { border: none; height: 4px; background-color: var(--color-yellow); - margin: 1.5em 0; + margin: 1.5em 1.2em; } @media (min-width: 886px) { diff --git a/css/header.css b/css/header.css index 849b51c..e9ba0ba 100644 --- a/css/header.css +++ b/css/header.css @@ -2,7 +2,6 @@ display: flex; align-items: center; gap: 2rem; - padding-bottom: 2rem; } .header-tagline { diff --git a/css/main.css b/css/main.css index fe09534..267e1e6 100644 --- a/css/main.css +++ b/css/main.css @@ -11,16 +11,13 @@ } .bootcamp-description { - padding-bottom: 2.5rem; + padding-bottom: 3rem; margin: 0 auto; font-size: 1.2rem; } /* Alumni List */ .alumni-list { - border: 2px solid var(--color-yellow); - border-radius: var(--border-radius-m); - padding: 1rem; margin-bottom: 6rem; } @@ -155,9 +152,7 @@ .bootcamp-card:focus { box-shadow: 0 6px 12px 0 rgba(217, 217, 217, 1); transform: translateY(-2px); - transition: - box-shadow 0.2s ease, - transform 0.2s ease; + transition: box-shadow 0.2s ease, transform 0.2s ease; } .card__bootcamp-name { @@ -279,7 +274,7 @@ /* 1450px: Three Column, Horizontal Cards */ @media (min-width: 1450px) { .alumni-list { - padding: 3rem; + /* padding: 3rem; */ border-width: 4px; } From 5bda64846c0a8d856b18ab16e989626419f4ba73 Mon Sep 17 00:00:00 2001 From: louiseka Date: Tue, 6 Jan 2026 10:35:49 +0000 Subject: [PATCH 3/4] Prettified Code! --- css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 267e1e6..489a1d3 100644 --- a/css/main.css +++ b/css/main.css @@ -152,7 +152,9 @@ .bootcamp-card:focus { box-shadow: 0 6px 12px 0 rgba(217, 217, 217, 1); transform: translateY(-2px); - transition: box-shadow 0.2s ease, transform 0.2s ease; + transition: + box-shadow 0.2s ease, + transform 0.2s ease; } .card__bootcamp-name { From 27f499a30922f095f8223f65d3fb89323eefb3e1 Mon Sep 17 00:00:00 2001 From: Louise Aldridge Date: Tue, 6 Jan 2026 10:35:58 +0000 Subject: [PATCH 4/4] padding change on line style --- css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/global.css b/css/global.css index c682252..df1fa41 100644 --- a/css/global.css +++ b/css/global.css @@ -52,7 +52,7 @@ h4 { border: none; height: 4px; background-color: var(--color-yellow); - margin: 1.5em 1.2em; + margin: 1.5em 0; } @media (min-width: 886px) {