-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (196 loc) · 9.42 KB
/
index.html
File metadata and controls
196 lines (196 loc) · 9.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Technative Digital - Alumni</title>
<link
rel="icon"
type="image/x-icon"
href="/assets/technative-favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Alumni of TechNative Digital" />
<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/"
/>
<meta property="og:type" content="website" />
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/global.css" />
</head>
<body>
<header class="header">
<img
class="logo"
src="./assets/tech-native-logo.png"
alt="Technative Logo"
/>
<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>
<section class="about-technative">
<h2>About TechNative Digital</h2>
<p>
TechNative Digital is dedicated to building real skills and
launching real careers in tech and digital. Our bootcamps
are part of an employer-backed movement, co-designed with
industry professionals who know what it takes to succeed in
modern tech roles. Each programme offers hands-on, work-like
experiences to ensure our alumni are equipped with the
skills the industry actually needs.
</p>
<p>
Find out more about our training and ethos on the main
<a
href="https://technativedigital.com/"
target="_blank"
rel="noopener noreferrer"
>TechNative Digital Website</a
>.
</p>
</section>
<section class="bootcamps">
<div class="bootcamp-list__cards grid">
<a
href="./bootcamps/software-development-tfs/2026-01/index.html"
class="card bootcamp-card"
>
<div class="card__hero">
<img
src="./assets/2026-01-tfs/software-tfs.webp"
alt="A collage of developers during the software development tech finishing school bootcamp."
class="card__hero-image"
/>
</div>
<div class="card__body">
<h3 class="card__bootcamp-name">
Software Development -
<span class="bootcamp__subtitle"
>Tech Finishing School (January 2026)
</span>
</h3>
<p class="card__description">
This 12-week intensive Software Development
Bootcamp is designed for junior developers with
previous coding experience. The course focused
on developing professional soft-skills whilst
working on various group projects using
technologies including React and Node.js.
</p>
</div>
</a>
<a
href="./bootcamps/software-development-tfs/2025-09/index.html"
class="card bootcamp-card"
>
<div class="card__hero">
<img
src="./assets/2025-09-tfs/software-tfs.jpg"
alt="A collage of developers during the software development tech finishing school bootcamp."
class="card__hero-image"
/>
</div>
<div class="card__body">
<h3 class="card__bootcamp-name">
Software Development -
<span class="bootcamp__subtitle"
>Tech Finishing School (September 2025)
</span>
</h3>
<p class="card__description">
This 12-week intensive Software Development
Bootcamp is designed for junior developers with
previous coding experience. The course focused
on developing professional soft-skills while
working on various group projects using
technologies including React and Node.js.
</p>
</div>
</a>
<a
href="./bootcamps/foundations/2024-03/index.html"
class="card bootcamp-card"
>
<div class="card__hero">
<img
src="./assets/2024-03-bc/technative-2024.jpg"
alt="A collage of developers during the software development bootcamp."
class="card__hero-image"
style="object-position: center top"
/>
</div>
<div class="card__body">
<h3 class="card__bootcamp-name">
Software Development -
<span class="bootcamp__subtitle"
>Bootcamp (March 2024)
</span>
</h3>
<p class="card__description">
This 16-week full time intensive Software
Development Bootcamp is designed for individuals
with little to no previous coding experience.
The course focused on developing strong tech
foundations and professional soft-skills while
working on various group projects using
technologies including React and Node.js.
</p>
</div>
</a>
<!-- Tech Foundations Card
<a
href="./bootcamps/software-development-foundations/2025-10/index.html"
class="card bootcamp-card"
>
<div class="card__hero">
<img
src="./assets/2025-10-foundation/2025-10-foundations.jpg"
alt="A collage of developers during the software development foundations bootcamp."
class="card__hero-image"
/>
</div>
<div class="card__body">
<h3 class="card__bootcamp-name">
Software Development -
<span class="bootcamp__subtitle"
>Foundations (October 2025)
</span>
</h3>
<p class="card__description">
A hands-on starter course for aspiring tech
learners. Students built real web projects with
HTML, CSS, and JavaScript, collaborated using
Agile and Git/GitHub, and explored e-commerce,
data governance, and AI in modern digital
products, gaining a practical foundation for
advanced pathways.
</p>
</div>
</a> -->
</div>
</section>
</main>
<footer>
<p>
This website was created by alumni of the 2025 Software
Development TFS course. The GitHub repository can be found
<a
href="https://github.com/technative-academy/technative-academy.github.io"
>here</a
>.
</p>
</footer>
</body>
<script src="script.js"></script>
</html>