-
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
base: main
Are you sure you want to change the base?
Changes from 19 commits
b337e80
6dcb089
673ecbb
92d1e7b
2cf7533
56b1943
09ecf2b
8527647
ed00a92
3ce2168
77310f6
4ca470d
005502b
6d3c020
1abe3ec
b89699d
d233d35
5765709
d078be4
1d62626
eae3c6b
7d8a373
e180353
16841eb
9da5e25
221b016
b6e9125
f323bbb
34a5acc
31dfbb4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,132 @@ | ||
| --- | ||
| 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 23 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." | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| --- | ||
|
|
||
| <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); | ||
| } | ||
| </style> | ||
| <BaseLayout | ||
| pageTitle={ pageTitle } | ||
| description={ pageDescription } | ||
| > | ||
| <section id="overview"> | ||
| <TextAndImage imgSrc={ Fosdem2 }> | ||
| <h2>Collaborate With Others</h2> | ||
| <p> | ||
| Join us for a hackathon on 23 October 2026. In collaboration with Dr Carla Griggio and the | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| 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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we have a photo of the venue? @andypiper e.g. this one looks really nice https://www.en.aau.dk/_next/image?url=https%3A%2F%2Fwww.aaudxp-cms.aau.dk%2Fmedia%2Fpodpt3ag%2Faau-i-koebenhavn.jpg&w=1920&q=75
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Quoted from a previous comment:
I wonder if we should recreate the layout from
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're good to use that photo!
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. reuse: used under authorisation from the university, etc etc
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, "Used with kind permission" is an appropriate credit. |
||
| 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. Travelling between the two locations is straightforward. | ||
| </p> | ||
| <p> | ||
| You can either take the regional train from Malmö to Ørestad and transfer to bus 8A, getting off | ||
| at Sluseholmen St, or take the regional train to Copenhagen Central Station (København H) and continue | ||
| by metro on line M4 to Sluseholmen St. | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| </p> | ||
| <p> | ||
| Public transport tickets can be purchased easily through the | ||
| <a href="https://www.rejsekort.dk/da/rejsekort_app">Rejsekort app</a>, while Aalborg University’s | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| <a href="https://www.en.its.aau.dk/app/aau-map">map app</a> helps you navigate the campus and surrounding area. | ||
| </p> | ||
| </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 | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| to the main conference also apply to the hackathon. | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| </BaseLayout> | ||
Uh oh!
There was an error while loading. Please reload this page.