From a8ddbf7ef577e110b75d9c000da1bfd34cc86f76 Mon Sep 17 00:00:00 2001 From: yashksaini-coder <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:43:00 +0000 Subject: [PATCH 01/29] Updated contributors list --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 66ec4e71..4e6807d5 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,13 @@ A heartfelt thank you to the following individuals for their valuable contributi Akhand Pratap Singh + + + devarsheecodess +
+ Devarshee Gaunekar +
+ Bhum-ika @@ -175,21 +182,14 @@ A heartfelt thank you to the following individuals for their valuable contributi Aradhya Yadav + + anuragverma108
Anurag Verma
- - - - - - devarsheecodess -
- Devarshee Gaunekar -
From f422e0b3362b4ea90bbdfbdcf8613d7b088fa95d Mon Sep 17 00:00:00 2001 From: Rhea <88110289+rees8@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:15:48 +0530 Subject: [PATCH 02/29] Create bali.html A separate Bali page created. --- packages/bali.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/bali.html diff --git a/packages/bali.html b/packages/bali.html new file mode 100644 index 00000000..0b67985d --- /dev/null +++ b/packages/bali.html @@ -0,0 +1,23 @@ + + + + + + Dubai Package + + + + +
+

Adventure in Bali

+
+
+

Book an adventure trip to Bali with activities like snorkeling, trekking, and more. Discount available for groups!

+

+ Price: ₹48,000 per person (Original Price: ₹60,000) +

+ + +
+ + From 0240b0cb6cfd9774998956d702b57da2c6e80f35 Mon Sep 17 00:00:00 2001 From: Rhea <88110289+rees8@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:17:02 +0530 Subject: [PATCH 03/29] Added pages for other packages. Added separate HTML files for Dubai, Goa, Kerala and Paris packages. --- packages/dubai.html | 23 +++++++++++++++++++++++ packages/goa.html | 23 +++++++++++++++++++++++ packages/kerala.html | 23 +++++++++++++++++++++++ packages/paris.html | 23 +++++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 packages/dubai.html create mode 100644 packages/goa.html create mode 100644 packages/kerala.html create mode 100644 packages/paris.html diff --git a/packages/dubai.html b/packages/dubai.html new file mode 100644 index 00000000..7b81f7a6 --- /dev/null +++ b/packages/dubai.html @@ -0,0 +1,23 @@ + + + + + + Dubai Package + + + + +
+

Flight to Dubai

+
+
+

Save 20% on round-trip flights to Dubai. Limited time offer!

+

+ Price: ₹20,000 per person (Original Price: ₹25,000) +

+ + +
+ + \ No newline at end of file diff --git a/packages/goa.html b/packages/goa.html new file mode 100644 index 00000000..f9d7970e --- /dev/null +++ b/packages/goa.html @@ -0,0 +1,23 @@ + + + + + + Dubai Package + + + + +
+

Luxury Stay in Goa

+
+
+

Get 30% off on a 5-star hotel stay in Goa. Enjoy the best of luxury at an affordable price!

+

+ Price: ₹10,500 per night (Original Price: ₹15,000) +

+ + +
+ + \ No newline at end of file diff --git a/packages/kerala.html b/packages/kerala.html new file mode 100644 index 00000000..ef0f5cd8 --- /dev/null +++ b/packages/kerala.html @@ -0,0 +1,23 @@ + + + + + + Dubai Package + + + + +
+

Kerala Backwaters Package

+
+
+

Experience the serene beauty of Kerala's backwaters with a 4-day, 3-night package. All-inclusive deal!

+

+ Price: ₹40,000 per person (Original Price: ₹50,000) +

+ + +
+ + \ No newline at end of file diff --git a/packages/paris.html b/packages/paris.html new file mode 100644 index 00000000..6fbfe5ba --- /dev/null +++ b/packages/paris.html @@ -0,0 +1,23 @@ + + + + + + Dubai Package + + + + +
+

Paris Romantic Getaway

+
+
+

Enjoy a romantic trip to Paris with your loved one. Special package for couples!

+

+ Price: ₹1,20,000 per couple (Original Price: ₹1,50,000) +

+ + +
+ + \ No newline at end of file From cde558600801179b191aa1a2e44a72fe8b53f935 Mon Sep 17 00:00:00 2001 From: Rhea <88110289+rees8@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:25:13 +0530 Subject: [PATCH 04/29] Update index.html - Book Now button code updated. Code for Book Now button for each package has been updated to direct it to a new page. --- index.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 4c47e7e6..938c087e 100644 --- a/index.html +++ b/index.html @@ -193,8 +193,6 @@ } - -
- + - \ No newline at end of file + From 1f0696c4dc0dd3b580a8d8e7568734431304d020 Mon Sep 17 00:00:00 2001 From: Rhea <88110289+rees8@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:26:41 +0530 Subject: [PATCH 05/29] Update script.js - Book Now button functionality added Functionality for the button has been appended to the existing code. --- script.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/script.js b/script.js index 9c4ffe71..e893259a 100644 --- a/script.js +++ b/script.js @@ -448,3 +448,10 @@ function googleTranslateElementInit() { }, 'google_translate_element'); } +//Functionality for 'Book-Now' button in travel packages +document.querySelectorAll('.book-now-btn').forEach(button => { + button.addEventListener('click', function() { + const packageName = this.getAttribute('data-package'); + window.location.href = `./packages/${packageName}`; + }); +}); From 39e0ba833210ebd18e280ae48b5f7ccef91ea6ee Mon Sep 17 00:00:00 2001 From: souvikpramanikgit Date: Wed, 9 Oct 2024 18:51:25 +0530 Subject: [PATCH 06/29] Add code --- style.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 67849fc0..44c5a829 100644 --- a/style.css +++ b/style.css @@ -1200,7 +1200,7 @@ justify-content: center; .popup-content { background-color: #fff; margin: 15% auto; - padding: 20px; + padding: 30px; border: 1px solid #888; border-radius: 10px; width: 100%; @@ -1208,7 +1208,6 @@ justify-content: center; position: relative; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } - /* Close Button */ .close-btn { position: absolute; @@ -1234,6 +1233,52 @@ justify-content: center; text-decoration: none; } +.popup { + position: fixed; + left: 0; + top: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.7); /* Background overlay */ + display: flex; + justify-content: center; + align-items: center; +} + +.popup-content { + position: relative; + background: white; + padding: 40px; /* Increased padding around content */ + padding-top: 60px; /* Extra top padding to account for close button */ + border-radius: 10px; + max-width: 500px; + text-align: center; +} + +.close-btn { + position: absolute; + top: 15px; + right: 15px; + width: 30px; + height: 30px; + font-size: 2rem; + cursor: pointer; + background-color: #ff4c4c; + color: #fff; + border-radius: 50%; + border: none; + display: flex; + justify-content: center; + align-items: center; + z-index: 1; +} + +.close-btn:hover { + background-color: #ff0000; + transform: scale(1.1); +} + + /* Button to check deals */ .popup-content button { background-color: #007bff; From 5f6aa557a5156636682187513d410548fdb693b1 Mon Sep 17 00:00:00 2001 From: poorvikaa08 Date: Wed, 9 Oct 2024 19:01:46 +0530 Subject: [PATCH 07/29] fix booking section --- index.html | 154 ++++++++--------------------------------------------- 1 file changed, 23 insertions(+), 131 deletions(-) diff --git a/index.html b/index.html index 4c47e7e6..f0468fb1 100644 --- a/index.html +++ b/index.html @@ -469,47 +469,16 @@

Romantic Getaway

Book a Cab or Auto

-

Book a cab or auto with ease

- +
- +
-
- - -
-
- - -
-
- - -
+ +
+ + + +
- +
- +
- - - -
- -

-
- -
- -

-
+ - - -
-
-
+ + From 57b7b16377104b6a1f80d85642e92cf161f2a3c0 Mon Sep 17 00:00:00 2001 From: Rhea <88110289+rees8@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:08:50 +0530 Subject: [PATCH 08/29] Update index.html - Moved script tag just before body closing tag The button should function now as there was an unclosed script tag added by someone else. --- index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index.html b/index.html index 5b3f55b6..940126c6 100644 --- a/index.html +++ b/index.html @@ -220,10 +220,6 @@

The Perfect Travel Experience!

- - - -

- - + +
+
+ + + + + +
+ +
0
+
+ @@ -1124,4 +1129,4 @@

Exclusive Deals and Offers!

- \ No newline at end of file + From 3679140c5473e33d1a25f1e48701c69a8c053870 Mon Sep 17 00:00:00 2001 From: Ananya Gupta <145869907+ananyag309@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:16:11 +0530 Subject: [PATCH 12/29] Update star-rating.js --- star-rating.js | 41 ++++++++++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/star-rating.js b/star-rating.js index 2f613711..e3d87750 100644 --- a/star-rating.js +++ b/star-rating.js @@ -1,9 +1,36 @@ -let star = document.querySelectorAll('input'); -let showValue = document.querySelector('#rating-value'); +document.addEventListener('DOMContentLoaded', () => { + const starContainer = document.querySelector('.star-rating'); + const stars = document.querySelectorAll('.star'); + const showValue = document.querySelector('#rating-value'); -for(let i = 0; i < star.length; i++) { - star[i].addEventListener('click', function() { - let selectedRating = this.value; - showValue.innerHTML = selectedRating; // Only show the rating value + if (!starContainer) { + console.error('Star rating container not found'); + return; + } + + if (!stars.length) { + console.error('No star rating inputs found'); + return; + } + + if (!showValue) { + console.error('Rating value display element not found'); + return; + } + + starContainer.addEventListener('change', (event) => { + if (event.target.matches('input')) { + const selectedRating = event.target.value; + console.log('Selected rating:', selectedRating); + + showValue.textContent = `You rated this ${selectedRating} star${selectedRating !== '1' ? 's' : ''}`; + + // Update visual state of stars + stars.forEach((star) => { + star.checked = star.value <= selectedRating; + }); + } }); -} \ No newline at end of file + + console.log('Star rating initialization complete'); +}); From d26a167e55bb1c79177e3cbd9ea6fb5a9c367e8f Mon Sep 17 00:00:00 2001 From: README-bot Date: Wed, 9 Oct 2024 15:57:53 +0000 Subject: [PATCH 13/29] Update repo structure --- project-structure.md | 8 +++----- project_structure.txt | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/project-structure.md b/project-structure.md index 0c09d9a3..1badf4af 100644 --- a/project-structure.md +++ b/project-structure.md @@ -3,6 +3,9 @@ ├── Code_of_Conduct.md ├── README.md ├── RatingStyle.css +├── auth.css +├── auth.html +├── auth.js ├── book.html ├── boy.png ├── chatbot.gif @@ -26,14 +29,9 @@ │ ├── logo2.png │ └── new-york-page.png ├── index.html -├── login.css -├── login.html -├── login.js ├── project-structure.md ├── project_structure.txt ├── script.js -├── signUp.css -├── signUp.html ├── star-rating.js └── style.css ``` diff --git a/project_structure.txt b/project_structure.txt index aa4aa30d..b57663cf 100644 --- a/project_structure.txt +++ b/project_structure.txt @@ -1,6 +1,9 @@ ├── Code_of_Conduct.md ├── README.md ├── RatingStyle.css +├── auth.css +├── auth.html +├── auth.js ├── book.html ├── boy.png ├── chatbot.gif @@ -24,13 +27,8 @@ │ ├── logo2.png │ └── new-york-page.png ├── index.html -├── login.css -├── login.html -├── login.js ├── project-structure.md ├── project_structure.txt ├── script.js -├── signUp.css -├── signUp.html ├── star-rating.js └── style.css \ No newline at end of file From 7e8ab0250a97257f88d918573974688f800e2c17 Mon Sep 17 00:00:00 2001 From: Vibha Date: Wed, 9 Oct 2024 21:28:08 +0530 Subject: [PATCH 14/29] feedback --- BuddyTrail | 1 + 1 file changed, 1 insertion(+) create mode 160000 BuddyTrail diff --git a/BuddyTrail b/BuddyTrail new file mode 160000 index 00000000..3205e5cd --- /dev/null +++ b/BuddyTrail @@ -0,0 +1 @@ +Subproject commit 3205e5cd4eec97ac5d055c40a1238fd1745ff0a1 From f1006961f6428f5b5f07a547d8112ff9823fc48d Mon Sep 17 00:00:00 2001 From: README-bot Date: Wed, 9 Oct 2024 16:03:34 +0000 Subject: [PATCH 15/29] Update repo structure --- project-structure.md | 8 +++----- project_structure.txt | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/project-structure.md b/project-structure.md index 0c09d9a3..1badf4af 100644 --- a/project-structure.md +++ b/project-structure.md @@ -3,6 +3,9 @@ ├── Code_of_Conduct.md ├── README.md ├── RatingStyle.css +├── auth.css +├── auth.html +├── auth.js ├── book.html ├── boy.png ├── chatbot.gif @@ -26,14 +29,9 @@ │ ├── logo2.png │ └── new-york-page.png ├── index.html -├── login.css -├── login.html -├── login.js ├── project-structure.md ├── project_structure.txt ├── script.js -├── signUp.css -├── signUp.html ├── star-rating.js └── style.css ``` diff --git a/project_structure.txt b/project_structure.txt index aa4aa30d..b57663cf 100644 --- a/project_structure.txt +++ b/project_structure.txt @@ -1,6 +1,9 @@ ├── Code_of_Conduct.md ├── README.md ├── RatingStyle.css +├── auth.css +├── auth.html +├── auth.js ├── book.html ├── boy.png ├── chatbot.gif @@ -24,13 +27,8 @@ │ ├── logo2.png │ └── new-york-page.png ├── index.html -├── login.css -├── login.html -├── login.js ├── project-structure.md ├── project_structure.txt ├── script.js -├── signUp.css -├── signUp.html ├── star-rating.js └── style.css \ No newline at end of file From 0b50bc0bee6342d3e9a47eff666e515a85add076 Mon Sep 17 00:00:00 2001 From: Durgeshwar-AI Date: Wed, 9 Oct 2024 21:34:35 +0530 Subject: [PATCH 16/29] Resolved the merge conflict while keeping the feature intact --- index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/index.html b/index.html index 42591b38..1f9c960a 100644 --- a/index.html +++ b/index.html @@ -153,6 +153,7 @@ align-items: center; } + @@ -191,6 +192,26 @@ translateElement.style.display = "none"; } } + //Providing scroll animation between different parts of the page using jquery + $(document).ready(function () { + $ ("a[href^='#']").on("click", function (event) { + event.preventDefault(); + if (this.hash !== "") { + event.preventDefault(); + var hash = this.hash; + var navbarHeight = $(".main-head").outerHeight(); + $("html, body").animate( + { + scrollTop: $(hash).offset().top - navbarHeight, + }, + 1000 + ); + event.preventDefault(); + } + event.preventDefault(); + }); + event.preventDefault(); + }); From de225063fc5309bdc69b1e2f932bbbca43e49edd Mon Sep 17 00:00:00 2001 From: README-bot Date: Wed, 9 Oct 2024 16:08:07 +0000 Subject: [PATCH 17/29] Update repo structure --- project-structure.md | 9 ++++----- project_structure.txt | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/project-structure.md b/project-structure.md index 0c09d9a3..aaa2e36f 100644 --- a/project-structure.md +++ b/project-structure.md @@ -1,8 +1,12 @@ ``` +├── BuddyTrail ├── Code_of_Conduct.md ├── README.md ├── RatingStyle.css +├── auth.css +├── auth.html +├── auth.js ├── book.html ├── boy.png ├── chatbot.gif @@ -26,14 +30,9 @@ │ ├── logo2.png │ └── new-york-page.png ├── index.html -├── login.css -├── login.html -├── login.js ├── project-structure.md ├── project_structure.txt ├── script.js -├── signUp.css -├── signUp.html ├── star-rating.js └── style.css ``` diff --git a/project_structure.txt b/project_structure.txt index aa4aa30d..59857976 100644 --- a/project_structure.txt +++ b/project_structure.txt @@ -1,6 +1,10 @@ +├── BuddyTrail ├── Code_of_Conduct.md ├── README.md ├── RatingStyle.css +├── auth.css +├── auth.html +├── auth.js ├── book.html ├── boy.png ├── chatbot.gif @@ -24,13 +28,8 @@ │ ├── logo2.png │ └── new-york-page.png ├── index.html -├── login.css -├── login.html -├── login.js ├── project-structure.md ├── project_structure.txt ├── script.js -├── signUp.css -├── signUp.html ├── star-rating.js └── style.css \ No newline at end of file From aed432295abbb1b72cade11175c40987bdc26749 Mon Sep 17 00:00:00 2001 From: Yash Kumar Saini <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:14:42 +0530 Subject: [PATCH 18/29] Update update-structure.yml --- .github/workflows/update-structure.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-structure.yml b/.github/workflows/update-structure.yml index 87febd73..b9cae48f 100644 --- a/.github/workflows/update-structure.yml +++ b/.github/workflows/update-structure.yml @@ -32,7 +32,7 @@ jobs: - name: Commit and push if changed run: | - git config --global user.email "actions@users.noreply.github.com" - git config --global user.name "README-bot" - git add . - git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push) \ No newline at end of file + git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" + git add . + git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push) From 2611afb7f58da6ae5050e10ab8622e4de2d12c5e Mon Sep 17 00:00:00 2001 From: Yash Kumar Saini <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:16:07 +0530 Subject: [PATCH 19/29] Update add-contributor.yml --- .github/workflows/add-contributor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/add-contributor.yml b/.github/workflows/add-contributor.yml index 3b769fb9..207afa97 100644 --- a/.github/workflows/add-contributor.yml +++ b/.github/workflows/add-contributor.yml @@ -17,6 +17,5 @@ jobs: - name: Update Contributors List uses: akhilmhdh/contributors-readme-action@v2.3.10 - with: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 3a0ee86ce8afe75b292821c29dc5be1bebcddc44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:46:24 +0000 Subject: [PATCH 20/29] docs(contributor): contrib-readme-action has updated readme --- README.md | 87 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 4e6807d5..637340c0 100644 --- a/README.md +++ b/README.md @@ -176,10 +176,10 @@ A heartfelt thank you to the following individuals for their valuable contributi
- - Aradhya-005 + + Archisman141
- Aradhya Yadav + Archisman Khanra
@@ -192,10 +192,17 @@ A heartfelt thank you to the following individuals for their valuable contributi - - Archisman141 + + tarunkumar2005
- Archisman Khanra + Tarun kumar +
+ + + + Aradhya-005 +
+ Aradhya Yadav
@@ -219,6 +226,8 @@ A heartfelt thank you to the following individuals for their valuable contributi Abankita Behera + + T-Rahul-prabhu-38 @@ -226,8 +235,6 @@ A heartfelt thank you to the following individuals for their valuable contributi Abankita Behera - - jvkousthub @@ -263,6 +270,8 @@ A heartfelt thank you to the following individuals for their valuable contributi Ishika Gupta + + hritika2409 @@ -270,8 +279,6 @@ A heartfelt thank you to the following individuals for their valuable contributi Hritika Sharan - - HS202022 @@ -307,6 +314,8 @@ A heartfelt thank you to the following individuals for their valuable contributi Poorvika + + swamimalode07 @@ -314,20 +323,18 @@ A heartfelt thank you to the following individuals for their valuable contributi Swami Malode - - - - Ananya-vastare + + sadafhukkeri
- Ananya Ravikiran Vastare + sadafhukkeri
- - HarshadaGirase + + dwivedishrey
- Harshada Girase + dwivedishrey
@@ -338,28 +345,28 @@ A heartfelt thank you to the following individuals for their valuable contributi - - sadafhukkeri + + Slambot01
- sadafhukkeri + Zorslay#17
- - dwivedishrey + + Ananya-vastare
- dwivedishrey + Ananya Ravikiran Vastare
+ + - - tarunkumar2005 + + HarshadaGirase
- Tarun kumar + Harshada Girase
- - srishti023 @@ -395,6 +402,8 @@ A heartfelt thank you to the following individuals for their valuable contributi Krishnam Verma + + ShrishtiSingh26 @@ -402,8 +411,6 @@ A heartfelt thank you to the following individuals for their valuable contributi Shrishti - - shashankgoud18 @@ -418,13 +425,6 @@ A heartfelt thank you to the following individuals for their valuable contributi Samarth Mishra - - - Slambot01 -
- Zorslay#17 -
- Risheendra183 @@ -469,6 +469,13 @@ A heartfelt thank you to the following individuals for their valuable contributi RahulScripted + + + AsifQamar +
+ Cyphrr_07 +
+ anuragbansall @@ -483,6 +490,8 @@ A heartfelt thank you to the following individuals for their valuable contributi Antima Mishra + + ananyag309 @@ -490,8 +499,6 @@ A heartfelt thank you to the following individuals for their valuable contributi Ananya Gupta - - ahinagangopadhyay From b4dbb919db3915f796aabd9e52467d2b2ccb97a0 Mon Sep 17 00:00:00 2001 From: Kajalmehta29 Date: Wed, 9 Oct 2024 22:43:31 +0530 Subject: [PATCH 21/29] Deleted duplicate "contact us" and "about" I have deleted the duplicate content from the website. --- index.html | 46 +++++----------------------------------------- 1 file changed, 5 insertions(+), 41 deletions(-) diff --git a/index.html b/index.html index 42591b38..d1abb9c7 100644 --- a/index.html +++ b/index.html @@ -684,33 +684,10 @@

Explore Popular Destinations

-
-
-
-

Contact US

-
-
-
- - -
- - - -
- -
-
+ -
-

Explore Popular Destinations

-

Click on the markers to learn more about each destination.

-
-
+ + +
+
+

Explore the World with BuddyTrail

+

Discover new destinations, read travel tips, and get inspired!

+ + +
+ +
+

Latest Blog Posts

+
+ Travel Image +

10 Essential Items to Pack for Your Next Adventure

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
Read More +
+
+ Post Image +

A Foodie's Guide to Tokyo: Top 5 Restaurants and Markets

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ Read More +
+
+ Post Image +

A Foodie's Guide to Tokyo: Top 5 Restaurants and Markets

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ Read More +
+ +
+ +
+

Categories

+ +
+ +
+

Stay Updated!

+

Sign up for our newsletter to receive exclusive content and updates.

+
+ + +
+
+
+ + + + + +