Skip to content

Commit

Permalink
Call for maps -prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nobohan committed Sep 25, 2023
1 parent 6705da8 commit 2b29b29
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions src/components/CallForMaps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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 &quot;Map Submission&quot; as the subject, containing the following information:
</Link>{' '}
with &quot;Map Submission&quot; as the subject, containing the
following information:
</p>
<ul className="list-inside list-disc">
<li>The map or a link to download it</li>
Expand Down

0 comments on commit 2b29b29

Please sign in to comment.