Skip to content

Commit

Permalink
Added v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrex committed Apr 7, 2024
1 parent 906dec7 commit d8f9f57
Show file tree
Hide file tree
Showing 70 changed files with 401 additions and 0 deletions.
133 changes: 133 additions & 0 deletions v2/assets/content.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
{
"languages": ["nl", "fr", "de", "en"],
"menu": [
{ "key": "home", "icon": "home", "url": "home" },
{ "key": "rooms", "icon": "bed", "items": [
{ "key": "room_1", "icon": "", "url": "noordzee" },
{ "key": "room_2", "icon": "", "url": "polders" },
{ "key": "room_3", "icon": "", "url": "brugge" }
] },
{ "key": "highlights", "icon": "map" },
{ "key": "contact", "icon": "contact_support" }
],
"images": [
{
"key": "entrance",
"name": "front.jpg"
},
{
"key": "parking",
"name": "entrance.jpg"
},
{
"key": "breakfast",
"name": "breakfast.jpg"
},
{
"key": "dining",
"name": "dinner_area.jpg"
},
{
"key": "mugs",
"name": "mugs.jpg"
},
{
"key": "terrace",
"name": "terrace.jpg"
}
],
"rooms": [
{
"key": "noordzee",
"name": "Noordzee",
"images": [
{
"key": "bed",
"image": "room_3_3.jpg",
"caption": "Bed",
"isThumbnail": true
},
{
"key": "lounge",
"image": "room_3_1.jpg",
"caption": "Dressing"
},
{
"key": "bathroom",
"image": "room_3_2.jpg",
"caption": "Bathroom"
}
],
"facilities": [
{ "key": "wifi", "category": "room", "icon": "wifi" },
{ "key": "floor_type", "category": "room", "icon": "layers" },
{ "key": "view", "category": "room", "icon": "panorama" },
{ "key": "elevator_access", "category": "room", "icon": "elevator" },
{ "key": "sofa_bed", "category": "room", "icon": "chair" },
{ "key": "bed_linen", "category": "room", "icon": "waves" },
{ "key": "refrigerator", "category": "room", "icon": "kitchen" },
{ "key": "kettle", "category": "room", "icon": "coffee_maker" },
{ "key": "safe", "category": "room", "icon": "key" },
{ "key": "fan", "category": "room", "icon": "air" },
{ "key": "heating", "category": "room", "icon": "fireplace" },
{ "key": "sofa", "category": "room", "icon": "chair" },
{ "key": "flatscreen_tv", "category": "room", "icon": "tv" },
{ "key": "shower", "category": "bathroom", "icon": "shower" },
{ "key": "towels", "category": "bathroom", "icon": "dry_cleaning" },
{ "key": "hairdryer", "category": "bathroom", "icon": "sports" },
{ "key": "toiletries", "category": "bathroom", "icon": "wash" },
{ "key": "toilet", "category": "bathroom", "icon": "wc" }
],
"info": [
{ "key": "crib", "icon": "crib" },
{ "key": "surface", "icon": "square_foot" },
{ "key": "smoke", "icon": "smoke_free" },
{ "key": "no_pets", "icon": "pets" }
]
},
{
"key": "polders",
"name": "Polders",
"images": [
{
"key": "bed",
"image": "room_2_1.jpg",
"caption": "Lounge",
"isThumbnail": true
},
{
"key": "bed",
"image": "room_2_2.jpg",
"caption": "Bed"
},
{
"key": "bathroom",
"image": "room_2_3.jpg",
"caption": "Bathroom"
}
]
},
{
"key": "brugge",
"name": "Brugge",
"images": [
{
"key": "bed",
"image": "room_1_1.jpg",
"caption": "Queen Bed",
"isThumbnail": true
},
{
"key": "lounge",
"image": "room_1_3.jpg",
"caption": "Lounge"
},
{
"key": "bathroom",
"image": "room_1_2.jpg",
"caption": "Bathroom"
}
]
}
]
}
Binary file added v2/assets/front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/be.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_direction_nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_divider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_doubleline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_doublelinev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bg_newsletter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/blank.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/book.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/breakfast.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/bruges.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/brugge/room_1_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/brugge/room_1_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/brugge/room_1_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/dinner_area.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/entrance.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/fancybox_loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v2/assets/images/fancybox_sprite.png
Binary file added v2/assets/images/favicon.ico
Binary file not shown.
Binary file added v2/assets/images/flower_field.jpg
Binary file added v2/assets/images/fr.png
Binary file added v2/assets/images/front.jpg
Binary file added v2/assets/images/mugs.jpg
Binary file added v2/assets/images/noordzee/room_3_1.jpg
Binary file added v2/assets/images/noordzee/room_3_2.jpg
Binary file added v2/assets/images/noordzee/room_3_3.jpg
Binary file added v2/assets/images/polders/room_2_1.jpg
Binary file added v2/assets/images/polders/room_2_2.jpg
Binary file added v2/assets/images/polders/room_2_3.jpg
Binary file added v2/assets/images/sea.jpg
Binary file added v2/assets/images/social-icons.png
Binary file added v2/assets/images/sprite.png
Binary file added v2/assets/images/swans.jpg
Binary file added v2/assets/images/terrace.jpg
Binary file added v2/assets/images/tower.jpg
Binary file added v2/assets/images/vriendschap.jpg
Binary file added v2/assets/images/zoom.png
60 changes: 60 additions & 0 deletions v2/assets/texts/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"images": [
{ "key": "entrance", "caption": "Eingang" },
{ "key": "parking", "caption": "privater Parkplatz" },
{ "key": "breakfast", "caption": "Frühstück" },
{ "key": "dining", "caption": "Essplatz" },
{ "key": "mugs", "caption": "Getränke" },
{ "key": "terrace", "caption": "Terrasse" },
{ "key": "noordzee_bed", "caption": "Bette" },
{ "key": "noordzee_lounge", "caption": "Lounge" },
{ "key": "noordzee_bathroom", "caption": "Badezimmer" },
{ "key": "brugge_bed", "caption": "Bette" },
{ "key": "brugge_lounge", "caption": "Lounge" },
{ "key": "brugge_bathroom", "caption": "Badezimmer" },
{ "key": "polders_bed", "caption": "Bette" },
{ "key": "polders_lounge", "caption": "Lounge" },
{ "key": "polders_bathroom", "caption": "Badezimmer" }
],
"menu": {
"home": "Start",
"rooms": "Räume",
"highlights": "Highlights",
"contact": "Kontakt",
"room_1": "Noordzee",
"room_2": "Polders",
"room_3": "Brugge"
},
"room_limits": {
"polders": "2 Erwachsene | 2 Erwachsene, 1 Kind (< 16 Jahre)",
"noordzee": "2 Erwachsene | 2 Erwachsene, 1 Kind (< 16 Jahre)",
"brugge": "2 Erwachsene | 2 Erwachsene, 1 Kind (< 16 Jahre)"
},
"room": {
"info": "Zimmer-Informationen",
"crib": "Kinderbett auf Anfrage erhältlich.",
"surface": "Fläche von 60m².",
"smoke": "Rauchen ist nicht erlaubt.",
"no_pets": "Haustiere sind nicht erlaubt."
},
"facility": {
"wifi": "WiFi",
"floor_type": "Bodenbelag",
"view": "Ansicht von außen",
"elevator_access": "Aufzug vorhanden",
"sofa_bed": "Schlafsofa",
"bed_linen": "Bettzeug",
"refrigerator": "Kühlschrank",
"kettle": "Elektrischer Wasserkocher",
"safe": "Tresor",
"fan": "Ventilator",
"heating": "Heizung",
"sofa": "Sofa",
"flatscreen_tv": "Flatscreen TV",
"shower": "Dusche",
"towels": "Handtücher",
"hairdryer": "Haartrockner",
"toiletries": "Toilettenartikel",
"toilet": "Toilette"
}
}
61 changes: 61 additions & 0 deletions v2/assets/texts/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"images": [
{ "key": "entrance", "caption": "Entrance" },
{ "key": "parking", "caption": "Private parking" },
{ "key": "breakfast", "caption": "Breakfast" },
{ "key": "dining", "caption": "Dining area" },
{ "key": "mugs", "caption": "Beverages" },
{ "key": "terrace", "caption": "Terrace" },
{ "key": "noordzee_bed", "caption": "Bed" },
{ "key": "noordzee_lounge", "caption": "Lounge" },
{ "key": "noordzee_bathroom", "caption": "Bathroom" },
{ "key": "brugge_bed", "caption": "Bed" },
{ "key": "brugge_lounge", "caption": "Lounge" },
{ "key": "brugge_bathroom", "caption": "Bathroom" },
{ "key": "polders_bed", "caption": "Bed" },
{ "key": "polders_lounge", "caption": "Lounge" },
{ "key": "polders_bathroom", "caption": "Bathroom" }

],
"menu": {
"home": "Home",
"rooms": "Rooms",
"highlights": "Highlights",
"contact": "Contact",
"room_1": "Noordzee",
"room_2": "Polders",
"room_3": "Brugge"
},
"room_limits": {
"polders": "2 adults | 2 adults, 1 child (< 16y)",
"noordzee": "2 adults | 2 adults, 1 child (< 16y)",
"brugge": "2 adults | 2 adults, 1 child (< 16y)"
},
"room": {
"info": "Room information",
"crib": "Crib available by request.",
"surface": "Surface of 60m².",
"smoke": "No smoking allowed.",
"no_pets": "No pets allowed."
},
"facility": {
"wifi": "WiFi",
"floor_type": "Flooring",
"view": "Outside view",
"elevator_access": "Elevator available",
"sofa_bed": "Sofa bed",
"bed_linen": "Bed linen",
"refrigerator": "Refrigerator",
"kettle": "Electric kettle",
"safe": "Safe",
"fan": "Fan",
"heating": "Heating",
"sofa": "Sofa",
"flatscreen_tv": "Flatscreen TV",
"shower": "Shower",
"towels": "Towels",
"hairdryer": "Hairdryer",
"toiletries": "Toiletries",
"toilet": "Toilet"
}
}
60 changes: 60 additions & 0 deletions v2/assets/texts/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"images": [
{ "key": "entrance", "caption": "Entrance" },
{ "key": "parking", "caption": "Parking privé" },
{ "key": "breakfast", "caption": "Petit-déjeuner" },
{ "key": "dining", "caption": "Lieu de restauration" },
{ "key": "mugs", "caption": "Boissons" },
{ "key": "terrace", "caption": "Terrace" },
{ "key": "noordzee_bed", "caption": "Lit" },
{ "key": "noordzee_lounge", "caption": "Lounge" },
{ "key": "noordzee_bathroom", "caption": "Salle de bain" },
{ "key": "brugge_bed", "caption": "Lit" },
{ "key": "brugge_lounge", "caption": "Lounge" },
{ "key": "brugge_bathroom", "caption": "Salle de bain" },
{ "key": "polders_bed", "caption": "Lit" },
{ "key": "polders_lounge", "caption": "Lounge" },
{ "key": "polders_bathroom", "caption": "Salle de bain" }
],
"menu": {
"home": "Acceuil",
"rooms": "Chambres",
"highlights": "Points forts",
"contact": "Contact",
"room_1": "Noordzee",
"room_2": "Polders",
"room_3": "Brugge"
},
"room_limits": {
"polders": "2 adultes | 2 adultes, 1 enfant (< 16 ans)",
"noordzee": "2 adultes | 2 adultes, 1 enfant (< 16 ans)",
"brugge": "2 adultes | 2 adultes, 1 enfant (< 16 ans)"
},
"room": {
"info": "Informations sur la chambre",
"crib": "Lit d'enfant disponible sur demande",
"surface": "Surface de 60m².",
"smoke": "interdiction de fumer.",
"no_pets": "Les animaux domestiques ne sont pas admis."
},
"facility": {
"wifi": "WiFi",
"floor_type": "revêtement de sol",
"view": "Vue extérieure",
"elevator_access": "Ascenseur disponible",
"sofa_bed": "Canapé-lit",
"bed_linen": "Linge de lit",
"refrigerator": "Réfrigérateur",
"kettle": "Bouilloire électrique",
"safe": "Coffre-fort",
"fan": "Ventilateur",
"heating": "Chauffage",
"sofa": "Canapé",
"flatscreen_tv": "Flatscreen TV",
"shower": "Douche",
"towels": "Serviettes",
"hairdryer": "Sèche-cheveux",
"toiletries": "Articles de toilette",
"toilet": "Toilette"
}
}
60 changes: 60 additions & 0 deletions v2/assets/texts/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"images": [
{ "key": "entrance", "caption": "Ingang" },
{ "key": "parking", "caption": "Privé parking" },
{ "key": "breakfast", "caption": "Ontbijt" },
{ "key": "dining", "caption": "Eetzaal" },
{ "key": "mugs", "caption": "Drankjes" },
{ "key": "terrace", "caption": "Terras" },
{ "key": "noordzee_bed", "caption": "Bed" },
{ "key": "noordzee_lounge", "caption": "Lounge" },
{ "key": "noordzee_bathroom", "caption": "Badkamer" },
{ "key": "brugge_bed", "caption": "Bed" },
{ "key": "brugge_lounge", "caption": "Lounge" },
{ "key": "brugge_bathroom", "caption": "Badkamer" },
{ "key": "polders_bed", "caption": "Bed" },
{ "key": "polders_lounge", "caption": "Lounge" },
{ "key": "polders_bathroom", "caption": "Badkamer" }
],
"menu": {
"home": "Start",
"rooms": "Kamers",
"highlights": "Hoogtepunten",
"contact": "Contact",
"room_1": "Noordzee",
"room_2": "Polders",
"room_3": "Brugge"
},
"room_limits": {
"polders": "2 volwassenen | 2 volwassenen, 1 kind (< 16j)",
"noordzee": "2 volwassenen | 2 volwassenen, 1 kind (< 16j)",
"brugge": "2 volwassenen | 2 volwassenen, 1 kind (< 16j)"
},
"room": {
"info": "Kamer informatie",
"crib": "Babybedje op aanvraag.",
"surface": "Oppervlakte van 60m².",
"smoke": "Verboden te roken.",
"no_pets": "Geen huisdieren toegelaten."
},
"facility": {
"wifi": "WiFi",
"floor_type": "Bevloering",
"view": "Uitzicht",
"elevator_access": "Lift beschikbaar",
"sofa_bed": "Sofa bed",
"bed_linen": "Beddengoed",
"refrigerator": "Koelkast",
"kettle": "Elektrische ketel",
"safe": "Kluis",
"fan": "Ventilator",
"heating": "Verwarming",
"sofa": "Sofa",
"flatscreen_tv": "Flatscreen TV",
"shower": "Douche",
"towels": "Handdoeken",
"hairdryer": "Haardroger",
"toiletries": "Toiletartikelen",
"toilet": "Toilet"
}
}
Binary file added v2/favicon.ico
Binary file not shown.
Loading

0 comments on commit d8f9f57

Please sign in to comment.