-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconstants.js
More file actions
25 lines (25 loc) · 1.02 KB
/
constants.js
File metadata and controls
25 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export const BUY_TICKETS_URI = 'https://ti.to/real-world-react/reactathon-2023'
export const NATIVE_BREAKPOINT = '480' // 480px
export const WIDE_BREAKPOINT = '799' // 799px;
export const ROUTES = {
home: '/',
about: '/about/',
speakers: '/speakers',
workshops: '/workshops',
schedule: '/schedule/day-1',
podcast: '/podcast',
jobs: '/about/jobs',
topicTables: '/about/topic-tables',
emailTemplate:
'https://coordinated-den-3c8.notion.site/Convince-Your-Boss-5e39fad2b34c427da1d91d29c21da53b',
downloadPdf:
'https://reactathon.s3.us-west-1.amazonaws.com/2023/event-brief.pdf',
boss:
'https://coordinated-den-3c8.notion.site/Convince-Your-Boss-5e39fad2b34c427da1d91d29c21da53b',
conduct: '/conduct',
sponsor: 'mailto:sponsors@reactathon.com',
diversity:
'https://docs.google.com/forms/d/e/1FAIpQLSeVRIfGJsu4OcJ8CmpTpFnZ2JOI1t5dUnrxZ_N4uyjTcfUx7w/viewform?usp=sf_link',
volunteers:
'https://docs.google.com/forms/d/e/1FAIpQLSei4tR1n9oFO0hnB-mdJAkb-yWkW5xRHTpj5-RkWznRYwP-0g/viewform?usp=sf_link',
}