-
Notifications
You must be signed in to change notification settings - Fork 0
feat(financial-aid): add financial aid page for PyCon Ireland 2026 #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
matrixise
wants to merge
5
commits into
main
Choose a base branch
from
worktree-feat+financial-aid
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5d513ad
feat(financial-aid): add financial aid page with coming soon status
matrixise f12b7d4
fix(financial-aid): improve meta description for SEO
matrixise a6c5772
feat(financial-aid): add Financial Aid link in footer Community column
matrixise c08f10a
feat(financial-aid): add financial aid link in tickets section
matrixise d2426fd
fix(markup): enable Goldmark unsafe HTML rendering for inline HTML in…
matrixise File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| title: "Financial Aid" | ||
| description: "Python Ireland offers grants covering tickets, travel, and accommodation for community members attending PyCon Ireland 2026 who need financial support." | ||
| layout: "single" | ||
| --- | ||
|
|
||
| <div class="mb-8 text-center"> | ||
| <span class="inline-block bg-py-yellow/10 text-py-yellow text-sm font-semibold px-4 py-2 rounded-full uppercase tracking-wider">Applications opening soon</span> | ||
| </div> | ||
|
|
||
| Python Ireland offers financial assistance to help members of the community attend PyCon Ireland 2026 who would otherwise be unable to do so. | ||
|
|
||
| ## What the Aid Covers | ||
|
|
||
| Financial assistance may include: | ||
|
|
||
| - A complimentary conference ticket | ||
| - Full or partial reimbursement of travel expenses | ||
| - Full or partial reimbursement of accommodation costs | ||
|
|
||
| The maximum award is **€350 per person**. | ||
|
|
||
| ## Eligibility and Priorities | ||
|
|
||
| Due to economic, budgetary, and environmental considerations, applications are evaluated in the following order of priority: | ||
|
|
||
| 1. Residents of Ireland | ||
| 2. Residents of the United Kingdom | ||
| 3. Residents of Europe | ||
|
|
||
| ## How to Apply | ||
|
|
||
| The application form will be available shortly. The application deadline is to be announced. | ||
|
|
||
| ## Decision Process | ||
|
|
||
| Applications are reviewed by a committee chaired by at least one director of Python Ireland. Awards may be fully approved, partially approved, or denied. Decisions are not motivated and cannot be appealed. | ||
|
|
||
| ## Attribution and Acceptance | ||
|
|
||
| Successful applicants are notified by email and have **one week** to accept or decline the award. If no response is received within that period, the aid is cancelled and redistributed to the next eligible applicant. The original recipient will be notified of the cancellation. | ||
|
|
||
| ## Reimbursement Conditions | ||
|
|
||
| Applicants approved for travel or accommodation reimbursement must: | ||
|
|
||
| - Attend the conference and register at the desk | ||
| - Submit receipts for approved expenses | ||
| - Provide their full legal name and address, matching their banking information | ||
| - Supply complete IBAN details | ||
| - Email all documentation to Python Ireland within **30 days** of the event | ||
|
|
||
| Incomplete submissions will not receive follow-up reminders. | ||
|
|
||
| ## No-Show Policy | ||
|
|
||
| Recipients who are unable to attend must notify the organisers **at least 7 days before** the event, or provide documented justification **within 30 days** after the event. Failure to comply results in ineligibility for financial aid at future Python Ireland events, unless circumstances demonstrate absolute necessity. | ||
|
|
||
| --- | ||
|
|
||
| For questions, contact [contact@python.ie](mailto:contact@python.ie). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the complimentary ticket count towards this €350? Or just travel and/or accommodation?