-
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.
- Loading branch information
Showing
1 changed file
with
22 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ 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> | ||
|
@@ -15,21 +14,37 @@ export function CallForMaps({ id }) { | |
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. | ||
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> | ||
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]"> | ||
<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: | ||
</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> | ||
|