We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab54810 commit 9f63c2cCopy full SHA for 9f63c2c
src/routes/join/students/+page.svelte
@@ -39,16 +39,12 @@
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>
+ <p>
+ Submit your application by 11:59 PM CDT on Sunday, August 31st! The
+ application can be found here: <a href="https://h4i.app/ly"
+ >https://h4i.app/ly</a
+ >
+ </p>
52
</Section>
53
54
{#if data.faqs.length > 0}
0 commit comments