diff --git a/Madhya Pradesh Tourism Website/assests/1.jpg b/Madhya Pradesh Tourism Website/assests/1.jpg new file mode 100644 index 00000000..644f9a8c Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/1.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/2.jpg b/Madhya Pradesh Tourism Website/assests/2.jpg new file mode 100644 index 00000000..4b00050f Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/2.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/3.jpg b/Madhya Pradesh Tourism Website/assests/3.jpg new file mode 100644 index 00000000..b244b02d Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/3.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/4.jpg b/Madhya Pradesh Tourism Website/assests/4.jpg new file mode 100644 index 00000000..daa1e2d8 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/4.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/5.jpg b/Madhya Pradesh Tourism Website/assests/5.jpg new file mode 100644 index 00000000..ead86d04 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/5.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/audio/A_Documentary_on_Ujjain_(getmp3.pro).mp3 b/Madhya Pradesh Tourism Website/assests/audio/A_Documentary_on_Ujjain_(getmp3.pro).mp3 new file mode 100644 index 00000000..8fb6d6c4 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/audio/A_Documentary_on_Ujjain_(getmp3.pro).mp3 differ diff --git a/Madhya Pradesh Tourism Website/assests/audio/India_Marvels_Mysteries__(getmp3.pro).mp3 b/Madhya Pradesh Tourism Website/assests/audio/India_Marvels_Mysteries__(getmp3.pro).mp3 new file mode 100644 index 00000000..f9c27b47 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/audio/India_Marvels_Mysteries__(getmp3.pro).mp3 differ diff --git a/Madhya Pradesh Tourism Website/assests/audio/Indian_bison_gaur_of_Kanha_nation_(getmp3.pro).mp3 b/Madhya Pradesh Tourism Website/assests/audio/Indian_bison_gaur_of_Kanha_nation_(getmp3.pro).mp3 new file mode 100644 index 00000000..bdb37764 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/audio/Indian_bison_gaur_of_Kanha_nation_(getmp3.pro).mp3 differ diff --git a/Madhya Pradesh Tourism Website/assests/audio/New_Development_in_Omkareshwar_-_A_(getmp3.pro).mp3 b/Madhya Pradesh Tourism Website/assests/audio/New_Development_in_Omkareshwar_-_A_(getmp3.pro).mp3 new file mode 100644 index 00000000..ee9662a2 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/audio/New_Development_in_Omkareshwar_-_A_(getmp3.pro).mp3 differ diff --git a/Madhya Pradesh Tourism Website/assests/feature-image-v1-1.jpg b/Madhya Pradesh Tourism Website/assests/feature-image-v1-1.jpg new file mode 100644 index 00000000..ceb6a7f5 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/feature-image-v1-1.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/mike-tinnion-BA7da404ekg-unsplash.jpg b/Madhya Pradesh Tourism Website/assests/mike-tinnion-BA7da404ekg-unsplash.jpg new file mode 100644 index 00000000..19fb4b1f Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/mike-tinnion-BA7da404ekg-unsplash.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/shutterstock_1430024867.jpg b/Madhya Pradesh Tourism Website/assests/shutterstock_1430024867.jpg new file mode 100644 index 00000000..e847b3b3 Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/shutterstock_1430024867.jpg differ diff --git a/Madhya Pradesh Tourism Website/assests/yash-parashar-3J6Jy2defyw-unsplash.jpg b/Madhya Pradesh Tourism Website/assests/yash-parashar-3J6Jy2defyw-unsplash.jpg new file mode 100644 index 00000000..9ee1a07c Binary files /dev/null and b/Madhya Pradesh Tourism Website/assests/yash-parashar-3J6Jy2defyw-unsplash.jpg differ diff --git a/Madhya Pradesh Tourism Website/bookings.html b/Madhya Pradesh Tourism Website/bookings.html new file mode 100644 index 00000000..9e5a8b3c --- /dev/null +++ b/Madhya Pradesh Tourism Website/bookings.html @@ -0,0 +1,59 @@ + + + + TRAVEL BOOKINGS + + + +

TRAVEL BOOKING FORM

+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+ + + + \ No newline at end of file diff --git a/Madhya Pradesh Tourism Website/bstyle.css b/Madhya Pradesh Tourism Website/bstyle.css new file mode 100644 index 00000000..1a7baa1c --- /dev/null +++ b/Madhya Pradesh Tourism Website/bstyle.css @@ -0,0 +1,83 @@ + +body { + width: 500px; + margin: 0 auto; + padding: 50px; + background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); + + } + + div.elem-group { + margin: 20px 0; + } + + div.elem-group.inlined { + width: 49%; + display: inline-block; + float: left; + margin-left: 1%; + } + + label { + display: block; + font-family: 'Nanum Gothic'; + padding-bottom: 10px; + font-size: 1.25em; + } + + input, select, textarea { + border-radius: 2px; + border: 2px solid #777; + box-sizing: border-box; + font-size: 1.25em; + font-family: 'Nanum Gothic'; + width: 100%; + padding: 10px; + } + + div.elem-group.inlined input { + width: 95%; + display: inline-block; + } + + textarea { + height: 250px; + } + + hr { + border: 1px dotted #ccc; + } + + button { + background-image: linear-gradient(to right, #16222A 0%, #3A6073 51%, #16222A 100%); + margin: 10px; + padding: 15px 45px; + text-align: center; + text-transform: uppercase; + transition: 0.5s; + background-size: 200% auto; + color: white; + box-shadow: 0 0 20px #eee; + border-radius: 10px; + display: block; + } + + button:hover { + background-position: right center; /* change the direction of the change here */ + color: #fff; + text-decoration: none; + } + + + button:hover { + border: 2px solid black; + } + h1 { + font-family: 'Space Grotesk'; + letter-spacing: 1px; + text-align: center; + font-size: 64px; + background: -webkit-linear-gradient(90deg,#2b2d42, #d00000); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } \ No newline at end of file diff --git a/Madhya Pradesh Tourism Website/index.html b/Madhya Pradesh Tourism Website/index.html new file mode 100644 index 00000000..c3631302 --- /dev/null +++ b/Madhya Pradesh Tourism Website/index.html @@ -0,0 +1,99 @@ + + + Madhya Pradesh Tourism + + + +
+
+ +
+
+ +
+
+

GWALIOR

+

Gwalior is a city in the central Indian state of Madhya Pradesh. It's known for its palaces and temples, including the Sas Bahu Ka Mandir intricately carved Hindu temple. Ancient Gwalior Fort occupies a sandstone plateau overlooking the city and is accessed via a winding road lined with sacred Jain statues. Within the fort’s high walls is the 15th-century Gujari Mahal Palace, now an archaeological museum.One of the most beautiful cities of Madhya Pradesh in India, Gwalior is very famous for its marvellous palaces, old temples and the medieval fort. Being the birthplace of the great musician Tansen, the city is also highlighted for its majestic history and rich cultural heritage.

+

The state of Madhya Pradesh has released new travel guidelines considering the ongoing situation of Covid-19 pandemic. While the Government lifted most of the travel restrictions in several phases post Covid-19 lockdown, the third wave of Covid in Madhya Pradesh has made the Government rethink on travel guidelines.In a bid to deal with the second onslaught of Coronavirus, the Government has issued new restrictions on traveling and fines for rule-breaking. Given below are the intra-state and inter-state travel guidelines for Madhya Pradesh. The information is subject to change as per the updates issued by the Madhya Pradesh Government.

+ + + +

THE AUDIO OF SOUND & LIGHT SHOW IN GWALIOR

+
+ +
+
+
+
+ +
+
+

UJJAIN

+

Ujjain is an ancient city beside the Kshipra River in the central Indian state of Madhya Pradesh. An important Hindu pilgrimage destination, it’s known for the centuries-old Mahakaleshwar Temple, a towering structure with a distinctively ornate roof. Nearby, Bade Ganesh Temple houses a colorful statue of Ganesh, the elephant-headed Hindu deity. Harsiddhi Temple features a pair of tall dark pillars studded with lamps.The world's largest religious gathering, Simhastha (Kumbh Mela), is held on the banks of the Shipra river once every 12 years which is the maximum visited place in Ujjain. Adding to Ujjain's tourist places is The Shri Ram Ghat, also known as Ram ghat, the most ancient bathing ghat.

+

The state of Madhya Pradesh has released new travel guidelines considering the ongoing situation of Covid-19 pandemic. While the Government lifted most of the travel restrictions in several phases post Covid-19 lockdown, the third wave of Covid in Madhya Pradesh has made the Government rethink on travel guidelines.In a bid to deal with the second onslaught of Coronavirus, the Government has issued new restrictions on traveling and fines for rule-breaking. Given below are the intra-state and inter-state travel guidelines for Madhya Pradesh. The information is subject to change as per the updates issued by the Madhya Pradesh Government.

+ + + +

ABOUT UJJAIN

+
+ +
+
+
+
+ +
+
+

KANHA NATIONAL RESERVE

+

Kanha National Park, also known as Kanha Tiger Reserve, is a vast expanse of grassland and forest in the central Indian state of Madhya Pradesh. Tigers, jackals and wild pigs can be spotted in Kanha Meadows. The elevated plateau of Bamhnidadar is home to birds of prey. Animals often gather at the watering holes of Sondar Tank and Babathenga Tank. The park’s flora and fauna are documented in the park's Kanha Museum.Kanha National Park is nestled in the Maikal range of Satpuras in Madhya Pradesh, the heart of India that forms the central Indian highlands.The national park is being popularized as the Tiger reserve and interestingly is being declared as one of the finest wildlife areas in the world. Spreading across two revenue districts the Mandala and the Kalaghat, Kanha National Park was declared a reserve forest in 1879 and revalued as a wildlife sanctuary in 1933. Its position was further upgraded to a national park in 1955.

+

The state of Madhya Pradesh has released new travel guidelines considering the ongoing situation of Covid-19 pandemic. While the Government lifted most of the travel restrictions in several phases post Covid-19 lockdown, the third wave of Covid in Madhya Pradesh has made the Government rethink on travel guidelines.In a bid to deal with the second onslaught of Coronavirus, the Government has issued new restrictions on traveling and fines for rule-breaking. Given below are the intra-state and inter-state travel guidelines for Madhya Pradesh. The information is subject to change as per the updates issued by the Madhya Pradesh Government.

+ + + +

ABOUT INDIAN BISON IN KANHA NATIONAL RESERVE

+
+ +
+
+
+
+ + +
+
+

OMKARESHWAR TEMPLE

+

Omkareshwar is a Hindu temple dedicated to God Shiva. It is located in Khandwa in Indian state Madhya Pradesh. It is one of the 12 revered Jyotirlinga shrines of Shiva. It is on an island called Mandhata or Shivapuri in the Narmada river at Khandwa district in Madhya Pradesh, India; the shape of the island is said to be like the Devanagari ॐ symbol.There are two main temples of Lord Shiva here, one to Omkareshwar (whose name means "Lord of Omkara or the Lord of the Om sound") located in the island and one to Mamleshwar (Amaleshwar) (whose name means "Immortal Lord" or "lord of the Immortals or Devas") located on the south bank of Narmada River on the mainland.It is situated in the Mandhata city (also known as Omkareshwar) in Khandwa district of Madhya Pradesh state in India. It is about 16 km from Barwaha in Madhya Pradesh. Omkareshwar is formed by the sacred river Narmada. This is one of the most sacred rivers in India and is now home to one of the world's biggest dam projects. The temple is situated on Mandhata or Shivpuri island on the banks of Narmada and river Kaveri (a tributary of Narmada). The island is 4 KM long and 2.6 km2 (2,600,000 m2) in area and can be approached by boats and bridge

+

The state of Madhya Pradesh has released new travel guidelines considering the ongoing situation of Covid-19 pandemic. While the Government lifted most of the travel restrictions in several phases post Covid-19 lockdown, the third wave of Covid in Madhya Pradesh has made the Government rethink on travel guidelines.In a bid to deal with the second onslaught of Coronavirus, the Government has issued new restrictions on traveling and fines for rule-breaking. Given below are the intra-state and inter-state travel guidelines for Madhya Pradesh. The information is subject to change as per the updates issued by the Madhya Pradesh Government.

+ + + +

ABOUT DEVELOPMENT IN OMKARESHWAR

+
+ +
+
+
+ + + \ No newline at end of file diff --git a/Madhya Pradesh Tourism Website/style.css b/Madhya Pradesh Tourism Website/style.css new file mode 100644 index 00000000..fb7f3904 --- /dev/null +++ b/Madhya Pradesh Tourism Website/style.css @@ -0,0 +1,215 @@ + /* added box-sizing universally */ + + * { + box-sizing: border-box; + font-family: 'Lato'; + } + + /* Margin and padding is none in body */ + + body { + margin: 0px; + padding: 0px; + } + + /* Added an image in header */ + + div.parallex1 { + width: 100%; + height: 100vh; + background-image: url(2.jpg); + background-position: bottom; + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; + position: relative; + } + + + + + /* Apply flexbox in div.nav */ + + div.nav { + width: 100%; + height: 10vh; + background-color: rgba(0, 0, 0, 0.9); + display: flex; + flex-direction: row; + position: fixed; + } + + /* Styling the logo */ + + .nav h1 { + font-family: 'Lato'; + color: white; + margin: 15px 100px 0px 10px; + } + + /* Styling the menu*/ + .navbar { + width: 70%; + margin-left: 50px; + } + + .navbar ul { + width: 100%; + display: flex; + justify-content: space-evenly; + padding: 5px 0px; + } + + .navbar ul li { + display: inline-block; + font-family: 'Lato'; + color: white; + font-size: 20px; + cursor: pointer; + } + + .navbar ul li a { + text-decoration: none; + display: inline-block; + font-family: 'Lato'; + color: white; + font-size: 20px; + cursor: pointer; + } + + /* Apply a special effect */ + .navbar ul li::before { + content: ''; + width: 0; + height: 5px; + background-color: white; + display: block; + position: relative; + top: 59px; + transition: width 0.5s; + } + + .navbar ul li:hover::before { + width: 100%; + } + + /* Style the content */ + .content { + width: 80%; + margin: 0px auto auto auto; + } + + .box h1 { + font-family: 'Space Grotesk'; + letter-spacing: 1px; + font-size: 3em; + text-align: center; + font-size: 72px; + background: -webkit-linear-gradient(180deg, #03045e, #9bf6ff); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } + + .box p { + font-family: 'Lato'; + font-size: 16px; + text-align: center; + + } + + .box iframe { + display: block; + margin: auto auto; + padding-bottom: 20px; + } + + /* Added background images in parallex */ + div.parallex2 { + width: 100%; + height: 500px; + background-image: url(shutterstock_1430024867.jpg); + background-position: center; + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; + } + + div.parallex3 { + width: 100%; + height: 500px; + background-image: url(4.jpg); + background-position: top; + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; + } + + div.parallex4 { + width: 100%; + height: 500px; + background-image: url(mike-tinnion-BA7da404ekg-unsplash.jpg); + background-position: top; + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; + } + + /* Added responsiveness */ + @media (max-width:1130px) { + .nav h1 { + margin-right: 0px; + } + + #poster { + font-size: 100px; + position: absolute; + top: 100px; + left: 33%; + } + } + + @media (max-width:800px) { + .navbar { + margin-left: 0px; + } + } + + @media(max-width:630px) { + .navbar ul li { + display: none; + } + + .navbar { + width: 20%; + background-image: url(https://icon-library.com/images/menu-icon-white-png/menu-icon-white-png-27.jpg); + background-size: 100%; + transform: translate(220%, -10%); + cursor: pointer; + } + + #poster { + font-size: 80px; + position: absolute; + top: 200px; + left: 30%; + } + + .box h1 { + font-size: 2em; + } + } + + @media(max-width:500px) { + .navbar { + width: 0; + } + + #poster { + display: none; + } + + div.parallex1 { + height: 50vh; + background-position: left; + } + } \ No newline at end of file