From ca7d7a594c27c23cdef757adcc8e5f7ec0c151de Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Mon, 29 Nov 2021 14:08:15 +0530 Subject: [PATCH 01/13] Delete hotelpage1.html --- webtech project/hotelpage1.html | 137 -------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 webtech project/hotelpage1.html diff --git a/webtech project/hotelpage1.html b/webtech project/hotelpage1.html deleted file mode 100644 index dd845f5..0000000 --- a/webtech project/hotelpage1.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

Taj Palace new delhi

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

Taj Mahal, New Delhi, located in the heart of the city, stands as tribute to legendary hospitality and service, complementing the broad leafy boulevards of Delhi's chief architect, Sir Edwin Lutyens. Central to The Taj Mahal Hotel's prominence is its old-world grace and charm, blended effortlessly with contemporary comforts and amenities. Its close proximity to the seat of government, the city’s diplomatic corps, commercial hubs, cultural centers and iconic heritage wonders, has furthered the hotel’s reputation as the epicentre of the capital. Taj Mahal, New Delhi, our 5 star hotel in Delhi, provides luxury like none other. All around, grandeur meets elegance—antiques, priceless art, and traditional accents and colours are impeccably woven together with contemporary style and modern amenities.

-
-

Heart of Lutyens Delhi

-

Award winning international cuisine

-

Elegant and spacious banquets

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 14000

-
-
-

Deluxe Room


-

₹ 20000

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From 9facf59d86c7505e24e9f650de711896826143b2 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:55:31 +0530 Subject: [PATCH 02/13] Delete hotelstyle.css --- webtech project/hotelstyle.css | 320 --------------------------------- 1 file changed, 320 deletions(-) delete mode 100644 webtech project/hotelstyle.css diff --git a/webtech project/hotelstyle.css b/webtech project/hotelstyle.css deleted file mode 100644 index 1471106..0000000 --- a/webtech project/hotelstyle.css +++ /dev/null @@ -1,320 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -#logoImg { - height: 10vh; - margin-bottom: 0px; -} - -#navbar { - display: flex; - position: fixed; - width: 100%; - justify-content: space-between; - background-color: black; - z-index: 1; -} - -#navbar ul { - display: flex; - text-decoration: none; - align-items: center; - width: 40vw; - justify-content: space-around; - font-size: 1.5rem; -} - -.tag { - list-style: none; -} - -.tag a { - text-decoration: none; - color: white; -} - -#navbar button { - width: 12rem; - color: white; - background-color: red; - border-radius: 8px; - font-size: 1.3rem; - margin-right: 20px; -} - -#navbar button:hover { - color: yellow; -} - - -/* dropDown */ -li a, .dropbtn { - display: inline-block; - color: white; - text-align: center; - padding: 14px 16px; - text-decoration: none; -} - -li a:hover, .dropbtn:hover { - background-color: red; -} - -li.dropdown { - display: inline-block; -} - -.dropdown-content { - display: none; - position: absolute; - background-color: #f9f9f9; - min-width: 160px; - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); - z-index: 1; -} - -.dropdown-content a { - color: black; - padding: 12px 16px; - text-decoration: none; - display: block; - text-align: left; -} - -.dropdown-content a:hover { - background-color: #f1f1f1; -} - -.dropdown:hover .dropdown-content { - display: block; -} - -#main { - position: relative; - top: 80px; -} - -div.hotelname { - background-color: rgba(196, 196, 196, 0.733); - -} - -div.hotelname p { - text-align: center; - font-size: 40px; - text-transform: uppercase; - padding: 40px 20px; - -} - - - -/* Align The div element in center */ -div.desc-out { - display: flex; - justify-content: center; - align-items: center; - width: 100%; -} - -div.description { - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - /* background-color: cornsilk; */ - border: 3px solid red; - border-radius: 20px; - margin-top: 20px; - width: 80%; - padding-bottom: 20px; -} - -div.description p { - font-size: 1.6rem; - padding: 10px 0; - /* justify-content: center; */ -} - -div.description p#hotel-desc { - color: black; - line-height: 2; - padding: 20px; -} - - -div.description div.key-features { - display: flex; - flex-wrap: nowrap; - width: 80%; -} - -div.description div.key-features p { - width: 33%; - padding: 10px; - margin: 10px; - background-color: rgb(255, 0, 0); - color: ghostwhite; - text-align: center; - border-radius: 15px; - font-size: 26px; - text-transform: capitalize; - /* transition: background-color 1s ease-in-out; */ -} - -div.description a { - display: block; - text-decoration: none; - color: red; - background-color: white; - border-radius: 20px; - padding: 10px 15px; - color: black; - /* font-size: 30px; */ -} - -#maplink { - font-size: 30px; -} - -#maplink:hover { - text-decoration: underline; -} - -div.description div.price-container { - display: flex; - flex-wrap: nowrap; -} - -div.description div.price-container div.price { - width: 40% ; - margin: 30px; - padding: 10px 20px; - background-color: white; - text-align: center; - box-shadow: 2px 4px 6px grey, -2px -4px 6px grey; -} - -div.description div.price-container div.price p { - color: black; - font-size: 30px; -} - -hr { - width: 100% ; - text-align: center; -} - -#booknow { - background-color: red; - /* padding: 10px 15px; */ - color: white; - border-radius: 10px; -} - -#booknow a { - font-size: 30px; - background-color: red; - color: white; - text-decoration: none; - display: block; - text-transform: uppercase; -} - - -/* Carousel css */ - -.mySlides {display: none} -.mySlides img { - vertical-align: middle; - width: 100%; - height: 400px; -} - -/* Slideshow container */ -.slideshow-container { - max-width: 1000px; - position: relative; - margin: auto; -} - -/* Next & previous buttons */ -.prev, .next { - cursor: pointer; - position: absolute; - top: 50%; - width: auto; - padding: 16px; - margin-top: -22px; - color: white; - font-weight: bold; - font-size: 18px; - transition: 0.6s ease; - border-radius: 0 3px 3px 0; - user-select: none; -} - -/* Position the "next button" to the right */ -.next { - right: 0; - border-radius: 3px 0 0 3px; -} - -/* On hover, add a black background color with a little bit see-through */ -.prev:hover, .next:hover { - background-color: rgba(0,0,0,0.8); -} - - - -/* Number text (1/3 etc) */ -.numbertext { - color: #f2f2f2; - font-size: 1rem; - padding: 8px 12px; - position: absolute; - top: 0; -} - -/* The dots/bullets/indicators */ -.dot { - cursor: pointer; - height: 15px; - width: 15px; - margin: 0 2px; - background-color: #bbb; - border-radius: 50%; - display: inline-block; - transition: background-color 0.6s ease; -} - -.active, .dot:hover { - background-color: #717171; -} - -/* Fading animation */ -.fade { - -webkit-animation-name: fade; - -webkit-animation-duration: 1.5s; - animation-name: fade; - animation-duration: 1s; -} - -@-webkit-keyframes fade { - from {opacity: .4} - to {opacity: 1} -} - -@keyframes fade { - from {opacity: .6} - to {opacity: 1} -} - - - - - - From 04502f8eac2a2505b08d2ea700cc83170188ccb7 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:55:38 +0530 Subject: [PATCH 03/13] Delete hotelpage9.html --- webtech project/hotelpage9.html | 140 -------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 webtech project/hotelpage9.html diff --git a/webtech project/hotelpage9.html b/webtech project/hotelpage9.html deleted file mode 100644 index f799d00..0000000 --- a/webtech project/hotelpage9.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

BloomSuites Calangute Goa

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

- World Class affordable hotel experience now in Goa! Ideally situated on the Calangute - Candolim road & diagonally opposite Café Coffee Day, you can't get closer to the action. Chill by our amazing pool by day & hit the North Goa party scene by night - a fantastic holiday awaits ! - -

-
-

Awarded hotel of the year by today's travellers awards

-

World class business center and conference rooms

-

Walking distance from 24/7 Calangute beach

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 6000

-
-
-

Deluxe Room


-

₹ 8500

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From b00f582478bda3e01e071c2efb44f8686a55abd8 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:55:49 +0530 Subject: [PATCH 04/13] Delete hotelpage8.html --- webtech project/hotelpage8.html | 140 -------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 webtech project/hotelpage8.html diff --git a/webtech project/hotelpage8.html b/webtech project/hotelpage8.html deleted file mode 100644 index 43b0131..0000000 --- a/webtech project/hotelpage8.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

Fairfield by Marriott Goa Anjuna

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

- Stay and explore everything that Fairfield by Marriott Goa Anjuna has to offer. Experience our 4-star hotel's well-appointed rooms with private balconies and refreshing views, deluxe bedding, complimentary Wi-Fi access and a welcome drink .Our prime location in Anjuna provides easy access to North Goa's iconic attractions, from scenic beaches like Baga and Anjuna, to lively nightlife and ancient forts - -

-
-

Dedicated area for kids

-

Flexible meeting spaces equipped with the latest technology

-

free beach shuttle drop to Anjuna Beach

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 9000

-
-
-

Deluxe Room


-

₹ 12000

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From 1d4829d7a7a88a495d0508d6a9be5dfb7fdcbfa6 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:55:57 +0530 Subject: [PATCH 05/13] Delete hotelpage7.html --- webtech project/hotelpage7.html | 140 -------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 webtech project/hotelpage7.html diff --git a/webtech project/hotelpage7.html b/webtech project/hotelpage7.html deleted file mode 100644 index e5edcc1..0000000 --- a/webtech project/hotelpage7.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

Sterling Goa Varca

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

- Take a trip back to history at Sterling Goa Varca, our resort located just near where Vasco Da Gama discovered the sea route to India. Head out to the Varca beach, which is just a stone’s throw away, indulge in cruises and dolphin watching, or revitalize yourself within the luxurious resort with the amenities and our staff at your service. - -

-
-

Experience unique Goan delicacies at Sterling Goa - Varca's restaurant

-

Located just 700m away from the white sands and pristine water of Varca Beach

-

a variety of recreational activities for all age groups

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 6000

-
-
-

Deluxe Room


-

₹ 9500

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From 52ae61d7e71c23d00684ff05e94e5720405067c3 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:56:06 +0530 Subject: [PATCH 06/13] Delete hotelpage6.html --- webtech project/hotelpage6.html | 140 -------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 webtech project/hotelpage6.html diff --git a/webtech project/hotelpage6.html b/webtech project/hotelpage6.html deleted file mode 100644 index d1f0265..0000000 --- a/webtech project/hotelpage6.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

Novotel Juhu Beach Mumbai

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

- Novotel Mumbai Juhu Beach is centrally located in Mumbai city, on Juhu Beach, close to shopping centres and corporate hub, neighbours the Bollywood Boulevard and is well connected to the landmarks, airports and tourist attractions of the city. - -

-
-

Centrally located in the city, with tourist attractions minutes away

-

Gada da Vida - Chic sea lounge overlooking the sea

-

International award winning restaurants to serve the best local cuisine

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 8000

-
-
-

Deluxe Room


-

₹ 11500

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From 85e71a3f563a881ae8478af60eba6169639ffca1 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:56:13 +0530 Subject: [PATCH 07/13] Delete hotelpage5.html --- webtech project/hotelpage5.html | 140 -------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 webtech project/hotelpage5.html diff --git a/webtech project/hotelpage5.html b/webtech project/hotelpage5.html deleted file mode 100644 index 865e78f..0000000 --- a/webtech project/hotelpage5.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

waterstones hotel mumbai

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

- Waterstones Hotel, a flagship property of Mars Hotels and Resorts Pvt. Ltd. is rich in originality and feel, along with being passionate about service and hospitality. The rooms with their lavish furnishings, feature an eclectic mix of traditional as well as modern settings. The young, hip and friendly staff ensure that your stay is warm and intimate. It is truly a home away from home. - -

-
-

World class swimming pools and bar

-

A range of restaurants offering Indian and international cuisines.

-

5 minutes driving distance from the Mumbai International Airport

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 10000

-
-
-

Deluxe Room


-

₹ 13000

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From 33586dc1d245bb62f8793fe2f449776de302376b Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:56:21 +0530 Subject: [PATCH 08/13] Delete hotelpage4.html --- webtech project/hotelpage4.html | 140 -------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 webtech project/hotelpage4.html diff --git a/webtech project/hotelpage4.html b/webtech project/hotelpage4.html deleted file mode 100644 index e1f90b5..0000000 --- a/webtech project/hotelpage4.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

trident bandra kurla mumbai

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

- Welcome to a world of stylish accommodation, fine dining and gracious hospitality in the heart of North Mumbai's business district: Bandra Kurla Complex, or BKC. The epitome of elegance and efficiency, Trident, Bandra Kurla is located near Mumbai airport and close to many of the major corporations, financial institutions and within easy distance of many of Mumbai’s famous shopping and sightseeing destinations, as well as Navi Mumbai. Our hotel is the perfect place to conduct business or explore the exciting nightlife in this five star city. - -

-
-

Become a member of the pretigious trident club

-

Savour your taste buds with the best local cuisine

-

Extensive conference and banquet facilities

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 8500

-
-
-

Deluxe Room


-

₹ 12000

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From 5ec9bf2d56d1dcb3d57f9cc6b88497d8475b4c83 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:56:28 +0530 Subject: [PATCH 09/13] Delete hotelpage3.html --- webtech project/hotelpage3.html | 137 -------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 webtech project/hotelpage3.html diff --git a/webtech project/hotelpage3.html b/webtech project/hotelpage3.html deleted file mode 100644 index a3b5e98..0000000 --- a/webtech project/hotelpage3.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

ITC maurya new delhi

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

A landmark in itself, ITC Maurya has been acknowledged as the preferred residence of visiting heads of state and global icons for over 40 years and epitomizes the luxury hotel experience in New Delhi. Alongside magnificent conference and banquet venues & unmatched wellness facilities, ITC Maurya is one of the most coveted address in the country

-
-

Buddhism inspired lobby recreating the paneled dome of a chaitya

-

Housing the Globally acclaimed Bukhara & Dum Pukht

-

Certified as the World’s first LEED® Platinum hotel

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 12000

-
-
-

Deluxe Room


-

₹ 16000

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From 84c932a4e48ad5d4c2152ecde1906bfa47f69bb5 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:56:35 +0530 Subject: [PATCH 10/13] Delete hotelpage2.html --- webtech project/hotelpage2.html | 137 -------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 webtech project/hotelpage2.html diff --git a/webtech project/hotelpage2.html b/webtech project/hotelpage2.html deleted file mode 100644 index ed1abf0..0000000 --- a/webtech project/hotelpage2.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - SAMA - - - - - -
-
-

The lalit new delhi

-
-
-
- -
-
1 / 4
- hotel image - -
- -
-
2 / 4
- hotel image - -
- -
-
3 / 4
- hotel image - -
- -
-
4 / 4
- hotel image - -
- - - - -
-
- -
- - - - -
- -
-
-

The Lalit New Delhi is located in central Delhi in close proximity to key commercial and business locations. The hotel operates 461 rooms and suites and offers over 39,000 square feet of conference and banqueting space. When visiting places in Delhi, rely on our expert 24-hour Concierge to guide you to the best tourist spots, historic sites, and shopping destinations just minutes away from The Lalit New Delhi.

-
-

One of a kind Art Junction

-

Hosts the finest restaurant chains in India

-

Blend of history and technology

-
- -

📍 View on map

- -
-
-

Classic Room


-

₹ 7500

-
-
-

Deluxe Room


-

₹ 11000

-
-
- - -
- -
- -
-
- - - - - \ No newline at end of file From fa0c03e9c8a74fee2ee4b1748eb8c9426d7cc016 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:56:42 +0530 Subject: [PATCH 11/13] Delete citystyle.css --- webtech project/citystyle.css | 86 ----------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 webtech project/citystyle.css diff --git a/webtech project/citystyle.css b/webtech project/citystyle.css deleted file mode 100644 index f7ff29c..0000000 --- a/webtech project/citystyle.css +++ /dev/null @@ -1,86 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} -#logoImg { - height: 10vh; - margin-bottom: 0px; -} -#navbar { - display: flex; - position: fixed; - width: 100%; - justify-content: space-between; - background-color: black; -} -#navbar ul { - display: flex; - text-decoration: none; - align-items: center; - width: 40vw; - justify-content: space-around; - font-size: 1.5rem; -} -.tag { - list-style: none; -} -.tag a { - text-decoration: none; - color: white; -} -#navbar button { - width: 12rem; - color: white; - background-color: red; - border-radius: 8px; - font-size: 1.3rem; - margin-right: 20px; -} -#navbar button:hover { - color: yellow; -} - -/* dropDown */ -li a, -.dropbtn { - display: inline-block; - color: white; - text-align: center; - padding: 14px 16px; - text-decoration: none; -} - -li a:hover, -.dropbtn:hover { - background-color: red; -} - -li.dropdown { - display: inline-block; -} - -.dropdown-content { - display: none; - position: absolute; - background-color: #f9f9f9; - min-width: 160px; - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); - z-index: 1; -} - -.dropdown-content a { - color: black; - padding: 12px 16px; - text-decoration: none; - display: block; - text-align: left; -} - -.dropdown-content a:hover { - background-color: #f1f1f1; -} - -.dropdown:hover .dropdown-content { - display: block; -} From 13f977f00a5b8b4aa178599aaa3a43e17a73f1d8 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:56:49 +0530 Subject: [PATCH 12/13] Delete city.html --- webtech project/city.html | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 webtech project/city.html diff --git a/webtech project/city.html b/webtech project/city.html deleted file mode 100644 index 16cb9de..0000000 --- a/webtech project/city.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - SAMA - - - - - - \ No newline at end of file From 5930fd9975681c938b13d2a1a9ba8f3c03bcc752 Mon Sep 17 00:00:00 2001 From: anchi-007 <77583725+anchi-007@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:58:58 +0530 Subject: [PATCH 13/13] Add files via upload --- webtech project/citystyle.css | 192 ++++++++++++++ webtech project/delhi-itc.html | 151 +++++++++++ webtech project/delhi-lalit.html | 151 +++++++++++ webtech project/delhi-taj.html | 151 +++++++++++ webtech project/delhi.html | 95 +++++++ webtech project/demo.html | 87 ++++++ webtech project/form.css | 93 +++++++ webtech project/goa-bloomsuites.html | 154 +++++++++++ webtech project/goa-fairfield.html | 154 +++++++++++ webtech project/goa-sterling.html | 154 +++++++++++ webtech project/goa.html | 93 +++++++ webtech project/hotelstyle.css | 339 ++++++++++++++++++++++++ webtech project/login.html | 34 +++ webtech project/mumbai-novotel.html | 154 +++++++++++ webtech project/mumbai-trident.html | 154 +++++++++++ webtech project/mumbai-waterstones.html | 154 +++++++++++ webtech project/mumbai.html | 101 +++++++ 17 files changed, 2411 insertions(+) create mode 100644 webtech project/citystyle.css create mode 100644 webtech project/delhi-itc.html create mode 100644 webtech project/delhi-lalit.html create mode 100644 webtech project/delhi-taj.html create mode 100644 webtech project/delhi.html create mode 100644 webtech project/demo.html create mode 100644 webtech project/form.css create mode 100644 webtech project/goa-bloomsuites.html create mode 100644 webtech project/goa-fairfield.html create mode 100644 webtech project/goa-sterling.html create mode 100644 webtech project/goa.html create mode 100644 webtech project/hotelstyle.css create mode 100644 webtech project/login.html create mode 100644 webtech project/mumbai-novotel.html create mode 100644 webtech project/mumbai-trident.html create mode 100644 webtech project/mumbai-waterstones.html create mode 100644 webtech project/mumbai.html diff --git a/webtech project/citystyle.css b/webtech project/citystyle.css new file mode 100644 index 0000000..88b74db --- /dev/null +++ b/webtech project/citystyle.css @@ -0,0 +1,192 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + } + #logoImg { + height: 10vh; + margin-bottom: 0px; + } + #navbar { + display: flex; + position: fixed; + width: 100%; + justify-content: space-between; + background-color: black; + z-index: 1; + } + #navbar ul { + display: flex; + text-decoration: none; + align-items: center; + width: 40vw; + justify-content: space-around; + font-size: 1.5rem; + } + .tag { + list-style: none; + } + .tag a { + text-decoration: none; + color: white; + } + #navbar button { + width: 12rem; + color: white; + background-color: red; + border-radius: 8px; + font-size: 1.3rem; + margin-right: 20px; + } + #navbar button:hover { + color: yellow; + } + + /* dropDown */ + li a, + .dropbtn { + display: inline-block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; + } + + li a:hover, + .dropbtn:hover { + background-color: red; + } + + li.dropdown { + display: inline-block; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #f9f9f9; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 1; + } + + .dropdown-content a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; + } + + .dropdown-content a:hover { + background-color: #f1f1f1; + } + + .dropdown:hover .dropdown-content { + display: block; + } + + /* main section */ + #main { + position: relative; + top: 80px; + } + + .hotel { + display: flex; + margin: 2rem 4rem 2rem 8rem; + height: 18rem; + } + .heading { + background-color: rgba(175, 175, 175, 0.733); + text-align: center; + font-size: 4.5rem; + } + .hotelName { + font-size: 3rem; + } + .hotelImg { + height: 100%; + width: 27rem; + } + .hotelDetails { + padding-left: 1rem; + } + .hotelDetails div { + margin: 1rem 0; + } + .address { + font-size: 1.2rem; + color: gray; + } + .details { + background-color: #1ab64f; + font-size: 1.2rem; + padding: 0.5rem 1.5rem; + color: white; + border: 1px solid #1ab64f; + border-radius: 5px; + } + .hotelDetails .details a { + color: white; + text-decoration: none; + } + .details:hover { + background-color: green; + } + .hotelDetails a { + text-decoration: none; + color: blue; + font-size: 1.1rem; + } + .hotelDetails a:hover { + text-decoration: underline; + } + + .rating { + font-size: 1.1rem; + /* background-color: chartreuse; */ + color: black; + width: fit-content; + border: 2px solid black; + padding: 0.1rem 0.5rem; + } + + hr { + width: 83%; + margin-left: 7rem; + } + + /* .hotel1, + .hotel2, + .hotel3 { + width: 25rem; + } */ + + /* .hotel2 img, + .hotel3 img { + width: 100%; + } */ + /* .navhotel { + height: 102%; + } */ + + /* footer */ + + footer { + height: 50px; + margin-top: 2px; + } + .foot { + background-color: rgba(27, 27, 27, 0.925); + text-align: center; + color: white; + padding: 20px 0px; + } + .foot img { + width: 2rem; + } + i { + color: #1ab64f; + } + \ No newline at end of file diff --git a/webtech project/delhi-itc.html b/webtech project/delhi-itc.html new file mode 100644 index 0000000..e6087e2 --- /dev/null +++ b/webtech project/delhi-itc.html @@ -0,0 +1,151 @@ + + + + + + + SAMA + + + + + +
+
+

ITC maurya new delhi

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

A landmark in itself, ITC Maurya has been acknowledged as the preferred residence of visiting heads of state and global icons for over 40 years and epitomizes the luxury hotel experience in New Delhi. Alongside magnificent conference and banquet venues & unmatched wellness facilities, ITC Maurya is one of the most coveted address in the country

+
+

Buddhism inspired lobby recreating the paneled dome of a chaitya

+

Housing the Globally acclaimed Bukhara & Dum Pukht

+

Certified as the World’s first LEED® Platinum hotel

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 12000

+
+
+

Deluxe Room


+

₹ 16000

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/delhi-lalit.html b/webtech project/delhi-lalit.html new file mode 100644 index 0000000..182f6f7 --- /dev/null +++ b/webtech project/delhi-lalit.html @@ -0,0 +1,151 @@ + + + + + + + SAMA + + + + + +
+
+

The lalit new delhi

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

The Lalit New Delhi is located in central Delhi in close proximity to key commercial and business locations. The hotel operates 461 rooms and suites and offers over 39,000 square feet of conference and banqueting space. When visiting places in Delhi, rely on our expert 24-hour Concierge to guide you to the best tourist spots, historic sites, and shopping destinations just minutes away from The Lalit New Delhi.

+
+

One of a kind Art Junction

+

Hosts the finest restaurant chains in India

+

Blend of history and technology

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 7500

+
+
+

Deluxe Room


+

₹ 11000

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/delhi-taj.html b/webtech project/delhi-taj.html new file mode 100644 index 0000000..c5dc048 --- /dev/null +++ b/webtech project/delhi-taj.html @@ -0,0 +1,151 @@ + + + + + + + SAMA + + + + + +
+
+

Taj Palace new delhi

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

Taj Mahal, New Delhi, located in the heart of the city, stands as tribute to legendary hospitality and service, complementing the broad leafy boulevards of Delhi's chief architect, Sir Edwin Lutyens. Central to The Taj Mahal Hotel's prominence is its old-world grace and charm, blended effortlessly with contemporary comforts and amenities. Its close proximity to the seat of government, the city’s diplomatic corps, commercial hubs, cultural centers and iconic heritage wonders, has furthered the hotel’s reputation as the epicentre of the capital. Taj Mahal, New Delhi, our 5 star hotel in Delhi, provides luxury like none other. All around, grandeur meets elegance—antiques, priceless art, and traditional accents and colours are impeccably woven together with contemporary style and modern amenities.

+
+

Heart of Lutyens Delhi

+

Award winning international cuisine

+

Elegant and spacious banquets

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 14000

+
+
+

Deluxe Room


+

₹ 20000

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/delhi.html b/webtech project/delhi.html new file mode 100644 index 0000000..28e28b9 --- /dev/null +++ b/webtech project/delhi.html @@ -0,0 +1,95 @@ + + + + + + + SAMA + + + + + +
+
Hotels in Delhi
+
+
+ Taj-Image +
+
+
Taj Palace
+
2, Sardar Patel Marg, Diplomatic Enclave, Chanakyapuri, New Delhi, Delhi 110021 +
+ 📍View In Map +
4.8 ⭐
+ +
+ +
+
+
+
+ ITC Maurya-Img +
+
+
ITC Maurya
+
Akhaura Block, Bapu dham, Chanakyapuri, New Delhi, Delhi 110021 +
+ 📍View In Map +
4.6 ⭐
+ +
+
+
+
+
+ Lalit-Image +
+
+
The Lalit
+
Barakhamba Avenue, Connaught Place, New Delhi-110001 +
+ 📍View In Map +
4.8 ⭐
+ +
+ +
+ + +
+ + \ No newline at end of file diff --git a/webtech project/demo.html b/webtech project/demo.html new file mode 100644 index 0000000..146a29e --- /dev/null +++ b/webtech project/demo.html @@ -0,0 +1,87 @@ + + + + + + + + +

Dropdown Menu inside a Navigation Bar

+

Hover over the "Dropdown" link to see the dropdown menu.

+
+ + + + + diff --git a/webtech project/form.css b/webtech project/form.css new file mode 100644 index 0000000..6115389 --- /dev/null +++ b/webtech project/form.css @@ -0,0 +1,93 @@ +@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap'); + +body { + font-family: "DM Sans", sans-serif; + line-height: 1.5; + background-color: rgb(75, 198, 202); + padding: 0 2rem; +} + +.container { + margin: 2rem auto; + width: 100%; + max-width: 600px; + background-color: #FFF; + box-shadow: 0 10px 20px 0 rgba(#999, .25); + padding: .75rem; +} + +#image { + padding-bottom: 65%; + background-image: url('https://www.wallpaperimageshd.com/uploads/2020/01/20/summer-beach-wallpaper-1-1920x1080.jpg'); + background-repeat: no-repeat; + position: relative; + opacity: .9; +} + +#title { + position: absolute; + left: 5%; + top: 30%; + right: 10%; + font-size: 2.2rem; + font-weight: 700; + color: white; +} + +.cards{ + font-size: 1.3rem; + font-weight: 500; + color: #118a84; +} + +.form { + padding: 2rem 1rem 0; +} + +.input { + display: flex; + flex-direction: column-reverse; + position: relative; + padding-top: 1.5rem; +} + +.input_label { + color: #8597a3; + position: absolute; + top: 1.5rem; + transition: .25s ease; +} + +.input_field { + border: 0; + z-index: 1; + background-color: transparent; + border-bottom: 2px solid #eee; + font: inherit; + font-size: 1.125rem; + padding: .25rem 0; + +} + +.button { + font: inherit; + font-size: 1.25rem; + padding: 1em; + width: 50%; + margin-top: 2rem; + margin-left: 9rem; + font-weight: 500; + background-color: #0c666d; + color: #FFF; + border: 0; +} + +.text { + padding: 1rem 1rem; + text-align: center; + font-size: 1rem; + color: #8597a3; +} + + + diff --git a/webtech project/goa-bloomsuites.html b/webtech project/goa-bloomsuites.html new file mode 100644 index 0000000..44fed82 --- /dev/null +++ b/webtech project/goa-bloomsuites.html @@ -0,0 +1,154 @@ + + + + + + + SAMA + + + + + +
+
+

BloomSuites Calangute Goa

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

+ World Class affordable hotel experience now in Goa! Ideally situated on the Calangute - Candolim road & diagonally opposite Café Coffee Day, you can't get closer to the action. Chill by our amazing pool by day & hit the North Goa party scene by night - a fantastic holiday awaits ! + +

+
+

Awarded hotel of the year by today's travellers awards

+

World class business center and conference rooms

+

Walking distance from 24/7 Calangute beach

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 6000

+
+
+

Deluxe Room


+

₹ 8500

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/goa-fairfield.html b/webtech project/goa-fairfield.html new file mode 100644 index 0000000..7a24d78 --- /dev/null +++ b/webtech project/goa-fairfield.html @@ -0,0 +1,154 @@ + + + + + + + SAMA + + + + + +
+
+

Fairfield by Marriott Goa Anjuna

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

+ Stay and explore everything that Fairfield by Marriott Goa Anjuna has to offer. Experience our 4-star hotel's well-appointed rooms with private balconies and refreshing views, deluxe bedding, complimentary Wi-Fi access and a welcome drink .Our prime location in Anjuna provides easy access to North Goa's iconic attractions, from scenic beaches like Baga and Anjuna, to lively nightlife and ancient forts + +

+
+

Dedicated area for kids

+

Flexible meeting spaces equipped with the latest technology

+

free beach shuttle drop to Anjuna Beach

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 9000

+
+
+

Deluxe Room


+

₹ 12000

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/goa-sterling.html b/webtech project/goa-sterling.html new file mode 100644 index 0000000..a9bef14 --- /dev/null +++ b/webtech project/goa-sterling.html @@ -0,0 +1,154 @@ + + + + + + + SAMA + + + + + +
+
+

Sterling Goa Varca

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

+ Take a trip back to history at Sterling Goa Varca, our resort located just near where Vasco Da Gama discovered the sea route to India. Head out to the Varca beach, which is just a stone’s throw away, indulge in cruises and dolphin watching, or revitalize yourself within the luxurious resort with the amenities and our staff at your service. + +

+
+

Experience unique Goan delicacies at Sterling Goa - Varca's restaurant

+

Located just 700m away from the white sands and pristine water of Varca Beach

+

a variety of recreational activities for all age groups

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 6000

+
+
+

Deluxe Room


+

₹ 9500

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/goa.html b/webtech project/goa.html new file mode 100644 index 0000000..7763869 --- /dev/null +++ b/webtech project/goa.html @@ -0,0 +1,93 @@ + + + + + + + SAMA + + + + +
+
Hotels in Goa
+
+
+ Taj-Image +
+
+
Bloomsuites Calangute
+
Calangute - Arpora Rd, Naikawaddo, Saligao, Goa 403516 +
+ 📍View In Map +
4.2 ⭐
+ +
+ +
+
+
+
+ ITC Maurya-Img +
+
+
Fairfield Arjuna
+
Survey No 11/14 Plot B C&E, Anjuna, Goa 403509 +
+ 📍View In Map +
4.9 ⭐
+ +
+
+
+
+
+ Lalit-Image +
+
+
Sterling Goa Varca
+
Sterling Goa Varca 605/D, Pedda - Colva Rd, Nomeo, Varca, Goa 403721 +
+ 📍View In Map +
4.4 ⭐
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/webtech project/hotelstyle.css b/webtech project/hotelstyle.css new file mode 100644 index 0000000..4f3fa4c --- /dev/null +++ b/webtech project/hotelstyle.css @@ -0,0 +1,339 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +#logoImg { + height: 10vh; + margin-bottom: 0px; +} + +#navbar { + display: flex; + position: fixed; + width: 100%; + justify-content: space-between; + background-color: black; + z-index: 1; +} + +#navbar ul { + display: flex; + text-decoration: none; + align-items: center; + width: 40vw; + justify-content: space-around; + font-size: 1.5rem; +} + +.tag { + list-style: none; +} + +.tag a { + text-decoration: none; + color: white; +} + +#navbar button { + width: 12rem; + color: white; + background-color: red; + border-radius: 8px; + font-size: 1.3rem; + margin-right: 20px; +} + +#navbar button:hover { + color: yellow; +} + + +/* dropDown */ +li a, .dropbtn { + display: inline-block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +li a:hover, .dropbtn:hover { + background-color: red; +} + +li.dropdown { + display: inline-block; +} + +.dropdown-content { + display: none; + position: absolute; + background-color: #f9f9f9; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 1; +} + +.dropdown-content a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; +} + +.dropdown-content a:hover { + background-color: #f1f1f1; +} + +.dropdown:hover .dropdown-content { + display: block; +} + +#main { + position: relative; + top: 80px; +} + +div.hotelname { + background-color: rgba(196, 196, 196, 0.733); + +} + +div.hotelname p { + text-align: center; + font-size: 40px; + text-transform: uppercase; + padding: 40px 20px; + +} + + + +/* Align The div element in center */ +div.desc-out { + display: flex; + justify-content: center; + align-items: center; + width: 100%; +} + +div.description { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + /* background-color: cornsilk; */ + border: 3px solid red; + border-radius: 20px; + margin-top: 20px; + width: 80%; + padding-bottom: 20px; +} + +div.description p { + font-size: 1.6rem; + padding: 10px 0; + /* justify-content: center; */ +} + +div.description p#hotel-desc { + color: black; + line-height: 2; + padding: 20px; + line-height: 2.3rem; +} + + +div.description div.key-features { + display: flex; + flex-wrap: nowrap; + width: 80%; +} + +div.description div.key-features p { + width: 33%; + padding: 10px; + margin: 10px; + background-color: rgb(255, 0, 0); + color: ghostwhite; + text-align: center; + border-radius: 15px; + font-size: 26px; + text-transform: capitalize; + /* transition: background-color 1s ease-in-out; */ +} + +div.description a { + display: block; + text-decoration: none; + color: red; + background-color: white; + border-radius: 20px; + padding: 10px 15px; + color: black; + /* font-size: 30px; */ +} + +#maplink { + font-size: 30px; +} + +#maplink:hover { + text-decoration: underline; +} + +div.description div.price-container { + display: flex; + flex-wrap: nowrap; +} + +div.description div.price-container div.price { + width: 40% ; + margin: 30px; + padding: 10px 20px; + background-color: white; + text-align: center; + box-shadow: 2px 4px 6px grey, -2px -4px 6px grey; +} + +div.description div.price-container div.price p { + color: black; + font-size: 30px; +} + +hr { + width: 100% ; + text-align: center; +} + +#booknow { + background-color: red; + /* padding: 10px 15px; */ + color: white; + border-radius: 10px; +} + +#booknow a { + font-size: 30px; + background-color: red; + color: white; + text-decoration: none; + display: block; + text-transform: uppercase; +} + + +/* Carousel css */ + +.mySlides {display: none} +.mySlides img { + vertical-align: middle; + width: 100%; + height: 400px; +} + +/* Slideshow container */ +.slideshow-container { + max-width: 1000px; + position: relative; + margin: auto; +} + +/* Next & previous buttons */ +.prev, .next { + cursor: pointer; + position: absolute; + top: 50%; + width: auto; + padding: 16px; + margin-top: -22px; + color: white; + font-weight: bold; + font-size: 18px; + transition: 0.6s ease; + border-radius: 0 3px 3px 0; + user-select: none; +} + +/* Position the "next button" to the right */ +.next { + right: 0; + border-radius: 3px 0 0 3px; +} + +/* On hover, add a black background color with a little bit see-through */ +.prev:hover, .next:hover { + background-color: rgba(0,0,0,0.8); +} + + + +/* Number text (1/3 etc) */ +.numbertext { + color: #f2f2f2; + font-size: 1rem; + padding: 8px 12px; + position: absolute; + top: 0; +} + +/* The dots/bullets/indicators */ +.dot { + cursor: pointer; + height: 15px; + width: 15px; + margin: 0 2px; + background-color: #bbb; + border-radius: 50%; + display: inline-block; + transition: background-color 0.6s ease; +} + +.active, .dot:hover { + background-color: #717171; +} + +/* Fading animation */ +.fade { + -webkit-animation-name: fade; + -webkit-animation-duration: 1.5s; + animation-name: fade; + animation-duration: 1s; +} + +@-webkit-keyframes fade { + from {opacity: .4} + to {opacity: 1} +} + +@keyframes fade { + from {opacity: .6} + to {opacity: 1} +} + + +/* Footer */ + +footer { + height: 50px; + margin-top: 2px; + } + .foot { + background-color: rgba(27, 27, 27, 0.925); + text-align: center; + color: white; + padding: 20px 0px; + } + .foot img { + width: 2rem; + } + i { + color: #1ab64f; + } + + + + diff --git a/webtech project/login.html b/webtech project/login.html new file mode 100644 index 0000000..14f79bb --- /dev/null +++ b/webtech project/login.html @@ -0,0 +1,34 @@ + + + + + +
+
+

Sign-In Your Account

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

Don't have an account? Create

+
+
+ + + + + + \ No newline at end of file diff --git a/webtech project/mumbai-novotel.html b/webtech project/mumbai-novotel.html new file mode 100644 index 0000000..e8b5e70 --- /dev/null +++ b/webtech project/mumbai-novotel.html @@ -0,0 +1,154 @@ + + + + + + + SAMA + + + + + +
+
+

Novotel Juhu Beach Mumbai

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

+ Novotel Mumbai Juhu Beach is centrally located in Mumbai city, on Juhu Beach, close to shopping centres and corporate hub, neighbours the Bollywood Boulevard and is well connected to the landmarks, airports and tourist attractions of the city. + +

+
+

Centrally located in the city, with tourist attractions minutes away

+

Gada da Vida - Chic sea lounge overlooking the sea

+

International award winning restaurants to serve the best local cuisine

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 8000

+
+
+

Deluxe Room


+

₹ 11500

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/mumbai-trident.html b/webtech project/mumbai-trident.html new file mode 100644 index 0000000..993b359 --- /dev/null +++ b/webtech project/mumbai-trident.html @@ -0,0 +1,154 @@ + + + + + + + SAMA + + + + + +
+
+

trident bandra kurla mumbai

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

+ Welcome to a world of stylish accommodation, fine dining and gracious hospitality in the heart of North Mumbai's business district: Bandra Kurla Complex, or BKC. The epitome of elegance and efficiency, Trident, Bandra Kurla is located near Mumbai airport and close to many of the major corporations, financial institutions and within easy distance of many of Mumbai’s famous shopping and sightseeing destinations, as well as Navi Mumbai. Our hotel is the perfect place to conduct business or explore the exciting nightlife in this five star city. + +

+
+

Become a member of the pretigious trident club

+

Savour your taste buds with the best local cuisine

+

Extensive conference and banquet facilities

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 8500

+
+
+

Deluxe Room


+

₹ 12000

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/mumbai-waterstones.html b/webtech project/mumbai-waterstones.html new file mode 100644 index 0000000..05ac9e3 --- /dev/null +++ b/webtech project/mumbai-waterstones.html @@ -0,0 +1,154 @@ + + + + + + + SAMA + + + + + +
+
+

waterstones hotel mumbai

+
+
+
+ +
+
1 / 4
+ hotel image + +
+ +
+
2 / 4
+ hotel image + +
+ +
+
3 / 4
+ hotel image + +
+ +
+
4 / 4
+ hotel image + +
+ + + + +
+
+ +
+ + + + +
+ +
+
+

+ Waterstones Hotel, a flagship property of Mars Hotels and Resorts Pvt. Ltd. is rich in originality and feel, along with being passionate about service and hospitality. The rooms with their lavish furnishings, feature an eclectic mix of traditional as well as modern settings. The young, hip and friendly staff ensure that your stay is warm and intimate. It is truly a home away from home. + +

+
+

World class swimming pools and bar

+

A range of restaurants offering Indian and international cuisines.

+

5 minutes driving distance from the Mumbai International Airport

+
+ +

📍 View on map

+ +
+
+

Classic Room


+

₹ 10000

+
+
+

Deluxe Room


+

₹ 13000

+
+
+ + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webtech project/mumbai.html b/webtech project/mumbai.html new file mode 100644 index 0000000..a7cf63e --- /dev/null +++ b/webtech project/mumbai.html @@ -0,0 +1,101 @@ + + + + + + + + SAMA + + + + + +
+
Hotels in Mumbai
+
+
+ Novotel +
+
+
Novotel Juhu Beach
+
Balraj Sahani Marg, Juhu Beach, Juhu, Mumbai, Maharashtra 400049 +
+ 📍View + In Map +
4.7 ⭐
+ +
+
+
+
+
+ Taj-Image +
+
+
Trident Hotel Bandra Kurla
+
C 56, G Block BKC, Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra 400098 +
+ 📍View + In Map +
4.6 ⭐
+ +
+
+
+
+
+ Waterstones +
+
+
Waterstones
+
International Airport, Airport Rd, near Mumbai, Navpada, Marol, Andheri East, Mumbai, Maharashtra 400059 +
+ 📍View + In Map +
4.5 ⭐
+ +
+ +
+ +
+ + +