Skip to content

Commit 3e3c178

Browse files
committed
added another faq + fixed typos
1 parent a5e0038 commit 3e3c178

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

index.html

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<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>
132132
<br>
133133
<div class="flex justify-center">
134-
<a href="https://forms.gle/MhaKPfWyyg49WpDc8">
134+
<a href="https://forms.gle/MhaKPfWyyg49WpDc8" target="_blank">
135135
<button
136136
class="bg-main_pink p-5 w-max rounded-full text-white border-none w-1/2"
137137
type="submit"
@@ -168,7 +168,7 @@ <h2 id="accordion-collapse-heading-1">
168168
</h2>
169169
<div id="accordion-collapse-body-1" class="hidden" aria-labelledby="accordion-collapse-heading-1">
170170
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700 dark:bg-gray-900">
171-
<p class="mb-2 text-gray-500 dark:text-gray-400">codebar courses sessions are all virtual and can be attended from anywehere in the world.</p>
171+
<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>
172172
</div>
173173
</div>
174174

@@ -204,7 +204,7 @@ <h2 id="accordion-collapse-heading-3">
204204
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"
205205
data-accordion-target="#accordion-collapse-body-3" aria-expanded="false"
206206
aria-controls="accordion-collapse-body-3">
207-
<span>What prior knowlage do I need to have before joining?</span>
207+
<span>What prior knowledge do I need to have before joining?</span>
208208
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
209209
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
210210
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
@@ -222,10 +222,10 @@ <h2 id="accordion-collapse-heading-3">
222222

223223
<h2 id="accordion-collapse-heading-4">
224224
<button type="button"
225-
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"
225+
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"
226226
data-accordion-target="#accordion-collapse-body-4" aria-expanded="false"
227227
aria-controls="accordion-collapse-body-4">
228-
<span>How can I or my company sponsor a cohort?</span>
228+
<span>How do I sign up/what is the application process?</span>
229229
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
230230
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
231231
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
@@ -234,6 +234,27 @@ <h2 id="accordion-collapse-heading-4">
234234
</button>
235235
</h2>
236236
<div id="accordion-collapse-body-4" class="hidden" aria-labelledby="accordion-collapse-heading-2">
237+
<div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700">
238+
<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>
239+
</div>
240+
</div>
241+
242+
<!-- Question 5 -->
243+
244+
<h2 id="accordion-collapse-heading-5">
245+
<button type="button"
246+
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"
247+
data-accordion-target="#accordion-collapse-body-5" aria-expanded="false"
248+
aria-controls="accordion-collapse-body-5">
249+
<span>How can I or my company sponsor a cohort?</span>
250+
<svg data-accordion-icon class="w-3 h-3 rotate-180 shrink-0" aria-hidden="true"
251+
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
252+
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
253+
d="M9 5 5 1 1 5" />
254+
</svg>
255+
</button>
256+
</h2>
257+
<div id="accordion-collapse-body-5" class="hidden" aria-labelledby="accordion-collapse-heading-2">
237258
<div class="p-5 border border-b-1 border-gray-200 dark:border-gray-700">
238259
<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>
239260
</div>

0 commit comments

Comments
 (0)