Skip to content

Commit

Permalink
added more data + logo for Navigamus 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Nov 6, 2024
1 parent 1bfb416 commit 2c99562
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
Binary file added public/logo_navigamus25_white_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/Event/EventType/Navigamus/EventTypeNavigamus.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,36 @@ public function getStylesheetNameWithoutLeadingSlash(): string
return 'eventSpecificCss/stylesNavigamus25.css';
}

/**
* @return array<string>
*/
public function getFoodOptions(): array
{
return [
'detail.foodWithout',
'detail.foodVegetarian',
'detail.foodVegan',
'detail.foodLactoseFree',
'detail.foodGlutenFree',
'detail.foodOther',
];
}

/**
* @return array<string>
*/
public function getPositionOptions(): array
{
return [
'detail.position.registration',
'detail.position.kitchen',
'detail.position.hygiene',
'detail.position.site',
'detail.position.security',
'detail.position.programme',
];
}

/**
* @inheritDoc
*/
Expand Down
6 changes: 4 additions & 2 deletions src/Templates/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,13 @@ detail:
position-title: "Preferovaná pozice"
position-placeholder: "Vyber max. 5. Nezaručujeme zařazení na vybranou pozici, ale posnažíme se!"
position:
registration: "Registrace"
site: "Zázemí, stavba a logistika"
photo: "Fotograf"
kitchen: "Pomocník v kuchyni / kuchař(ka)"
security: "Hlídání areálu, kontrola vstupenek"
security: "Hlídání areálu"
hygiene: "Úklid toalet"
programme: "Pomoc s programem"
programme: "Pomoc s programem akce"
driver: "Řidičský průkaz"
driver-dont: "Nemám nebo na akci nechci řídit"
driver-less10k: "Mám, na akci chci řídit, ale mám najeto méně než 10 000 km"
Expand Down
4 changes: 3 additions & 1 deletion src/Templates/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,11 @@ detail:
position-title: "Preferred position"
position-placeholder: "Select max. 5. We don't guarantee you to be placed at the selected position, but we'll try our best!"
position:
registration: "Registration"
site: "Site and logistics"
photo: "Photographer"
kitchen: "Kitchen helper / chef"
security: "Campus guard, ticket control"
security: "Campus guard"
hygiene: "Toilet cleaning"
programme: "Support for program of the event"
driver: "Driver license"
Expand Down
6 changes: 4 additions & 2 deletions src/Templates/sk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,13 @@ detail:
position-title: "Preferovaná pozícia na akcii"
position-placeholder: "Vyber max. 5. Nezaručujeme priradenie na vybranú možnosť, ale posnažíme sa vyhovieť."
position:
registration: "Registrace"
site: "Zázemí, stavba a logistika"
photo: "Fotograf"
kitchen: "Pomocník v kuchyni / kuchař(ka)"
security: "Hlídání areálu, kontrola vstupenek"
security: "Hlídání areálu"
hygiene: "Úklid toalet"
programme: "Pomoc s programem"
programme: "Pomoc s programem akce"
driver: "Vodičský preukaz"
driver-dont: "Nemám alebo na akcii nechcem šoférovať"
driver-less10k: "Mám, ale mám najazdených menej ako 10 000 km"
Expand Down

0 comments on commit 2c99562

Please sign in to comment.