forked from coderplex-org/coderplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathurls.js
27 lines (17 loc) · 1.09 KB
/
urls.js
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
26
27
export const baseEventsURL = 'https://coderplex-api.glitch.me/api';
export const futureEventsURL = '/events/upcoming';
export const pastEventsURL = '/events/past';
export const indexPageEventURL = '/events';
export const subscribeURL = '/subscribe';
export const imagePlaceholderURL =
'http://res.cloudinary.com/coderplex/image/upload/c_scale,h_400,w_600/v1511345686/website__assets/placeholder.png';
export const heroPatternURL =
'https://res.cloudinary.com/coderplex/image/upload/v1510788480/website__assets/pattern.png';
export const heroBannerURL =
'https://res.cloudinary.com/coderplex/image/upload/c_scale,w_1024/v1510788480/website__assets/banner1280x370.png';
export const spaceCoverURL =
'https://res.cloudinary.com/coderplex/image/upload/c_scale,w_450/v1510788480/website__assets/space.png';
export const eventsCoverURL =
'https://res.cloudinary.com/coderplex/image/upload/c_scale,w_348/v1510788480/website__assets/events.png';
export const spaceMapUrl =
'https://www.google.com/maps/embed/v1/place?key= AIzaSyBZTOBlstzoENwMkLzldHXXrrTeKDGU7do&q=91springboard,Hyderabad,Telangana';