Skip to content
Merged
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
14 changes: 14 additions & 0 deletions bootcamps/software-development-tfs/2025-09/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Software Development - Tech Finishing School</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
property="og:title"
content="Alumni of TechNative Digital Software Development TFS course"
/>
<meta
property="og:description"
content="Hire top talent from our employer-backed software development and tech bootcamps."
/>
<meta property="og:image" content="./assets/TechNativeLogo.png" />
<meta
property="og:url"
content="https://technative-academy.github.io/bootcamps/software-development-tfs/2025-09/index.html"
/>
<meta property="og:type" content="website" />
<script src="../../../scripts/alumni.js" defer></script>
<link rel="stylesheet" href="../../../css/global.css" />
<link rel="stylesheet" href="../../../css/main.css" />
Expand Down