-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/create-program-day-table
- Loading branch information
Showing
12 changed files
with
3,050 additions
and
612 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import { Container } from '@/components/Container' | ||
import Link from 'next/link' | ||
import ReactMarkdown from 'react-markdown' | ||
import { Container } from '@/components/Container' | ||
|
||
const accommodations = [ | ||
{ | ||
|
@@ -20,18 +21,18 @@ const accommodations = [ | |
'Enjoy a 15% discount on the booking rate by emailing [email protected] and mentioning that you\'re attending the event "State of the Map".', | ||
url: 'https://www.vandervalkantwerpen.be/en', | ||
distance: 2.7, | ||
osm: 'https://www.openstreetmap.org/way/46246193', | ||
osm: 'https://www.openstreetmap.org/node/7282987029', | ||
}, | ||
{ | ||
name: 'Crowne Plaza Antwerp', | ||
address: 'Gerard le Grellelaan 10, 2020 Antwerpen', | ||
phone: '+32 (0)3 259 75 00', | ||
discount: | ||
'Fixed price\r\n' + | ||
'- Guests can reserve a room through this link by the deadline of 24th October.\r\n' + | ||
'- Single standard at 129.00 € per room, per night incl breakfast buffet, all services and V.A.T. + City tax is 2.97 € per person, per night.\r\n' + | ||
'- Double standard at 149.00 € per room, per night incl breakfast buffet, all services and V.A.T. + City tax is 2.97 € per person, per night.', | ||
url: 'https://www.crowneplaza.com/redirect?path=hd&brandCode=CP&localeCode=en®ionCode=1&hotelCode=anrbe&_PMID=99801505&GPC=T10&cn=no&viewfullsite=true', | ||
'• Guests can reserve a room through [this link](https://www.ihg.com/crowneplaza/hotels/us/en/antwerp/anrbe/hoteldetail?fromRedirect=true&qSrt=sBR&qIta=99801505&icdv=99801505&qSlH=anrbe&qGrpCd=T10&setPMCookies=true&qSHBrC=CP&qDest=Gerard%20Legrellelaan%2010%2C%20Antwerp%2C%20BE&srb_u=1) by the deadline of 24th October.\r\n' + | ||
'• Single standard at 129.00 € per room, per night incl breakfast buffet, all services and V.A.T. + City tax is 2.97 € per person, per night.\r\n' + | ||
'• Double standard at 149.00 € per room, per night incl breakfast buffet, all services and V.A.T. + City tax is 2.97 € per person, per night.', | ||
url: 'https://www.ihg.com/crowneplaza/hotels/us/en/antwerp/anrbe/hoteldetail?fromRedirect=true&qSrt=sBR&qIta=99801505&icdv=99801505&qSlH=anrbe&qGrpCd=T10&setPMCookies=true&qSHBrC=CP&qDest=Gerard%20Legrellelaan%2010%2C%20Antwerp%2C%20BE&srb_u=1', | ||
distance: 2.1, | ||
osm: 'https://www.openstreetmap.org/way/58114273', | ||
}, | ||
|
@@ -55,7 +56,7 @@ export function Accommodations({ id }) { | |
{accommodations.map((accommodation) => ( | ||
<li | ||
key={accommodation.name} | ||
className="flex justify-between py-5" | ||
className="flex flex-col justify-between py-5 sm:flex-row" | ||
> | ||
<div className="pr-6 sm:w-1/2 sm:flex-none"> | ||
<Link | ||
|
@@ -79,10 +80,12 @@ export function Accommodations({ id }) { | |
</p> | ||
</div> | ||
<div className="flex items-center justify-between gap-x-4 sm:w-1/2 sm:flex-none"> | ||
<div className="hidden sm:block"> | ||
<div> | ||
<p className="leading-6">Discount:</p> | ||
<p className="mt-1 whitespace-pre-line leading-5"> | ||
{accommodation.discount} | ||
<ReactMarkdown linkTarget="_blank"> | ||
{accommodation.discount} | ||
</ReactMarkdown> | ||
</p> | ||
</div> | ||
</div> | ||
|
This file contains 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,76 @@ | ||
import Link from 'next/link' | ||
import { Container } from '@/components/Container' | ||
|
||
export function CallForMaps({ id }) { | ||
return ( | ||
<section id={id} aria-label="CallForMaps" className="py-20 sm:py-32"> | ||
<Container> | ||
<h1 className="mx-auto mb-6 max-w-2xl text-center font-dunbar text-5xl font-medium tracking-tighter text-sotm-blue sm:text-5xl"> | ||
Call for Maps | ||
</h1> | ||
|
||
<div className="mx-auto mt-6 space-y-6 font-poppins text-2xl tracking-tight text-sotm-blue"> | ||
<h3 className="mx-auto mt-6 max-w-2xl text-center font-dunbar text-2xl font-medium tracking-tighter text-sotm-blue sm:text-3xl"> | ||
Submit your map | ||
</h3> | ||
<p> | ||
A State of the Map conference would not be complete without maps! | ||
That is why you are invited to showcase your maps at State of the | ||
Map Europe. We welcome you to submit beautiful maps made of OSM | ||
data. You could demonstrate to the community how well your area is | ||
mapped, show a new map style... Everything is possible in our map | ||
exhibition. The only condition is that your map is mainly based on | ||
OSM data. | ||
</p> | ||
<h3 className="mx-auto mt-6 max-w-2xl text-center font-dunbar text-2xl font-medium tracking-tighter text-sotm-blue sm:text-3xl"> | ||
Map Requirements | ||
</h3> | ||
<p> | ||
Please submit an A1-sized PDF map in high resolution. We will print | ||
and display it in the conference venue. If you already have a | ||
printed copy of your submitted map, you may take it with you to the | ||
conference, but make sure it does not exceed A1 size. If you want to | ||
showcase a digital map style, we cannot provide a screen, but please | ||
consider submitting screenshots and a short explanation of the | ||
style. Note that if the number of maps we receive is larger than the | ||
space available, we will make a selection. | ||
</p> | ||
<h3 className="mx-auto mt-6 max-w-2xl text-center font-dunbar text-2xl font-medium tracking-tighter text-sotm-blue sm:text-3xl"> | ||
Submission Guidelines | ||
</h3> | ||
<p> | ||
Simply write a email to{' '} | ||
<Link className="font-bold" href="mailto:[email protected]"> | ||
[email protected] | ||
</Link>{' '} | ||
with "Map Submission" as the subject, containing the | ||
following information: | ||
</p> | ||
<ul className="list-inside list-disc"> | ||
<li>The map or a link to download it</li> | ||
<li>A title for your map</li> | ||
<li>The name(s) of author(s)</li> | ||
<li>A short description (max. 250 words)</li> | ||
<li>Whether you will bring the map or want us to print it</li> | ||
</ul> | ||
|
||
<h3 className="mx-auto mt-6 max-w-2xl text-center font-dunbar text-2xl font-medium tracking-tighter text-sotm-blue sm:text-3xl"> | ||
Deadline | ||
</h3> | ||
<div> | ||
<ul className="list-inside list-disc"> | ||
<li>September 26: Call for maps open</li> | ||
<li>October 18 at 12:00 GMT: Deadline for map submission</li> | ||
<li>November 10-12: State of the Map Europe 2023</li> | ||
</ul> | ||
</div> | ||
{/* <div className="text-center"> | ||
<Button className="font-bold" target="_blank" href={url}> | ||
Submit your presentation | ||
</Button> | ||
</div> */} | ||
</div> | ||
</Container> | ||
</section> | ||
) | ||
} |
This file contains 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 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 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 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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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,24 @@ | ||
import Head from 'next/head' | ||
|
||
import { Footer } from '@/components/Footer' | ||
import { Header } from '@/components/Header' | ||
import { CallForMaps } from '@/components/CallForMaps' | ||
|
||
export default function Page() { | ||
return ( | ||
<> | ||
<Head> | ||
<title>State of the Map EU 2023 - Call for maps</title> | ||
<meta | ||
name="description" | ||
content="State of the Map EU 2023 is the European conference of OpenStreetMap, organised this year by the OpenStreetMap Belgium community." | ||
/> | ||
</Head> | ||
<Header /> | ||
<main> | ||
<CallForMaps id="call-for-maps" /> | ||
</main> | ||
<Footer /> | ||
</> | ||
) | ||
} |