diff --git a/Adventure.html b/Adventure.html index 50c336b1..ec4de8e3 100644 --- a/Adventure.html +++ b/Adventure.html @@ -600,7 +600,7 @@

Contact Us

- +
diff --git a/Cultural_Exp.html b/Cultural_Exp.html index 7ee51d65..a076988e 100644 --- a/Cultural_Exp.html +++ b/Cultural_Exp.html @@ -155,6 +155,7 @@ + @@ -165,13 +166,189 @@

Cultural Experiences

Discover the rich tapestry of cultural heritage at our curated list of must-visit cultural sites, where history, art, and tradition come alive."

+ + + + + + + + + + + + + + + + +
+ + +
Trending
+
+ + + +
Top
+
+ + + +
Soulful
+
+ + + +
Nature
+
+ + + +
Sustainable
+
+ + + +
+ + +
trip

Hampi

-
4.2
+
+
+ + + +
+
4.2
+
+
From $700
@@ -218,7 +419,15 @@

Cultural Experiences

trip

Chola Temples,Tamil Nadu

-
4.5
+
+
+ + + +
+
4.25
+
+
From $450
@@ -229,7 +438,15 @@

Cultural Experiences

trip

Taj Mahal

-
4.7
+
+
+ + + +
+
4.7
+
+
From $400
@@ -241,7 +458,15 @@

Cultural Experiences

trip

Golden Temple

-
4.2
+
+
+ + + +
+
4.2
+
+
From $300
@@ -252,7 +477,15 @@

Cultural Experiences

trip

Red Fort

-
4.5
+
+
+ + + +
+
4.5
+
+
From $450
@@ -263,7 +496,16 @@

Cultural Experiences

trip

Agra Fort

-
4.7
+
+
+ + + +
+
4.7
+
+ +
From $400
@@ -389,7 +631,7 @@

Contact Us

- +
diff --git a/HoneyMoon.html b/HoneyMoon.html index c47d3628..945a60ef 100644 --- a/HoneyMoon.html +++ b/HoneyMoon.html @@ -593,7 +593,7 @@

Contact Us

- +
diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index ab61f2d9..4888e898 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -102,7 +102,7 @@ body { } .btn { - bottom: -80px; + top : -40px; background-color: slateblue; color: white; border: none; diff --git a/README.md b/README.md index 013df6dd..c4d515c4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,14 @@

Overview📌

This repository contains my project on a Travel Website✈️ using HTML, CSS and JavaScript. It features a landing page for a travel tour company website. Finding the perfect travel destination can be a challenge. This project aims to streamline that process🚤. We welcome all contributions to make this a fantastic resource for travelers. Jump in and contribute to this grand project! Read the guidelines📚 and get started building!

-

Live Project -- https://apu52.github.io/Travel_Website/

+

Live Demo

+ +Check out the live project [here](https://apu52.github.io/Travel_Website/). + +

+ Live Demo +

+

Features

- **Introductory Page**: Welcomes visitors with an engaging introductory page that highlights the essence of our travel website and sets the tone for exploration. @@ -72,25 +79,20 @@

Open-Source-Programmes⭐

### This project is now OFFICIALLY accepted for - -![GSSOC](https://github.com/apu52/METAVERSE/assets/114172928/e79eb6de-81b1-4ffb-b6ed-f018bb977e88)
- - + GSSOC
- - - +
+ VSOC +
### This project was part of following Open Source Programs
- - + JWOC
-

Getting Started💥

Local Installation video

@@ -98,7 +100,6 @@ [video](https://drive.google.com/file/d/1LsBudIUtZLDMSlmBDdOfT001QRqGBSbN/view?usp=sharing) - ## How to make a Pull Request? **1.** Start by forking the [**Travel_Website**](https://github.com/apu52/Travel_Website) repository. Click on the symbol at the top right corner. diff --git a/back5.mp4 b/back5.mp4 new file mode 100644 index 00000000..ec64a0e2 Binary files /dev/null and b/back5.mp4 differ diff --git a/blog.css b/blog.css index 9bdba1a7..45321d77 100644 --- a/blog.css +++ b/blog.css @@ -11,7 +11,7 @@ body, html { margin: 0; padding: 0; - font-family: 'Outfit', sans-serif; + font-family: 'Outfit', sans-serif !important; line-height: 1.6; color: var(--text-color); height: 100%; @@ -101,6 +101,37 @@ body, html { padding: 2rem; margin-top: 10vh; } +.tag { + cursor: pointer; + transition: background-color 0.3s ease; +} + +.tag:hover { + background-color: #007bff; + color: white; +} + +.filter-controls { + margin-bottom: 20px; + text-align: left; +} + +.reset-filters-btn { + font-family: "Outfit"; + padding: 5px 10px; + font-size: 1.0rem; + font-weight: 500; + background-color: #f39c12; + border: 3px solid #011c34; + color: #ffffff; + border-radius: 4px; + cursor: pointer; + transition: background-color 0.3s ease; +} + +.reset-filters-btn:hover { + background-color: #e2e6ea; +} main { display: flex; @@ -111,6 +142,7 @@ main { #blog-posts { flex: 2; + margin-top: 20px; display: flex; flex-direction: column; gap: 2rem; @@ -179,6 +211,8 @@ main { .tag:hover { background-color: var(--primary-color); + color: #f39c12; + transition: background-color 0.3s ease; } .read-more { @@ -294,6 +328,8 @@ aside { .newsletter-form button:hover { background-color: var(--primary-color); + color: #f39c12; + transition: background-color 0.3s ease; } @media (max-width: 768px) { diff --git a/blog.html b/blog.html index 4934b2c8..ee25de5f 100644 --- a/blog.html +++ b/blog.html @@ -1,5 +1,6 @@ + @@ -7,7 +8,9 @@ + + TourGuide @@ -32,6 +35,9 @@

+
+ +
@@ -75,56 +81,139 @@

Subscribe to Our Newsletter

- + + \ No newline at end of file diff --git a/contributors.css b/contributors.css index 1aff105f..5661c5bd 100644 --- a/contributors.css +++ b/contributors.css @@ -1,60 +1,66 @@ body { - font-family: Arial, sans-serif; - background-color: #f4f4f4; - color: #333; - display: flex; - justify-content: center; - align-items: center; - min-height: 100vh; - margin: 0; - } - - .container { - text-align: center; - } - - .title { - font-size: 2em; - margin-bottom: 20px; - } - - .contributors-grid { - display: flex; - flex-wrap: wrap; - gap: 20px; - justify-content: center; - } - - .contributor-card { - background-color: #fff; - border: 1px solid #ddd; - border-radius: 10px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); - padding: 20px; - width: 200px; - text-align: center; - transition: transform 0.3s, box-shadow 0.3s; - } - - .contributor-card:hover { - transform: scale(1.05); - box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); - } - - .contributor-card img { - border-radius: 50%; - width: 80px; - height: 80px; - object-fit: cover; - margin-bottom: 10px; - } - - .contributor-card h2 { - font-size: 1.2em; - margin: 0 0 10px; - } - - .contributor-card p { - color: #666; - } - \ No newline at end of file + font-family: "Poppins"; + background-color: #f4f4f4; + color: #333; + display: flex; + justify-content: center; + align-items: center; + min-height: 100vh; + margin: 0; +} + +.container { + text-align: center; +} + +.title { + display: inline-block; + font-size: 3em; + margin-bottom: 20px; + padding: 10px; + color: #055364; + border-radius: 20px; + background-color: rgba(209, 209, 255, 0.8); +} + +.contributors-grid { + display: flex; + flex-wrap: wrap; + gap: 20px; + justify-content: center; + padding: 10px; + gap: 40px; +} + +.contributor-card { + background-color: #e5e5f8; + border: 2px solid #101010; + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + padding: 20px; + width: 200px; + text-align: center; + transition: transform 0.3s, box-shadow 0.3s; +} + +.contributor-card:hover { + transform: scale(1.05); + box-shadow: 0 8px 16px rgba(0, 0, 0, 0.9); +} + +.contributor-card img { + border-radius: 50%; + width: 100px; + height: 100px; + object-fit: cover; + margin-bottom: 10px; +} + +.contributor-card h2 { + font-size: 1.2em; + margin: 0 0 10px; +} + +.contributor-card p { + color: #040404; +} diff --git a/contributors.html b/contributors.html index 2d1d60e7..78b10551 100644 --- a/contributors.html +++ b/contributors.html @@ -1,16 +1,101 @@ - - - - Contributors - - - -
-

Contributors

-
-
- - + + + + Contributors + + + + + + + + + + +
+

Contributors

+
+
+ + + + diff --git a/faq-website.css b/faq-website.css index ff45a771..f06f0f80 100644 --- a/faq-website.css +++ b/faq-website.css @@ -2,7 +2,7 @@ * { box-sizing: border-box; - border-radius: 20px; + /* border-radius: 20px; */ } diff --git a/img/alps_skiing.jpg b/img/alps_skiing.jpg new file mode 100644 index 00000000..5668e911 Binary files /dev/null and b/img/alps_skiing.jpg differ diff --git a/img/amazon_rainforest.jpg b/img/amazon_rainforest.jpg new file mode 100644 index 00000000..e37d87a1 Binary files /dev/null and b/img/amazon_rainforest.jpg differ diff --git a/img/appalachian_trail.jpg b/img/appalachian_trail.jpg new file mode 100644 index 00000000..356b03d4 Binary files /dev/null and b/img/appalachian_trail.jpg differ diff --git a/img/egypt_ruins.jpg b/img/egypt_ruins.jpg new file mode 100644 index 00000000..b83c4461 Binary files /dev/null and b/img/egypt_ruins.jpg differ diff --git a/img/italian_food.jpg b/img/italian_food.jpg new file mode 100644 index 00000000..4a581c55 Binary files /dev/null and b/img/italian_food.jpg differ diff --git a/img/kenya_safari.jpg b/img/kenya_safari.jpg new file mode 100644 index 00000000..eeb59579 Binary files /dev/null and b/img/kenya_safari.jpg differ diff --git a/img/southeast_asia.jpg b/img/southeast_asia.jpg new file mode 100644 index 00000000..4d3f28a7 Binary files /dev/null and b/img/southeast_asia.jpg differ diff --git a/index.html b/index.html index cc666ae3..727a40d8 100644 --- a/index.html +++ b/index.html @@ -42,8 +42,6 @@ - - @@ -81,7 +79,7 @@ html { scroll-behavior: smooth; } - + @@ -271,6 +357,15 @@ }); + + + +

TourGuide . . .

@@ -281,6 +376,90 @@

TourGuide . . .

+ +
+ + + + +
- Watch our story +
+ Watch our story
@@ -413,7 +599,23 @@

About Us +
+
+ +

Welcome to TourGuide, where we firmly believe that life's true purpose unfolds amidst the thrill of exploration, the embrace of the unfamiliar, and the @@ -1446,6 +1648,7 @@

Privacy Policy

Licensing

Contact Us

+

Our Contributors

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