Skip to content
Snippets Groups Projects
Verified Commit 1c9c8d02 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Uprava lokality

parent b07ae100
Branches
Tags 1.6.0
No related merge requests found
...@@ -16,17 +16,17 @@ export const appurl = { ...@@ -16,17 +16,17 @@ export const appurl = {
export const eventHall = { export const eventHall = {
text: "Zasedání CF 2024", text: "Zasedání CF 2024",
title_short: "Sono Centrum Brno", title_short: "Masarykova kolej Praha",
startinfo: "Sobota 13. ledna 09.00", startinfo: "Sobota 9. listopadu 9:00",
endinfo: "Neděle 14. ledna 19.00", endinfo: "Sobota 9. listopadu 18:00",
title: "Sono Centrum Brno", title: "Masarykova kolej Praha",
desc: "Zasedání celostátního fóra v sobotu 13. 1. 2023 od 9.00", desc: "Zasedání celostátního fóra v sobotu 9. 11. 2024 od 9:00",
coords: { lat: 49.2095838, lon: 16.5887465 }, coords: { lat: 50.1009044, lon: 14.3868344 },
street: "Veveří 3219/113", street: "Kolejní 550/2",
city: "616 00 Brno-Žabovřesky", city: "160 00 Praha 6 - Dejvice",
gps: "49.2095838, 16.5887465E", gps: "50.1009044N, 14.3868344E",
href: "https://www.sonocentrum.cz/", href: "https://www.sonocentrum.cz/",
programlink: "program#sobota 13. 1. 2024", programlink: "program#sobota 9. 11. 2024",
infolink: "zasedani", infolink: "zasedani",
type: "event", type: "event",
group: "basics", group: "basics",
...@@ -149,8 +149,9 @@ export const busStopiStation = { ...@@ -149,8 +149,9 @@ export const busStopiStation = {
}; };
export const map = { export const map = {
center: { lat: 49.200, lon: 16.597, zoom: 14 }, center: { lat: 50.1009, lon: 14.3868, zoom: 14 },
markers: [eventHall, partyVenue, workshopVenue, railwayStation, busStation, parkingVeveri, parkingSumavska, parkingGymnasium, parkingVankovka, busStopTabor, busStopiStation], markers: [eventHall],
// markers: [eventHall, partyVenue, workshopVenue, railwayStation, busStation, parkingVeveri, parkingSumavska, parkingGymnasium, parkingVankovka, busStopTabor, busStopiStation],
}; };
export const venues = [ partyVenue, eventHall, workshopVenue]; export const venues = [ partyVenue, eventHall, workshopVenue];
...@@ -161,10 +162,10 @@ export const nav = [ ...@@ -161,10 +162,10 @@ export const nav = [
title: "Registrace", title: "Registrace",
notonhome: true, notonhome: true,
}, },
{ // {
link: "/ubytovani", // link: "/ubytovani",
title: "Ubytování", // title: "Ubytování",
}, // },
// { // {
// title: "Zasedání CF", // title: "Zasedání CF",
// link: "/zasedani", // link: "/zasedani",
...@@ -185,10 +186,10 @@ export const nav = [ ...@@ -185,10 +186,10 @@ export const nav = [
title: "Party", title: "Party",
link: "/party", link: "/party",
}, },
{ // {
title: "Workshopy", // title: "Workshopy",
link: "/workshopy", // link: "/workshopy",
}, // },
{ {
link: "/mapa", link: "/mapa",
title: "Mapa", title: "Mapa",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment