From d205fb5e921e777b2bfdcfc53f20142790cb26f9 Mon Sep 17 00:00:00 2001 From: Aryan Singh Date: Thu, 27 Jun 2024 18:41:16 +0530 Subject: [PATCH 1/4] fix/social-media-icons --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c071d5a9..87f45db0 100644 --- a/index.html +++ b/index.html @@ -1054,7 +1054,7 @@ +
-
-
-

Explore top destinations

-

- Explore your dream places around the world. Here you can find your perfect destination. -

+
+
+

Explore top destinations

+

+ Explore your dream places around the world. Here you can find your perfect destination. +

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

- ||Eiffel Tower|| -

-

PARIS

+

+ ||Eiffel Tower|| +

+

PARIS

+
-
-
-
- Giant Wheel -

||Giant Wheel||

-

LONDON

-
-
+
+ Giant Wheel +

||Giant Wheel||

+

LONDON

+
+
-
-
- Goa Beach -

||Goa Beach||

-

GOA

-
-
+
+ Goa Beach +

||Goa Beach||

+

GOA

+
+
-
-
- Male Beach -

||Male Beach||

-

MALDIVES

-
-
+
+ Male Beach +

||Male Beach||

+

MALDIVES

+
+
-
-
+ + - +
@@ -579,53 +594,59 @@

Best trip packages

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

- Our trip gallery that will inspire you -

-

- Visual Stories of Adventure to Spark Your Imagination.
- Get inspired for your next journey. -

- + +
+
+
+
+
+

+ Our trip gallery that will inspire you +

+

+ Visual Stories of Adventure to Spark Your Imagination.
+ Get inspired for your next journey. +

+ +
+
-
-








@@ -755,20 +776,24 @@

TourGuide made our dream vacation a reality! From the - breathtaking landscapes to the seamless logistics, every moment was a new adventure. The personalized - itinerary and expert guides added a special touch to our journey. We can't wait to book our next trip with + breathtaking landscapes to the seamless logistics, every moment was a new adventure. The + personalized + itinerary and expert guides added a special touch to our journey. We can't wait to book our next + trip with TourGuide!

-
+
-

Our cultural tour with TourGuide exceeded all expectations. +

Our cultural tour with TourGuide exceeded all + expectations. The - immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect with + immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect + with the local culture in a way we never thought possible. Thanks to TourGuide.

@@ -777,12 +802,14 @@

Charles

-
+
-

Traveling with the family has never been easier! TourGuide +

Traveling with the family has never been easier! + TourGuide took - care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly activities + care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly + activities and family-oriented guides made our trip unforgettable.

-
+
-

Our cultural tour with TourGuide exceeded all expectations. +

Our cultural tour with TourGuide exceeded all + expectations. The - immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect with + immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect + with the local culture in a way we never thought possible. Thanks to TourGuide.

@@ -816,12 +847,14 @@

Charles

-
+
-

Traveling with the family has never been easier! TourGuide +

Traveling with the family has never been easier! + TourGuide took - care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly activities + care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly + activities and family-oriented guides made our trip unforgettable.

- +

@@ -842,12 +875,12 @@

Katie

- - + + @@ -894,7 +927,7 @@

Can I make changes to my booking or cancel it if needed? - + @@ -980,18 +1013,19 @@

Contact Us

- +
- - + +
-
+
+ style="margin-right: 40px;box-shadow: 2px 2px 8px red;">Send
@@ -1024,14 +1058,14 @@

Subscribe to get special prize

- + + - - - + \ No newline at end of file From 300ab19344aa7cb66aba51e2168d752d7f3a2e10 Mon Sep 17 00:00:00 2001 From: Aryan Singh Date: Thu, 27 Jun 2024 20:06:40 +0530 Subject: [PATCH 4/4] Revert "fix : Footer Section alignment issue" This reverts commit f9c94c21ad09bafcfc483fa85867ab06f9561641. --- index.html | 490 +++++++++++++++++++++++++---------------------------- 1 file changed, 228 insertions(+), 262 deletions(-) diff --git a/index.html b/index.html index 840ef891..e92d7623 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ Tourguide - + @@ -64,86 +64,74 @@ .active { color: red !important; } - - @media screen and (max-width:390px) { - .nav__logo { + @media screen and (max-width:390px){ + .nav__logo{ position: relative; right: 1.9rem; } - - .contact-btn { + .contact-btn{ position: relative; right: 2.5rem; } - - .toggle-container { + .toggle-container{ position: relative; right: 2.5rem; } - - .toggle { + .toggle{ width: 130%; - } - - .line { + } + .line{ width: 130%; } - - .hamburger { + .hamburger{ position: relative; right: 1rem; } } - @media screen and (max-width:364px) { - .toggle { - width: 190%; + .toggle{ + width:190%; } - - .line { + .line{ width: 190%; } } - .gallery-rotate-image .image-container { - display: flex; - flex-wrap: wrap; - gap: 16px; - /* Adjust the gap between images */ - } - - .gallery-rotate-image .image-container span { - display: inline-block; - } - - .trip-gallery-container { - display: flex; - flex-wrap: wrap; - gap: 16px; - /* Adjust the gap between images */ - } - - .trip-gallery-container .image-container { - display: flex; - flex-direction: column; - align-items: center; - } - - .trip-gallery-container .image-container img { - max-width: 100%; - height: auto; - } - - .btn-container { - display: flex; - justify-content: center; - gap: 8px; - /* Adjust the gap between buttons */ - } + display: flex; + flex-wrap: wrap; + gap: 16px; /* Adjust the gap between images */ +} + +.gallery-rotate-image .image-container span { + display: inline-block; +} + +.trip-gallery-container { + display: flex; + flex-wrap: wrap; + gap: 16px; /* Adjust the gap between images */ +} + +.trip-gallery-container .image-container { + display: flex; + flex-direction: column; + align-items: center; +} + +.trip-gallery-container .image-container img { + max-width: 100%; + height: auto; +} + +.btn-container { + display: flex; + justify-content: center; + gap: 8px; /* Adjust the gap between buttons */ +} - - + + @@ -182,10 +170,8 @@

TourGuide . . .

-->
-

Find Your Perfect Getaway
Discover the World's Best Kept
-

+

Find Your Perfect Getaway
Discover the World's Best Kept

Make your travel more enjoyable with us. We are the best travel agency and we are providing the best travel services for our @@ -249,7 +234,7 @@

Find Your Perfect Getaway
Discover the World's Best style="box-shadow: 2px 2px 8px red;">Book Now

- +
@@ -259,7 +244,7 @@

Find Your Perfect Getaway
Discover the World's Best

- +
Watch our story
@@ -443,26 +428,26 @@

Get Flat 15% OFF

-
-
-

Explore top destinations

-

- Explore your dream places around the world. Here you can find your perfect destination. -

-
+
+
+

Explore top destinations

+

+ Explore your dream places around the world. Here you can find your perfect destination. +

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

- ||Eiffel Tower|| -

-

PARIS

-
+

+ ||Eiffel Tower|| +

+

PARIS

+
-
-
- Giant Wheel -

||Giant Wheel||

-

LONDON

-
-
+
+ Giant Wheel +

||Giant Wheel||

+

LONDON

+
+
-
-
- Goa Beach -

||Goa Beach||

-

GOA

-
-
+
+ Goa Beach +

||Goa Beach||

+

GOA

+
+
-
-
- Male Beach -

||Male Beach||

-

MALDIVES

-
-
- -
+
+ Male Beach +

||Male Beach||

+

MALDIVES

+
+ +
+ - +
@@ -594,59 +579,53 @@

Best trip packages

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

- Our trip gallery that will inspire you -

-

- Visual Stories of Adventure to Spark Your Imagination.
- Get inspired for your next journey. -

- -
-
+ +
+
+
+
+
+

+ Our trip gallery that will inspire you +

+

+ Visual Stories of Adventure to Spark Your Imagination.
+ Get inspired for your next journey. +

+
+
+








@@ -776,24 +755,20 @@

TourGuide made our dream vacation a reality! From the - breathtaking landscapes to the seamless logistics, every moment was a new adventure. The - personalized - itinerary and expert guides added a special touch to our journey. We can't wait to book our next - trip with + breathtaking landscapes to the seamless logistics, every moment was a new adventure. The personalized + itinerary and expert guides added a special touch to our journey. We can't wait to book our next trip with TourGuide!

-
+
-

Our cultural tour with TourGuide exceeded all - expectations. +

Our cultural tour with TourGuide exceeded all expectations. The - immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect - with + immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect with the local culture in a way we never thought possible. Thanks to TourGuide.

@@ -802,14 +777,12 @@

Charles

-
+
-

Traveling with the family has never been easier! - TourGuide +

Traveling with the family has never been easier! TourGuide took - care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly - activities + care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly activities and family-oriented guides made our trip unforgettable.

-
+
-

Our cultural tour with TourGuide exceeded all - expectations. +

Our cultural tour with TourGuide exceeded all expectations. The - immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect - with + immersive experiences, knowledgeable guides, and carefully curated activities allowed us to connect with the local culture in a way we never thought possible. Thanks to TourGuide.

@@ -847,14 +816,12 @@

Charles

-
+
-

Traveling with the family has never been easier! - TourGuide +

Traveling with the family has never been easier! TourGuide took - care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly - activities + care of every detail, ensuring a stress-free and enjoyable vacation for all. The kid-friendly activities and family-oriented guides made our trip unforgettable.

- +
@@ -875,12 +842,12 @@

Katie

+ - - + @@ -927,7 +894,7 @@

Can I make changes to my booking or cancel it if needed? - +

@@ -1013,19 +980,18 @@

Contact Us

- +
- - + +
-
+
+ style="margin-right: 40px;box-shadow: 2px 2px 8px red;">Send
@@ -1058,14 +1024,14 @@

Subscribe to get special prize

- + + - - - \ No newline at end of file +