diff --git a/Adventure.html b/Adventure.html new file mode 100644 index 00000000..a5d1a89a --- /dev/null +++ b/Adventure.html @@ -0,0 +1,434 @@ + + +
+ + + + + + + + + + ++ "Unleash Your Adventurous Spirit: Discover the Most Thrilling Destinations Around the Globe!" +
+ ++ Discover the rich tapestry of cultural heritage at our curated list of must-visit cultural sites, where history, art, and tradition come alive." +
+ ++ "Embark on your journey to forever bliss with our curated selection of dreamy honeymoon destinations..." +
+ +
+ The Agra Fort (Qila Agra) is a historical fort in the city of Agra, and also known as Agra's Red Fort. Mughal emperor Humayun was crowned at this fort in 1530. It was later renovated by the Mughal emperor Akbar from 1565 and the present-day structure was completed in 1573. It served as the main residence of the rulers of the Mughal dynasty until 1638, when the capital was shifted from Agra to Delhi. It was also known as the "Lal-Qila" or "Qila-i-Akbari" .
Before being captured by the British, the last Indian rulers to have occupied it were the Marathas. In 1983, the Agra fort was inscribed as a UNESCO World Heritage Site because of its importance during the Mughal Dynasty. It is about 2.5 kilometers (1.6 mi) northwest of its more famous sister monument, the Taj Mahal. The fort can be more accurately described as a walled city. It was later renovated by Shah Jahan.
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Agra_Fort/fuu-j-O2Eb1TZGX9E-unsplash.jpg b/dedicated destinations/Agra_Fort/fuu-j-O2Eb1TZGX9E-unsplash.jpg new file mode 100644 index 00000000..71df680e Binary files /dev/null and b/dedicated destinations/Agra_Fort/fuu-j-O2Eb1TZGX9E-unsplash.jpg differ diff --git a/dedicated destinations/Akshardham/Akshardham.html b/dedicated destinations/Akshardham/Akshardham.html new file mode 100644 index 00000000..52455f4b --- /dev/null +++ b/dedicated destinations/Akshardham/Akshardham.html @@ -0,0 +1,175 @@ + + + + + + +
+ 'Akshardham' means the divine abode of God. It is hailed as an eternal place of devotion, purity and peace. Swaminarayan Akshardham at New Delhi is a Mandir – an abode of God, a Hindu house of worship, and a spiritual and cultural campus dedicated to devotion, learning and harmony.
Timeless Hindu spiritual messages, vibrant devotional traditions and ancient architecture all are echoed in its art and architecture.The mandir is a humble tribute to Bhagwan Swaminarayan (1781- 1830), the avatars, devas and great sages of Hinduism. The traditionally-styled complex was inaugurated on 6 November 2005 with the blessings of HH Pramukh Swami Maharaj and through the devoted efforts of skilled artisans and volunteers.
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Andaman/a.css b/dedicated destinations/Andaman/a.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Andaman/a.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Andaman/a.html b/dedicated destinations/Andaman/a.html new file mode 100644 index 00000000..9c50ec65 --- /dev/null +++ b/dedicated destinations/Andaman/a.html @@ -0,0 +1,181 @@ + + + + + + + The Andaman and Nicobar Islands is a union territory of India. It consists of 836 islands (of which only 31 are inhabited) grouped into two island groups: the northern Andaman Islands and the southern Nicobar Islands, separated by a 150 km (93 mi) wide channel. Port Blair is the capital and largest city of the territory, located about 1,190 km (740 mi) from Chennai and 1,255 km (780 mi) from Kolkata in mainland India.
The islands are sandwiched between the Bay of Bengal to the west and the Andaman Sea to the east with the northern-most point located 901 km (560 mi) from the mouth of Hooghly river. Indira Point at 6°45’10″N and 93°49’36″E at the southern tip of Great Nicobar is the southernmost point of India.
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Australia/Australia.css b/dedicated destinations/Australia/Australia.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Australia/Australia.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Australia/Australia.html b/dedicated destinations/Australia/Australia.html new file mode 100644 index 00000000..dca8addc --- /dev/null +++ b/dedicated destinations/Australia/Australia.html @@ -0,0 +1,187 @@ + + + + + + +Australia is known for many things, including swathes of tropical beaches, marine reserves, Aboriginal culture, cute koalas, rolling wine country, and lush rainforests.
+
+ Australia, officially the Commonwealth of Australia, is a sovereign country comprising the mainland of the Australian continent, the island of Tasmania, and numerous smaller islands. Australia is the largest country by area in Oceania and the world's sixth-largest country.
+
+ Australia has a highly developed market economy and one of the highest per capita incomes globally. It is a middle power, and has the world's thirteenth-highest military expenditure. It is a member of international groups including the United Nations; the G20; the OECD; the World Trade Organization; Asia-Pacific Economic Cooperation; the Pacific Islands Forum; the Pacific Community; the Commonwealth of Nations; and the defence and security organisations ANZUS, AUKUS, and the Five Eyes. It is also a major non-NATO ally of the United States.
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Golden_Temple/Gold.css b/dedicated destinations/Golden_Temple/Gold.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Golden_Temple/Gold.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Golden_Temple/Gold.html b/dedicated destinations/Golden_Temple/Gold.html new file mode 100644 index 00000000..27fed7e1 --- /dev/null +++ b/dedicated destinations/Golden_Temple/Gold.html @@ -0,0 +1,179 @@ + + + + + + +
+ The Golden Temple is spiritually the most significant shrine in Sikhism. It became a centre of the Singh Sabha Movement between 1883 and the 1920s, and the Punjabi Suba movement between 1947 and 1966. In the early 1980s, the gurdwara became a centre of conflict between the Indian government and a radical movement led by Jarnail Singh Bhindranwale. In 1984, Prime Minister Indira Gandhi sent in the Indian Army as part of Operation Blue Star, leading to deaths of more than 1,000 soldiers, militants and civilians, as well as causing much damage to the gurdwara and the destruction of Akal Takht. The gurdwara complex was rebuilt again after the 1984 damage.
+
+
+ The Golden Temple is an open house of worship for all people, from all walks of life and faiths. It has a square plan with four entrances, and a circumambulation path around the pool. The four entrances to the gurudwara symbolises the Sikh belief in equality and the Sikh view that all people are welcome into their holy place
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Golden_Temple/goldentemple.jpg b/dedicated destinations/Golden_Temple/goldentemple.jpg new file mode 100644 index 00000000..bea7843b Binary files /dev/null and b/dedicated destinations/Golden_Temple/goldentemple.jpg differ diff --git a/dedicated destinations/Gulmargh/G.html b/dedicated destinations/Gulmargh/G.html new file mode 100644 index 00000000..6c5aad4b --- /dev/null +++ b/dedicated destinations/Gulmargh/G.html @@ -0,0 +1,184 @@ + + + + + + + Gulmarg, known as Gulmarag in Kashmiri, is a town, hill station, tourist destination, skiing destination, and a notified area committee in the Baramulla district in the Indian union territory of Jammu and Kashmir. It is located at a distance of 31 km from Baramulla and 49 km from Srinagar.
+ Gulmarg has attracted millions of tourists throughout its existence with the scenic beauty of the Himalayan Mountains in the back drop. One of the main attractions in Gulmarg is the Gulmarg Gondola, the Highest Cable Car in the world.
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Hampi/hampi.css b/dedicated destinations/Hampi/hampi.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Hampi/hampi.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Hampi/hampi.html b/dedicated destinations/Hampi/hampi.html new file mode 100644 index 00000000..a7dd4a7a --- /dev/null +++ b/dedicated destinations/Hampi/hampi.html @@ -0,0 +1,192 @@ + + + + + + +Hampi or Vijayanagara is a town in the Vijayanagara district in the Indian state of Karnataka. Located along the Tungabhadra River in the east and center part of the state, Hampi is near the city of Hosapete. It is famous for hosting the Hampi Group of Monuments, a UNESCO World Heritage Site.
+
+
+ Hampi is mentioned in Ashokan epigraphy and texts such as the Ramayana and the Puranas of Hinduism as Pampaa Devi Tirtha Kshetra. Hampi was a part of Vijayanara, the capital of the Hindu Vijayanagara Empire in the 14th-century.\ It became a center of economic and administrative activity of the Deccan region kingdom founded in opposition to Islamic Sultanates in South India. After over two centuries of rule, the Empire was defeated and abandoned. Since the 19th-century, its ruins have been an important site for archaeologists and historians
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Ladakh/ladakh.css b/dedicated destinations/Ladakh/ladakh.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Ladakh/ladakh.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Ladakh/ladakh.html b/dedicated destinations/Ladakh/ladakh.html new file mode 100644 index 00000000..54ad82ce --- /dev/null +++ b/dedicated destinations/Ladakh/ladakh.html @@ -0,0 +1,184 @@ + + + + + + ++ Ladakh is most famous for breathtaking landscapes, the crystal clear skies, the highest mountain passes, thrilling adventure activities, Buddhist Monasteries and festivals. Not only is it the only place in India where the graceful Double Hump camels found, but it is also the place where you will find the Magnetic Hill, the one-of-a-kind phenomena that defies gravity. + + Ladakh gains a lot of popularity for being the only cold desert in India apart from bordering the World’s highest saltwater Lake Pangong Lake. Riding up the highest motorable road in the world, Khardung la is a dream come true for many. The Hunder sand dunes, frozen river trek and snow leopards all find their only home in Ladakh. + + + +
+Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Manali/m.css b/dedicated destinations/Manali/m.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Manali/m.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Manali/m.html b/dedicated destinations/Manali/m.html new file mode 100644 index 00000000..67a9d491 --- /dev/null +++ b/dedicated destinations/Manali/m.html @@ -0,0 +1,182 @@ + + + + + + +
+ Manali is a high-altitude Himalayan resort town in India’s northern Himachal Pradesh state. It has a reputation as a backpacking center and honeymoon destination. Set on the Beas River, it’s a gateway for skiing in the Solang Valley and trekking in Parvati Valley. It's also a jumping-off point for paragliding, rafting and mountaineering in the Pir Panjal mountains, home to 4,000m-high Rohtang Pass.
+ Manali is a town, near Kullu town in Kullu district in the Indian state of Himachal Pradesh. It is situated in the northern end of the Kullu Valley, formed by the Beas River. The town is located in the Kullu district, approximately 270 kilometres (170 mi) north of the state capital of Shimla and 544 kilometres (338 mi) northeast of the national capital of New Delhi. With a population of 8,096 people recorded in the 2011 Indian census Manali is the beginning of an ancient trade route through Lahaul (H.P.) and Ladakh, over the Karakoram Pass and onto Yarkand and Hotan in the Tarim Basin of China. Manali is a popular tourist destination in India and serves as the gateway to the Lahaul and Spiti district as well as the city of Leh in Ladakh.
+
+
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Red_Fort/red.css b/dedicated destinations/Red_Fort/red.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Red_Fort/red.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Red_Fort/red.html b/dedicated destinations/Red_Fort/red.html new file mode 100644 index 00000000..ee102084 --- /dev/null +++ b/dedicated destinations/Red_Fort/red.html @@ -0,0 +1,188 @@ + + + + + + +
+ The Red Fort or Lal Qila is a historic fort in the Old Delhi neighbourhood of Delhi, India, that historically served as the main residence of the Mughal emperors. Emperor Shah Jahan commissioned construction of the Red Fort on 12 May 1639, when he decided to shift his capital from Agra to Delhi. Originally red and white, its design is credited to architect Ustad Ahmad Lahori, who also constructed the Taj Mahal. The fort represents the peak in the Mughal architecture under Shah Jahan and combines Persian palace architecture with Indian traditions.
+
+The fort was plundered of its artwork and jewels during Nader Shah's invasion of the Mughal Empire in 1739. Most of the fort's marble structures were subsequently demolished by the British following the Indian Rebellion of 1857. The fort's defensive walls were largely undamaged, and the fortress was subsequently used as a garrison.
+
+
+
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Red_Fort/swapnil-deshpandey-nHTj_6Boxdg-unsplash.jpg b/dedicated destinations/Red_Fort/swapnil-deshpandey-nHTj_6Boxdg-unsplash.jpg new file mode 100644 index 00000000..4eb91f05 Binary files /dev/null and b/dedicated destinations/Red_Fort/swapnil-deshpandey-nHTj_6Boxdg-unsplash.jpg differ diff --git a/dedicated destinations/Rishikesh/Rishi.css b/dedicated destinations/Rishikesh/Rishi.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Rishikesh/Rishi.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Rishikesh/Rishi.html b/dedicated destinations/Rishikesh/Rishi.html new file mode 100644 index 00000000..77e9d82d --- /dev/null +++ b/dedicated destinations/Rishikesh/Rishi.html @@ -0,0 +1,185 @@ + + + + + + ++ Rishikesh is located on the banks of the Ganga River in the northern state of Uttarakhand. The city is mostly a pilgrimage center and is also known as the yoga capital of India. There are, however, certain adventure activities conducted here for thrill-seeking tourists. + + You can engage in activities such as rafting in the Ganga River, rock and cliff climbing, take part in a survival camp at the nearby forest or go bungee jumping. The bungee jump is the highest in India at a staggering 83 meters high – leaving you in freefall for a whole 5 seconds. + + + +
+Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Shimla/S.css b/dedicated destinations/Shimla/S.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Shimla/S.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Shimla/Shimla.html b/dedicated destinations/Shimla/Shimla.html new file mode 100644 index 00000000..2fe5ba07 --- /dev/null +++ b/dedicated destinations/Shimla/Shimla.html @@ -0,0 +1,183 @@ + + + + + + +
+ Shimla is the capital of the northern Indian state of Himachal Pradesh, in the Himalayan foothills. Once the summer capital of British India, it remains the terminus of the narrow-gauge Kalka-Shimla Railway, completed in 1903. It’s also known for the handicraft shops that line The Mall, a pedestrian avenue, as well as the Lakkar Bazaar, a market specializing in wooden toys and crafts
+
+ Major city centre's attractions include the Shri Hanuman Jakhu (Statue), Jakhu Temple, Viceregal Lodge, Christ Church, Mall Road, The Ridge and Annadale. The city centre's northernmost point is Jakhoo and the southernmost location is Annadale, the easternmost point is Sanjauli and the western point is Chotta Shimla.
+
+
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Taj_Mahal/Taj.css b/dedicated destinations/Taj_Mahal/Taj.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/Taj_Mahal/Taj.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/Taj_Mahal/Taj.html b/dedicated destinations/Taj_Mahal/Taj.html new file mode 100644 index 00000000..d0a1ff9b --- /dev/null +++ b/dedicated destinations/Taj_Mahal/Taj.html @@ -0,0 +1,179 @@ + + + + + + +
+ The Taj Mahal was commissioned by Shah Jahan in 1631, to be built in the memory of his wife Mumtaz Mahal, who died on 17 June that year while giving birth to their 14th child, Gauhara Begum. Construction started in 1632, and the mausoleum was completed in 1648, while the surrounding buildings and garden were finished five years later.
+
+ The imperial court documenting Shah Jahan's grief after the death of Mumtaz Mahal illustrates that the love story held as the inspiration for the Taj Mahal. According to contemporary historians Muhammad Amin Qazvini, Abdul Hamid Lahori and Muhammad Saleh Kamboh, Shah Jahan did not show the same level of affection for others as he had shown Mumtaz while she was alive. After her death, he avoided royal affairs for a week due to his grief and gave up listening to music and lavish dressing for two years. Shah Jahan was enamored by the beauty of the land at the south side of Agra on which a mansion belonging to Raja Jai Singh I stood. He chose the place for the construction of Mumtaz's tomb after which Jai Singh agreed to donate it to the emperor.
+
+
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/Taj_Mahal/gallery/jovyn-chamb-iWMfiInivp4-unsplash.jpg b/dedicated destinations/Taj_Mahal/gallery/jovyn-chamb-iWMfiInivp4-unsplash.jpg new file mode 100644 index 00000000..3cddc6ce Binary files /dev/null and b/dedicated destinations/Taj_Mahal/gallery/jovyn-chamb-iWMfiInivp4-unsplash.jpg differ diff --git a/dedicated destinations/chola/chola.css b/dedicated destinations/chola/chola.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/chola/chola.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/chola/chola.html b/dedicated destinations/chola/chola.html new file mode 100644 index 00000000..a98c384e --- /dev/null +++ b/dedicated destinations/chola/chola.html @@ -0,0 +1,181 @@ + + + + + + +
+ The Great Living Chola Temples is a UNESCO World Heritage Site designation for a group of Chola dynasty era Hindu temples in the Indian state of Tamil Nadu. The temple at Thanjavur was added in the list in 1987, while the other two temples were added in 2004.
+
+ Completed between early 11th and the 12th century CE, the monuments include:
+
+ Brihadisvara Temple at Thanjavur, built by Rajaraja I.
+ Brihadisvara Temple at Gangaikonda Cholapuram, built by Rajendra Chola I.
+ Airavatesvara Temple at Kumbakonam, built by Rajaraja II
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/elephanta/ele.css b/dedicated destinations/elephanta/ele.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/elephanta/ele.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/elephanta/ele.html b/dedicated destinations/elephanta/ele.html new file mode 100644 index 00000000..29787ad7 --- /dev/null +++ b/dedicated destinations/elephanta/ele.html @@ -0,0 +1,176 @@ + + + + + + +
+ The Elephanta Caves are located in Western India on Elephanta Island (otherwise known as the Island of Gharapuri), which features two hillocks separated by a narrow valley. The small island is dotted with numerous ancient archaeological remains that are the sole testimonies to its rich cultural past. These archaeological remains reveal evidence of occupation from as early as the 2nd century BC.
+
The rock-cut Elephanta Caves were constructed about the mid-5th to 6th centuries AD. The most important among the caves is the great Cave 1, which measures 39 metres from the front entrance to the back. In plan, this cave in the western hill closely resembles Dumar Lena cave at Ellora, in India. The main body of the cave, excluding the porticos on the three open sides and the back aisle, is 27 metres square and is supported by rows of six columns each.
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/peru/p.css b/dedicated destinations/peru/p.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/peru/p.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/peru/p.html b/dedicated destinations/peru/p.html new file mode 100644 index 00000000..26cca4d5 --- /dev/null +++ b/dedicated destinations/peru/p.html @@ -0,0 +1,182 @@ + + + + + + +Peru is a country in South America that's home to a section of Amazon rainforest and Machu Picchu, an ancient Incan city high in the Andes mountains. The region around Machu Picchu, including the Sacred Valley, Inca Trail and colonial city of Cusco, is rich in archaeological sites. On Peru’s arid Pacific coast is Lima, the capital, with a preserved colonial center and important collections of pre-Columbian art.
+ Peru is one of the richest countries in the world in terms of natural resources. Gold, silver, copper, zinc, lead, and iron are found across the country, and there are reserves of oil and natural gas.
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/sanchi/sanchi.css b/dedicated destinations/sanchi/sanchi.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/sanchi/sanchi.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/sanchi/sanchi.html b/dedicated destinations/sanchi/sanchi.html new file mode 100644 index 00000000..61eca830 --- /dev/null +++ b/dedicated destinations/sanchi/sanchi.html @@ -0,0 +1,183 @@ + + + + + + +
+ Sanchi Town is a Nagar panchayat, near Raisen town in Raisen District of the state of Madhya Pradesh, India, it is located 46 km (29 mi) north east of Bhopal, and 10 km (6.2 mi) from Besnagar or Vidisha in the central part of the state of Madhya Pradesh. Known for its "Sanchi Stupas", it is the location of several Buddhist monuments dating from the 3rd century BC to the 12th CE and is one of the important places of Buddhist pilgrimage.
+
+ In Mahavamsa the site is referred to as Chetiyagiri, which was visited by Mahinda and his mother Devi. Early votive inscription refer to the place as Kakanaya. In the Gupta period it was termed Kakanada-Bota, and Bots-Shri-Parvat in the 7th century. A small hilltop village, just besides the stupa complex, is still called Kanakheda.
+
+The name Sanchi might have originated from Sanskrit and Pali word sanch meaning "to measure". In Hindi, however Sanchi or Sancha means "Moulds of Stones".
+
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/spiti/spiti.css b/dedicated destinations/spiti/spiti.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/spiti/spiti.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/spiti/spiti.html b/dedicated destinations/spiti/spiti.html new file mode 100644 index 00000000..09e135cc --- /dev/null +++ b/dedicated destinations/spiti/spiti.html @@ -0,0 +1,195 @@ + + + + + + +Spiti is a high-altitude region of the Himalayas, located in the north-eastern part of the northern Indian state of Himachal Pradesh. The name "Spiti" means "The middle land", i.e. the land between Tibet and India.
+ The name "Spiti" is derived from "Piti", which means "the middle land" as the valley is surrounded on all sides by mountain ranges that separate it from former empires. These include Ladakh to the north, Tibet to the east, Bushahr to the south and Kullu to the west.
+
+Some believe that the name Piti is a contraction of Ashwapati, a legendary ruler of Pin Valley in the time of the Mahabharata. Ashwapati means "lord of horses" and Pin Valley was famous for its horse breeds. Others attribute the name to a Tibetan dacoit named Spiti Thakur. Based in Spiti valley, the Thakur gangs raided the upper parts of Kullu, before the Sen kings established their rule.
+
Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/dedicated destinations/thailand/t.css b/dedicated destinations/thailand/t.css new file mode 100644 index 00000000..8ab5f2b1 --- /dev/null +++ b/dedicated destinations/thailand/t.css @@ -0,0 +1,350 @@ + /*css/style.css */ + body{ + margin: 0; + } + + .slider{ + margin:120px 50px; + width:40%; + + } + + .img-box img{ + width:100%; + border: #575050 solid 3px; + box-shadow: 5px 5px 60px #575050 ; + } + + .bttn{ + border:none; + outline:none; + background:#888; + padding:10px 30px; + font-size: 20px; + color:#ddd; + cursor: pointer; + margin:17px auto; + margin-bottom: 20px; + } + + #btn-style { + display: inline-block; + border-radius: 50px; + transition: all .4s ease-in-out; + padding: 10px 10px; + background-color: transparent; + border: 2px solid #c6c9d8bf; + color: #c6c9d8bf; + font-weight: 500; + font-size: 14px; + letter-spacing: 2px; + text-decoration: none; + margin: 10px 40px; + } + + #btn-style:hover { + background-color: #ff0000; + border-color: #ff0000; + color: #fff; + } + + #btns:hover{ + background: #111; + } + + .middle{ + display: flex; + margin-top: rem; + } + + .right-section{ + display: flex; + flex-direction: column; + margin-right: 20px; + + + } + + .check-in-out{ + display: flex; + flex-direction: row; + margin-top: 120px; + } + + .check-in, .check-out{ + display: flex; + gap: .7rem; + font-weight: bold; + + } + .check-in{ + margin-right: 4rem; + margin-left: 0px; + } + + + .map{ + margin-top: 30px; + height: 200px; + margin-right: 20px; + box-shadow: 5px 5px 20px #5c5757; + } + + .description{ + margin: 50px 0; + height: 400px; + width: 800px; + padding: 0; + } + + #btnss{ + margin-left: 4rem; + padding: 11px 45px ; + } + + #btnss:hover{ + background-color:#111; + } + + .features{ + margin-top: 1rem; + display: flex; + flex-direction: column; + } + + #chk-design{ + font-size: 16px; + font-weight: bold; + height: 30px; + border-radius: 10px; + border: black solid 1px; + } + + + nav { + display: flex; + align-items: center; + justify-content: space-around; + background-color: #091020; + position: fixed; + top: 0; + width: 100%; + z-index: 1001; + } + + .nav__logo { + font-size: 1.8rem; /* Increased font size for the logo */ + font-weight: 600; + color: #ffffff; + cursor: pointer; + /* border: 2px solid white; */ + } + + .nav__logo span { + color: #3685fb; /* Assuming this is your primary color */ + } + + ul { + margin-top: 0; + margin-bottom: 1rem; + + } + ol, ul { + padding-left: 2rem; + + } + + .footer { + width: 100%; + background-color: #091020; + color: white; + } + + .footer__container { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: flex-start; + /*grid-template-columns: repeat(3, 1fr);*/ + gap: 24px; + color: var(--secondary-color); + } + + .footer__col { + flex: 1; + max-width: 200px; + margin: 10px; + text-align: center; + flex-direction: column; + } + + .footer__col:nth-child(2) { + margin-top: 10px; + } + + .footer__col h3 { + font-size: 1.5rem; + font-weight: 600; + margin-bottom: 20px; + } + + .footer__col h3 span { + color: var(--primary-color); + } + + .footer__col p { + font-size: 0.8rem; + cursor: pointer; + transition: 0.3s; + } + + .footer__col p:hover { + color: #ff0000; + font-size: 15px; + } + + .footer__col p span { + font-weight: 600; + } + + .footer__col h4 { + font-size: 1rem; + font-weight: 600; + margin-bottom: 10px; + } + + .footer__bar { + max-width: var(--max-width); + margin: auto; + padding: 0.5rem; + text-align: center; + font-size: 0.8rem; + /* color: var(--secondary-color); */ + color: var(--extra-light); + border-top: 1px solid var(--text-light); + } + +/*NAV CODE------*/ +.nav-container { + height: auto; + width: 100%; + display: flex; + justify-content: flex-start; + align-items: center; + position: fixed; + left: 0; + z-index: 9999; +} + +.newNav { + display: flex; + justify-content: space-around; + align-items: center; + gap: 0.5rem; + height: auto; + width: 100%; + padding: 1rem 2rem; +} + +.navLinks { + display: flex; + justify-content: center; + align-items: center; + font-size: 1.2rem; + list-style: none; + gap: 1.2rem; + position: relative; + top: 0.5rem; + z-index: 10; +} + +.link a { + position: relative; + color: white; + font-family: Poppins; + text-decoration: none; + font-weight: bold; +} + +.link a::before { + position: absolute; + content: ''; + height: 2px; + width: 0%; + bottom: -5px; + left: 0; + background-color: red; +} + +.link a::after { + position: absolute; + content: ''; + height: 2px; + width: 0%; + top: -5px; + right: 0; + background-color: red; + transition: all 0.2s ease-in-out; +} + +.link a:hover::before { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.link a:hover::after { + width: 100%; + transition: all 0.2s ease-in-out; +} + +.hamburger { + height: 2rem; + width: 1.7rem; + display: flex; + justify-content: space-between; + flex-direction: column; + display: none; + transition: 0.2s; +} + +.line { + height: 5px; + width: 100%; + background-color: white; + border-radius: 2px; +} + +@media screen and (max-width : 1220px) { + .hamburger { + display: flex; + cursor: pointer; + } + + .navLinks { + position: absolute; + top: 70px; + background-color: #091020; + width: 0%; + left: 0; + height: 100vh; + padding: 2rem 0; + flex-direction: column; + transition: 0.2s; + overflow: hidden; + } + + .navLinks li { + width: 100%; + padding: 0.5rem 0; + background-color: #1f2532; + z-index: 10; + } + + #toggle { + font-size: 0.6rem; + } + + #btn-style { + font-size: 0.6rem; + } +} \ No newline at end of file diff --git a/dedicated destinations/thailand/t.html b/dedicated destinations/thailand/t.html new file mode 100644 index 00000000..3c67195c --- /dev/null +++ b/dedicated destinations/thailand/t.html @@ -0,0 +1,179 @@ + + + + + + ++ Thailand is a Southeast Asian country. It's known for tropical beaches, opulent royal palaces, ancient ruins and ornate temples displaying figures of Buddha. In Bangkok, the capital, an ultramodern cityscape rises next to quiet canalside communities and the iconic temples of Wat Arun, Wat Pho and the Emerald Buddha Temple (Wat Phra Kaew). Nearby beach resorts include bustling Pattaya and fashionable Hua Hin. + + + +
+Maximum Temperature: ${max_temp}°C
+Minium Temperature: ${min_temp}°C
+Humidity: ${humidity}%
+ `; + + weatherInfoContainer.innerHTML = weatherInfoHTML; + }) + .catch(error => console.error('Error fetching weather data:', error)); \ No newline at end of file diff --git a/img/colin-watts-M1ObxvsWVhY-unsplash.jpg b/img/colin-watts-M1ObxvsWVhY-unsplash.jpg new file mode 100644 index 00000000..1bd098b3 Binary files /dev/null and b/img/colin-watts-M1ObxvsWVhY-unsplash.jpg differ diff --git a/img/fuu-j-O2Eb1TZGX9E-unsplash.jpg b/img/fuu-j-O2Eb1TZGX9E-unsplash.jpg new file mode 100644 index 00000000..71df680e Binary files /dev/null and b/img/fuu-j-O2Eb1TZGX9E-unsplash.jpg differ diff --git a/img/goldentemple.jpg b/img/goldentemple.jpg new file mode 100644 index 00000000..bea7843b Binary files /dev/null and b/img/goldentemple.jpg differ diff --git a/img/istockphoto-492494571-1024x1024.jpg b/img/istockphoto-492494571-1024x1024.jpg new file mode 100644 index 00000000..660b2270 Binary files /dev/null and b/img/istockphoto-492494571-1024x1024.jpg differ diff --git a/img/joey-csunyo-2EGuIR00UTk-unsplash.jpg b/img/joey-csunyo-2EGuIR00UTk-unsplash.jpg new file mode 100644 index 00000000..f9b227dd Binary files /dev/null and b/img/joey-csunyo-2EGuIR00UTk-unsplash.jpg differ diff --git a/img/jovyn-chamb-iWMfiInivp4-unsplash.jpg b/img/jovyn-chamb-iWMfiInivp4-unsplash.jpg new file mode 100644 index 00000000..3cddc6ce Binary files /dev/null and b/img/jovyn-chamb-iWMfiInivp4-unsplash.jpg differ diff --git a/img/ladakh.jpg b/img/ladakh.jpg new file mode 100644 index 00000000..a12959a0 Binary files /dev/null and b/img/ladakh.jpg differ diff --git a/img/narinder-pal-b9xWxpbe9vw-unsplash.jpg b/img/narinder-pal-b9xWxpbe9vw-unsplash.jpg new file mode 100644 index 00000000..eb83b20a Binary files /dev/null and b/img/narinder-pal-b9xWxpbe9vw-unsplash.jpg differ diff --git a/img/swapnil-deshpandey-nHTj_6Boxdg-unsplash.jpg b/img/swapnil-deshpandey-nHTj_6Boxdg-unsplash.jpg new file mode 100644 index 00000000..4eb91f05 Binary files /dev/null and b/img/swapnil-deshpandey-nHTj_6Boxdg-unsplash.jpg differ diff --git a/img/willian-justen-de-vasconcellos-4hMET7vYTAQ-unsplash.jpg b/img/willian-justen-de-vasconcellos-4hMET7vYTAQ-unsplash.jpg new file mode 100644 index 00000000..0aeda4f7 Binary files /dev/null and b/img/willian-justen-de-vasconcellos-4hMET7vYTAQ-unsplash.jpg differ diff --git a/img/yash-kiran-qxp9X5t9hQ4-unsplash.jpg b/img/yash-kiran-qxp9X5t9hQ4-unsplash.jpg new file mode 100644 index 00000000..38e972d7 Binary files /dev/null and b/img/yash-kiran-qxp9X5t9hQ4-unsplash.jpg differ diff --git a/index.html b/index.html index 49f5526d..c071d5a9 100644 --- a/index.html +++ b/index.html @@ -234,8 +234,7 @@