We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0c81f commit 912b310Copy full SHA for 912b310
src/routes/join/students/+page.svelte
@@ -39,16 +39,6 @@
39
40
<Section color="var(--gray-lighter)" padding="40px">
41
<h2 id="process">Application Process</h2>
42
- <!-- <p>{@html data.info.applicationBlurb}</p>
43
- <div id="process-steps">
44
- {#each data.applicationSteps as step}
45
- <Step icon={iconMap[step.icon]}>
46
- <span slot="name">{step.name}</span>
47
- <span slot="date">{step.date ?? ""}</span>
48
- <span slot="description">{@html step.description}</span>
49
- </Step>
50
- {/each}
51
- </div> -->
52
<p>
53
Submit your application by 11:59 PM CDT on Sunday, August 31st! The
54
application can be found here: <a href="https://h4i.app/ly">https://h4i.app/ly</a>
0 commit comments