Skip to content

Commit

Permalink
Add FAQ on program page
Browse files Browse the repository at this point in the history
Close #150
  • Loading branch information
jbelien committed Oct 28, 2023
1 parent c666c82 commit 0036628
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added public/pdf/SotmEU_FAQ.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions src/components/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
TableHeader,
ScientificTrackHeader,
} from './ProgramTable'
import Link from 'next/link'

export function Schedule({ id }) {
return (
Expand All @@ -17,6 +18,15 @@ export function Schedule({ id }) {
<p className="font-poppins text-2xl tracking-tight text-sotm-blue">
The conference will be packed with great talks, workshops and
opportunities to meet and network with the OpenStreetMap community.
Checkout our program below and have a look at the{' '}
<Link
className="font-bold"
target="_blank"
href="/pdf/SotmEU_FAQ.pdf"
>
State of the Map Europe 2023 - FAQs
</Link>{' '}
for any questions you may have.
</p>
<div className="w-full overflow-x-auto">
<table class="table-fix my-20 w-full">
Expand Down

0 comments on commit 0036628

Please sign in to comment.