Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/content/pages/finaid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ application form.
| **Date** | | **Event** |
|---|---|---|
| 19 March 2026 | | Applications open for in-person and remote grants |
| 9 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="findaid-accent-round-marker" /> | Deadline for submitting first-round applications |
| 23 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="findaid-accent-round-marker" /> | First round of grant notifications |
| 3 May 2026 | <img src="/finaid-round1.svg" alt="round one" class="findaid-accent-round-marker" /> | Deadline to accept a first-round grant |
| **11 May 2026** | <img src="/finaid-round2.svg" alt="round two" class="findaid-accent-round-marker" /> | Deadline for submitting second-round applications |
| 1 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="findaid-accent-round-marker" /> | Second round grant notifications |
| 9 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="findaid-accent-round-marker" /> | Deadline to accept a second-round grant |
| 9 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="finaid-accent-round-marker" /> | Deadline for submitting first-round applications |
| 23 April 2026 | <img src="/finaid-round1.svg" alt="round one" class="finaid-accent-round-marker" /> | First round of grant notifications |
| 3 May 2026 | <img src="/finaid-round1.svg" alt="round one" class="finaid-accent-round-marker" /> | Deadline to accept a first-round grant |
| **11 May 2026** | <img src="/finaid-round2.svg" alt="round two" class="finaid-accent-round-marker" /> | Deadline for submitting second-round applications |
| 1 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="finaid-accent-round-marker" /> | Second round grant notifications |
| 9 June 2026 | <img src="/finaid-round2.svg" alt="round two" class="finaid-accent-round-marker" /> | Deadline to accept a second-round grant |
| 28 July 2026 | | Receipt submission deadline |

**If you've already applied for round 1, you don't have to reapply for round
Expand Down
12 changes: 0 additions & 12 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ ul.milestone-todo li::before {
background: none !important;
}

img.findaid-accent-round-marker {
width: 120px;
min-width: 70px;
padding: 0 10px;
display: inline-block;
margin: 0;
}

table.finaid-timeline td {
padding-bottom: 1rem;
}

summary h4::after {
content: "👇";
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ul.milestone-todo li::before {
max-width: max(800px, 50vw);
}

img.findaid-accent-round-marker {
img.finaid-accent-round-marker {
width: 120px;
min-width: 70px;
padding: 0 10px;
Expand Down
Loading