Skip to content

Commit e3be008

Browse files
committed
New menu structure.
1 parent 38f2764 commit e3be008

File tree

1 file changed

+28
-106
lines changed

1 file changed

+28
-106
lines changed

src/data/links.json

Lines changed: 28 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -3,121 +3,52 @@
33
{
44
"name": "Schedule",
55
"items": [
6-
{
7-
"name": "Overview",
8-
"path": "/overview"
9-
},
10-
{
11-
"name": "Talks",
12-
"path": "/schedule/talks"
13-
},
14-
{
15-
"name": "Tutorials",
16-
"path": "/schedule/tutorials"
17-
},
18-
{
19-
"name": "Sessions",
20-
"path": "/sessions"
21-
},
22-
{
23-
"name": "Speakers",
24-
"path": "/speakers"
25-
},
26-
{
27-
"name": "Tracks",
28-
"path": "/tracks"
29-
},
30-
{
31-
"name": "Selection",
32-
"path": "/selection"
33-
},
34-
{
35-
"name": "Voting",
36-
"path": "/voting"
37-
},
38-
{
39-
"name": "Mentorship",
40-
"path": "/mentorship"
41-
}
6+
{ "name": "Overview", "path": "/overview" },
7+
{ "name": "Sessions", "path": "/sessions" },
8+
{ "name": "Speakers", "path": "/speakers" },
9+
{ "name": "Tracks", "path": "/tracks" },
10+
{ "name": "Talks", "path": "/schedule/talks" },
11+
{ "name": "Tutorials", "path": "/schedule/tutorials" },
12+
{ "name": "Selection Process", "path": "/selection" },
13+
{ "name": "Community Voting", "path": "/voting" },
14+
{ "name": "Speaker Mentorship", "path": "/mentorship" }
4215
]
4316
},
4417
{
4518
"name": "Events",
4619
"items": [
47-
{
48-
"name": "Social Dinner",
49-
"path": "/speakers-dinner"
50-
},
51-
{
52-
"name": "Beginners’ Day",
53-
"path": "/beginners-day"
54-
},
55-
{
56-
"name": "C API Summit",
57-
"path": "/c-api-summit"
58-
},
59-
{
60-
"name": "WASM Summit",
61-
"path": "/wasm-summit"
62-
},
63-
{
64-
"name": "Rust Summit",
65-
"path": "/rust-summit"
66-
}
20+
{ "name": "C API Summit", "path": "/c-api-summit" },
21+
{ "name": "WebAssembly Summit", "path": "/wasm-summit" },
22+
{ "name": "Rust Summit", "path": "/rust-summit" },
23+
{ "name": "Speakers' Dinner", "path": "/speakers-dinner" },
24+
{ "name": "Beginners' Day", "path": "/beginners-day" }
6725
]
6826
},
6927
{
70-
"name": "Location",
28+
"name": "Venue",
7129
"items": [
72-
{
73-
"name": "Prague",
74-
"path": "/prague"
75-
},
76-
{
77-
"name": "Venue",
78-
"path": "/venue"
79-
}
30+
{ "name": "Prague", "path": "/prague" },
31+
{ "name": "Venue", "path": "/venue" }
8032
]
8133
},
8234
{
8335
"name": "Sponsorship",
8436
"items": [
85-
{
86-
"name": "Sponsor Packages",
87-
"path": "/sponsorship/sponsor"
88-
},
89-
{
90-
"name": "Sponsor Info",
91-
"path": "/sponsorship/information"
92-
}
37+
{ "name": "Sponsor Packages", "path": "/sponsorship/sponsor" },
38+
{ "name": "Sponsor Information", "path": "/sponsorship/information" }
9339
]
9440
},
9541
{
9642
"name": "Registration",
9743
"items": [
98-
{
99-
"name": "Tickets",
100-
"path": "/tickets"
101-
},
102-
{
103-
"name": "Financial Aid",
104-
"path": "/finaid"
105-
},
106-
{
107-
"name": "Visa Letter",
108-
"path": "/visa"
109-
},
110-
{
111-
"name": "Childcare",
112-
"path": "/childcare"
113-
},
44+
{ "name": "Tickets", "path": "/tickets" },
45+
{ "name": "Financial Aid", "path": "/finaid" },
46+
{ "name": "Visa Support Letter", "path": "/visa" },
47+
{ "name": "Childcare", "path": "/childcare" },
48+
{ "name": "FAQ", "path": "/faq" },
11449
{
11550
"name": "Code of Conduct",
11651
"path": "https://www.europython-society.org/coc/"
117-
},
118-
{
119-
"name": "FAQ",
120-
"path": "/faq"
12152
}
12253
]
12354
},
@@ -131,20 +62,11 @@
13162
}
13263
],
13364
"footer": [
65+
{ "name": "2024 Photos", "path": "https://ep2024.europython.eu/photos" },
66+
{ "name": "Contacts", "path": "/contacts" },
67+
{ "name": "Terms", "path": "/terms" },
13468
{
135-
"name": "2024 Photos",
136-
"path": "https://ep2024.europython.eu/photos"
137-
},
138-
{
139-
"name": "Contacts",
140-
"path": "/contacts"
141-
},
142-
{
143-
"name": "Terms",
144-
"path": "/terms"
145-
},
146-
{
147-
"name": "Privacy",
69+
"name": "Privacy Policy",
14870
"path": "https://www.europython-society.org/privacy/"
14971
}
15072
]

0 commit comments

Comments
 (0)