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
3 changes: 2 additions & 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 Expand Up @@ -38,6 +38,7 @@
<a class="nav__link" href="../../../index.html">Home</a>
</nav>
</div>
<hr class="header__limiter" />
</header>
<main>
<h1 class="bootcamp__title">Software Development</h1>
Expand Down
1 change: 0 additions & 1 deletion css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
align-items: center;
gap: 2rem;
padding-bottom: 2rem;
}

.header-tagline {
Expand Down
7 changes: 2 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -279,7 +276,7 @@
/* 1450px: Three Column, Horizontal Cards */
@media (min-width: 1450px) {
.alumni-list {
padding: 3rem;
/* padding: 3rem; */
border-width: 4px;
}

Expand Down
9 changes: 4 additions & 5 deletions 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 Expand Up @@ -26,15 +26,14 @@
src="./assets/tech-native-logo.png"
alt="Technative Logo"
/>
<nav></nav>
<hr class="header__limiter" />
</header>
<main>
<h1>Meet the Alumni of TechNative Digital</h1>
<p class="header-tagline">
Looking for new talent? Hire our alumni - professionals in
software, media, AI, and more.
</p>
<hr class="header__limiter" />
</header>
<main>
<section class="about-technative">
<h2>About TechNative Digital</h2>
<p>
Expand Down