-
Notifications
You must be signed in to change notification settings - Fork 14
Add 2026 Hackathon information #233
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
awtj8o81ryywg793
wants to merge
28
commits into
main
Choose a base branch
from
awtj8o81ryywg793/patch-5
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
28 commits
Select commit
Hold shift + click to select a range
b337e80
Update the hackathon’s start time
awtj8o81ryywg793 6dcb089
Update the hackathon’s description
awtj8o81ryywg793 673ecbb
Remove the redundant hackathon description
awtj8o81ryywg793 92d1e7b
Rephrase the hackathon title
awtj8o81ryywg793 2cf7533
Add `hackathon.astro`
awtj8o81ryywg793 56b1943
Add `GettingThereHackathon.astro`
awtj8o81ryywg793 09ecf2b
Add `Fosdem.avif` and `Fosdem2.avif`
awtj8o81ryywg793 8527647
Add `/hackathon` to `Header.astro`
awtj8o81ryywg793 ed00a92
Add `/hackathon` to `RoughSchedule.astro`
awtj8o81ryywg793 3ce2168
Add `/hackathon` to `Teaser2026.astro`
awtj8o81ryywg793 77310f6
Remove `GettingThere` from `hackathon.astro`
awtj8o81ryywg793 4ca470d
Include venue address in `hackathon.astro`
awtj8o81ryywg793 005502b
Add Google Maps and OpenStreetMap links to `hackathon.astro`
awtj8o81ryywg793 6d3c020
Fix minor formatting issue in `hackathon.astro`
awtj8o81ryywg793 1abe3ec
Add a link to the Working Groups page in `hackathon.astro`
awtj8o81ryywg793 b89699d
Add `/hackathon` to `attend.astro`
awtj8o81ryywg793 d233d35
Add "Good To Know" section to `hackathon.astro`
awtj8o81ryywg793 5765709
Add `/attend/#health-and-safety` to `hackathon.astro`
awtj8o81ryywg793 d078be4
Remove `GettingThereHackathon.astro`
awtj8o81ryywg793 1d62626
Update `hackathon.astro`
awtj8o81ryywg793 eae3c6b
Revise public transport ticket purchase details
awtj8o81ryywg793 7d8a373
Update `attend.astro`
awtj8o81ryywg793 e180353
Update `Teaser2026.astro`
awtj8o81ryywg793 16841eb
Update `hackathon.astro`
awtj8o81ryywg793 9da5e25
Add public transport line styling to `hackathon.astro`
awtj8o81ryywg793 221b016
Add Öresundståg network to `hackathon.astro`
awtj8o81ryywg793 b6e9125
Rework "Getting There" section
awtj8o81ryywg793 f323bbb
Add app store buttons to `hackathon.astro`
awtj8o81ryywg793 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
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
Binary file not shown.
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,188 @@ | ||
| --- | ||
| import PrimaryCta from "../components/PrimaryCta.astro"; | ||
| import TextAndImage from "../components/TextAndImage.astro"; | ||
| import BaseLayout from "../layouts/BaseLayout.astro"; | ||
|
|
||
| import Fosdem from "../img/Fosdem.avif"; | ||
| import Fosdem2 from "../img/Fosdem2.avif"; | ||
|
|
||
| const pageTitle = "Attend the hackathon" | ||
| const pageDescription = "Join us for a hackathon on 23rd October, 2026. In collaboration with Dr Carla Griggio and the mInt Research Lab on User-Centered Messaging Interoperability at the Department of Computer Science, Aalborg University, the hackathon will take place in Copenhagen, Denmark." | ||
| --- | ||
|
|
||
| <style> | ||
| section:nth-child(even) { | ||
| background-color: #1a1a1a; | ||
| } | ||
|
|
||
| .content-wrapper { | ||
| max-width: var(--max-page-width); | ||
| margin-inline: auto; | ||
| } | ||
|
|
||
| .items { | ||
| max-width: var(--max-page-width); | ||
| margin-inline: auto; | ||
| display: flex; | ||
| flex-wrap: wrap; | ||
| justify-content: space-between; | ||
| gap: 2rem; | ||
| } | ||
|
|
||
| .item { | ||
| display: flex; | ||
| flex-direction: column; | ||
| flex-grow: 1; | ||
| } | ||
|
|
||
| .actions { | ||
| margin-top: 1rem; | ||
| } | ||
|
|
||
| p, | ||
| ul { | ||
| font-size: 1.125rem; | ||
| margin-block: 1em; | ||
| color: var(--secondary-color); | ||
| } | ||
|
|
||
| .bus-8a { | ||
| padding: 0.1em 0.5em; | ||
| color: #fff; | ||
| background-color: #cf970d; | ||
| border-radius: 4px; | ||
| } | ||
|
|
||
| .metro-4 { | ||
| padding: 0.1em 0.5em; | ||
| color: #fff; | ||
| background-color: #0099b9; | ||
| border-radius: 4px; | ||
| } | ||
|
|
||
| .train-O { | ||
| padding: 0.1em 0.5em; | ||
| color: #fff; | ||
| background-color: #706c6a; | ||
| border-radius: 4px; | ||
| } | ||
|
|
||
| .apps-row { | ||
| display: flex; | ||
| gap: 1rem; | ||
| } | ||
|
|
||
| .apps-row img { | ||
| margin-block: 2rem; | ||
| border-radius: 0; | ||
| transition: transform 0.05s ease-in; | ||
| } | ||
|
|
||
| .apps-row img:hover { | ||
| transform: scale(1.1); | ||
| } | ||
| </style> | ||
| <BaseLayout | ||
| pageTitle={ pageTitle } | ||
| description={ pageDescription } | ||
| > | ||
| <section id="overview"> | ||
| <TextAndImage imgSrc={ Fosdem2 }> | ||
| <h2>Collaborate With Others</h2> | ||
| <p> | ||
| Join us for a hackathon on 23rd October, 2026. In collaboration with Dr Carla Griggio and the | ||
| mInt Research Lab on User-Centered Messaging Interoperability at the Department of | ||
| Computer Science, <a href="https://www.en.aau.dk/copenhagen">Aalborg University</a>, the | ||
| hackathon will take place in Copenhagen, Denmark. | ||
| </p> | ||
| <p> | ||
| Don't forget to grab your ticket! | ||
| </p> | ||
| <div class="actions"> | ||
| <PrimaryCta | ||
| href="/register" | ||
| flexBottom={ true } | ||
| > | ||
| Get Your Ticket | ||
| </PrimaryCta> | ||
| </div> | ||
| </TextAndImage> | ||
| </section> | ||
| <section> | ||
| <TextAndImage imgSrc={ Fosdem } reverse={ true }> | ||
| <h2>Shape the Future of Matrix</h2> | ||
| <p> | ||
| There are many activities to take part in during the hackathon, including: | ||
| </p> | ||
| <ul> | ||
| <li>Participating in sprints organised by the Decentralisation, Website & Content, or | ||
| Events <a href="https://matrix.org/foundation/working-groups/">Working Groups</a></li> | ||
| <li>Adding or improving a feature in a client, bot, bridge, or server</li> | ||
| <li>Developing a proposal for a Matrix Spec Change</li> | ||
| </ul> | ||
| </TextAndImage> | ||
| </section> | ||
| <section id="getting-there"> | ||
| <div class="items"> | ||
| <div class="item"> | ||
| <h2>Getting There</h2> | ||
| <p> | ||
| The hackathon marks the end of the conference and takes place at A. C. Meyers Vænge 15, 2450 | ||
| Copenhagen, Denmark (Rooms 3.084A and 3.084B; view on | ||
| <a href="https://maps.app.goo.gl/bfAYfrKsEQbiXFZ87">Google Maps</a> or | ||
| <a href="https://www.openstreetmap.org/directions?to=55.6504856%2C12.5428797#map=15/55.65130/12.53958&layers=S">OpenStreetMap</a>), | ||
| following the main conference in Malmö, Sweden. Whilst at the venue, Aalborg University’s | ||
| <a href="https://www.en.its.aau.dk/app/aau-map">map app</a> will help you navigate the campus and surrounding area. | ||
| </p> | ||
| <p> | ||
| Travelling between the two locations is straightforward. You can either take a train on the | ||
| <span class="train-O">Öresundståg</span> network from Malmö to Ørestad and transfer to bus | ||
| <span class="bus-8a">8A</span>, getting off at Sluseholmen St, or continue on the | ||
| <span class="train-O">Öresundståg</span> network to Copenhagen Central Station (København H) | ||
| and then take metro line <span class="metro-4">M4</span> to Sluseholmen St. | ||
| </p> | ||
| <p> | ||
| Public transport tickets can be purchased easily through the Skånetrafiken app. | ||
| The app is available in English. | ||
| </p> | ||
| <div class="apps-row"> | ||
| <a href="https://apps.apple.com/en/app/sk%C3%A5netrafiken/id1180539331?l=en"> | ||
| <img | ||
| src="/download-app-store.svg" | ||
| alt="Download Skånetrafiken on the Apple App Store." | ||
| width="180" | ||
| height="60" | ||
| /> | ||
| </a> | ||
| <a href="https://play.google.com/store/apps/details?id=se.skanetrafiken.washington"> | ||
| <img | ||
| src="/download-google-play.svg" | ||
| alt="Download Skånetrafiken on the Google Play Store." | ||
| width="200" | ||
| height="60" | ||
| /> | ||
| </a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| <section id="good-to-know"> | ||
| <div class="items"> | ||
| <div class="item"> | ||
| <h2>Good To Know</h2> | ||
| <p> | ||
| Denmark is part of the Schengen Area, so it is easy to travel there from many European countries, including Sweden. | ||
| Please also note that Denmark uses the Danish krone (DKK), not the euro, as its currency. | ||
| </p> | ||
| <p> | ||
| Refreshments at the hackathon will cater to a range of dietary needs and preferences, including vegetarian, vegan | ||
| and gluten-free options. | ||
| </p> | ||
| <p> | ||
| Please note that the <a href="/attend/#health-and-safety">health and safety policies</a> that apply | ||
| to the main conference also apply to the hackathon. | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| </BaseLayout> | ||
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.
Just like with the Skånetrafiken app, should we also include App Store and Google Play buttons for the Aalborg University map app? I don’t want it to look overcrowded or too busy.
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.
how does it look?