Skip to content

Add 2026 financial aid details#1533

Merged
egeakman merged 10 commits into
ep2026from
ep2026-finaid
Mar 19, 2026
Merged

Add 2026 financial aid details#1533
egeakman merged 10 commits into
ep2026from
ep2026-finaid

Conversation

@egeakman

Copy link
Copy Markdown
Member

No description provided.

@egeakman egeakman requested review from clytaemnestra and hypha March 18, 2026 00:48
@egeakman egeakman self-assigned this Mar 18, 2026
@europython-society

europython-society commented Mar 18, 2026

Copy link
Copy Markdown
Member

Preview available

Key Value
url https://ep2026-finaid.ep-preview.click
last update 2026-03-19T00:30:09.423Z

Comment thread src/content/pages/finaid.mdx
Comment thread src/content/pages/finaid.mdx Outdated
Comment thread src/content/pages/finaid.mdx
Comment thread src/content/pages/faq.mdx
Comment thread src/content/pages/finaid.mdx Outdated

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

@egeakman I've opened a new pull request, #1534, to work on those changes. Once the pull request is ready, I'll request review from you.

egeakman and others added 2 commits March 18, 2026 19:23
The financial aid application note had all three date milestones crammed
into a single line, making it harder to scan.

- Added `<br />` tags to split the note into three distinct lines:
  - Applications open date
  - First-round deadline
  - Second-round deadline

```mdx
<Note>Applications opened on **18 March 2026**. <br /> First-round deadline: **6 April 2026**. <br /> Second-round deadline: **8 May 2026** ([Anywhere on Earth][AoE]).</Note>
```

<!-- START COPILOT CODING AGENT TIPS -->
---

📍 Connect Copilot coding agent with [Jira](https://gh.io/cca-jira-docs),
[Azure Boards](https://gh.io/cca-azure-boards-docs) or
[Linear](https://gh.io/cca-linear-docs) to delegate work to Copilot in
one click without leaving your project management tool.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: egeakman <75242929+egeakman@users.noreply.github.com>

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

@egeakman I've opened a new pull request, #1535, to work on those changes. Once the pull request is ready, I'll request review from you.

The `@tailwindcss/typography` plugin sets an explicit `font-weight` on
`.prose a` elements, which overrides the bold weight inherited from a
parent `<strong>`. This means MDX like `**[Free Ticket Voucher
Grant](#link):**` renders as `<strong><a>...</a></strong>` but the link
text appears non-bold.

## Fix

Added to the `.prose` block in `src/styles/global.css`:

```css
/* Preserve bold when a link is wrapped in <strong> (e.g. **[text](#link)**).
   The typography plugin sets an explicit font-weight on <a> tags, which
   overrides the inherited bold from a parent <strong>. */
strong a,
a strong {
  font-weight: bold;
}
```

This restores expected bold rendering for `**[text](#link)**` patterns
across all prose/MDX content on the site.

<!-- START COPILOT CODING AGENT TIPS -->
---

📍 Connect Copilot coding agent with [Jira](https://gh.io/cca-jira-docs),
[Azure Boards](https://gh.io/cca-azure-boards-docs) or
[Linear](https://gh.io/cca-linear-docs) to delegate work to Copilot in
one click without leaving your project management tool.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: egeakman <75242929+egeakman@users.noreply.github.com>
@egeakman egeakman added the DO-NOT-MERGE Not ready to be merged yet label Mar 18, 2026
Comment thread src/content/pages/faq.mdx Outdated
Comment thread src/content/pages/faq.mdx Outdated
Comment thread src/content/pages/finaid.mdx Outdated
egeakman and others added 2 commits March 18, 2026 20:19

@artcz artcz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@egeakman egeakman removed the DO-NOT-MERGE Not ready to be merged yet label Mar 19, 2026
@egeakman egeakman merged commit f979777 into ep2026 Mar 19, 2026
6 checks passed
@egeakman egeakman deleted the ep2026-finaid branch March 19, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants