forked from codebar/uncodebar-microsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
315 lines (279 loc) · 16.8 KB
/
index.html
File metadata and controls
315 lines (279 loc) · 16.8 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>codebar courses</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="./images/codebar-courses-logo-square.png">
<link rel="stylesheet" href="./css/style.css">
<!-- Tailwind -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Social media icons are used -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@codebar" />
<meta name="twitter:title" content="codebar courses" />
<meta name="twitter:description"
content="codebar courses are project based job-readiness structured lessons to help underrepresented adults build practical skills, confidence, and a clear pathway into tech and data careers. We blend hands-on technical training (real tools, real workflows, practical projects) with workplace skills employers value (communication, collaboration, problem-solving, presenting your work)." />
<meta name="twitter:image" content="./images/codebar-courses-banner.png" />
<!-- fb, linkedin, etc -->
<meta property="og:type" content="article" />
<meta property="og:title" content="codebar courses" />
<meta property="og:description"
content="codebar courses are project based job-readiness structured lessons to help underrepresented adults build practical skills, confidence, and a clear pathway into tech and data careers. We blend hands-on technical training (real tools, real workflows, practical projects) with workplace skills employers value (communication, collaboration, problem-solving, presenting your work)." />
<meta property="og:url" content="https://courses.codebar.io" />
<meta property="og:image" content="./images/codebar-courses-banner.png" />
<script>
(function(w, d, t, h, s, n) {
w.FlodeskObject = n;
var fn = function() {
(w[n].q = w[n].q || []).push(arguments);
};
w[n] = w[n] || fn;
var f = d.getElementsByTagName(t)[0];
var v = '?v=' + Math.floor(new Date().getTime() / (120 * 1000)) * 60;
var sm = d.createElement(t);
sm.async = true;
sm.type = 'module';
sm.src = h + s + '.mjs' + v;
f.parentNode.insertBefore(sm, f);
var sn = d.createElement(t);
sn.async = true;
sn.noModule = true;
sn.src = h + s + '.js' + v;
f.parentNode.insertBefore(sn, f);
})(window, document, 'script', 'https://assets.flodesk.com', '/universal', 'fd');
</script>
</head>
<body class="box-border m-0">
<header>
<!--
<section>
<nav class="bg-white m-0 w-full border-b border-gray-800 dark:border-gray-700">
<div class="top-40 md:dark:bg-gray-800 max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<a id="top" href="#">
<img src="images/codebar-courses-logo.png" alt="The logo of codebar courses" class="w-40" />
</a>
<button data-collapse-toggle="navbar-dropdown" type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-dropdown" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M1 1h15M1 7h15M1 13h15" />
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-dropdown">
<ul
class="flex flex-col font-medium p-3 md:p-3 mt-4 border border-gray-100 rounded-lg bg-gray-800 md:flex-row md:space-x-8 md:mt-0 md:border-0 md:bg-gray-800 dark:border-gray-700">
<li>
<a href="#event"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Event</a>
</li>
<li>
<a href="#highlights"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Highlights</a>
</li>
<li>
<a href="#sponsor"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Sponsor</a>
</li>
<li>
<a href="#locations"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Locations</a>
</li>
<li>
<a href="#faqs"
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">FAQs</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</nav>
</section>
-->
</header>
<main>
<section id="banner">
<div>
<img src="images/codebar-courses-banner.svg" alt="codebar courses banner" class="w-full" />
</div>
</section>
<section id="summery">
<div class="flex flex-wrap bg-white">
<div class=" lg:text-6xl text-5xl md:w-2/4 md:flex w-screen md:flex-col lg:p-20 p-10 text-universal-blue text-center">
<p>A new way of</p>
<div class="text-light_blue lg:text-8xl text-6xl">
<p>Learning</p>
</div>
</div>
<div class=" lg:text-xl text-xl md:w-2/4 md:flex w-screen md:flex-col pt-20 p-10">
<p>codebar courses are project based job-readiness structured lessons to help underrepresented adults build practical skills, confidence, and a clear pathway into tech and data careers.</p>
<br>
<div class="flex justify-center">
<a href="https://forms.gle/MhaKPfWyyg49WpDc8" target="_blank">
<button
class="bg-main_pink p-5 w-max rounded-full text-white border-none w-1/2"
type="submit"
>
Register your interest
</button>
</a>
</div>
</div>
</div>
</section>
<section id="faqs" class="mt-0 h-full bg-white">
<div class="flex flex-col gap-5 p-10 lg:p-20">
<h2 class="lg:text-5xl text-3xl font-semibold">Frequently Asked Questions</h2>
<!-- Customized accordion menu (flowbite) -->
<div id="accordion-collapse" data-accordion="collapse" class="mt-10 bg-white ">
<!-- Question 1 -->
<h2 id="accordion-collapse-heading-1">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 rounded-t-xl focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-1" aria-expanded="false"
aria-controls="accordion-collapse-body-1">
<span>Are sessions virtual or in person?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-1" class="hidden" aria-labelledby="accordion-collapse-heading-1">
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700 dark:bg-gray-900">
<p class="mb-2 text-gray-500 dark:text-gray-400">codebar courses sessions are all virtual and can be attended from anywhere in the world.</p>
</div>
</div>
<!-- Question 2 -->
<h2 id="accordion-collapse-heading-2">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-2" aria-expanded="false"
aria-controls="accordion-collapse-body-2">
<span>Is codebar courses full or part time</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-2" class="hidden" aria-labelledby="accordion-collapse-heading-2">
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">Our courses are part time, allowing students to work a full time job alongside them.
<br>
<br> Our AI Fundamentals course starts on May the 6th 2026 and is 8 weeks long.
<br>Students have the expectation of attending a 1 or 2 hour virtual lunchtime session (12-1pm GMT) per week usually on Wednesdays and Fridays as well as completing an hour of homework per week.
<br>The final session will be in a Wednesday evening (6pm-9pm GMT)</p>
</div>
</div>
<!-- Question 3 -->
<h2 id="accordion-collapse-heading-3">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-3" aria-expanded="false"
aria-controls="accordion-collapse-body-3">
<span>What prior knowledge do I need to have before joining?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-3" class="hidden" aria-labelledby="accordion-collapse-heading-2">
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">To attend our AI Fundamentals course you must have completed either codebar's 30 Days of Python course or DataCamp's Introduction to Python course. <br><br> As an existing codebar member you can request access to the data camp course by filling in <a href="https://forms.gle/8mUyUo4eErttzQWk6" target="_blank" class="underline">this form</a> </p>
</div>
</div>
<!-- Question 4 -->
<h2 id="accordion-collapse-heading-4">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-0 border-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-4" aria-expanded="false"
aria-controls="accordion-collapse-body-4">
<span>How do I sign up/what is the application process?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-4" class="hidden" aria-labelledby="accordion-collapse-heading-2">
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">Fill in our <a href="https://forms.gle/MhaKPfWyyg49WpDc8" target="_blank" class="underline">register interest form</a> and we will email out registration forms with more details. </p>
</div>
</div>
<!-- Question 5 -->
<h2 id="accordion-collapse-heading-5">
<button type="button"
class="flex items-center justify-between w-full p-5 font-medium text-left text-gray-500 border border-b-1 rounded-b-xlborder-gray-200 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800 dark:border-gray-700 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800"
data-accordion-target="#accordion-collapse-body-5" aria-expanded="false"
aria-controls="accordion-collapse-body-5">
<span>How can I or my company sponsor a cohort?</span>
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5 5 1 1 5" />
</svg>
</button>
</h2>
<div id="accordion-collapse-body-5" class="hidden" aria-labelledby="accordion-collapse-heading-2">
<div class="p-5 border border-b-1 border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400"> Reach out to us at <a href="mailto:hello@codebar.io?subject=Sponsorship" class="underline" >hello@codebar.io</a> for details </p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer
class="flex flex-col flex-wrap gap-10 lg:gap-5 bg-universal-blue lg:items-stretch px-10 pt-0 lg:px-20 pb-0 max-w-screen items-center">
<div class="flex flex-col lg:flex-row justify-evenly gap-10 text-center">
<div class="flex flex-col gap-5 text-lg lg:text-xl text-slate-100 pt-[30px] font-bold">
<h3>Follow us</h3>
<div class="flex gap-5 justify-center">
<a href="https://www.instagram.com/codebarhq/" class="fa fa-instagram fa-lg" target="_blank"></a>
<a href="https://www.facebook.com/codebarHQ/" class="fa fa-facebook fa-lg" target="_blank"></a>
<a href="https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA" class="fa fa-youtube fa-lg"
target="_blank"></a>
<a href="https://www.linkedin.com/company/codebarcommunity/?originalSubdomain=uk" class="fa fa-linkedin fa-lg"
target="_blank"></a>
</div>
</div>
<div class="flex flex-col flex-wrap gap-5 text-lg lg:text-xl flex-center">
<div id="fd-form-69d54a1e5dc46b505b563dd7"></div>
<script>
window.fd('form', {
formId: '69d54a1e5dc46b505b563dd7',
containerEl: '#fd-form-69d54a1e5dc46b505b563dd7'
});
</script>
</div>
<div class="flex flex-col gap-5 text-lg lg:text-xl text-slate-100 lg:pt-[30px]">
<div class="font-bold">
<h3>Get in touch</h3>
</div>
<p><a href="mailto:hello@codebar.io">hello@codebar.io</a></p>
</div>
</div>
<div class="flex justify-center items-center">
<p class="text-sm text-slate-100 pb-10">
All rights reserved to codebar Charity. Registered UK and Wales
charity number 1187776.
</p>
</div>
</footer>
<!-- Flowbite -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.js"></script>
</body>
</html>