From $400
Book Now
@@ -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/).
+
+
+
+
+
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)
-
-
+
-
-
-
+
+
+
### This project was part of following Open Source Programs
-
-
+
-
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 @@ ↓
+
+ Reset Filters
+
@@ -75,56 +81,139 @@ Subscribe to Our Newsletter
-
+
+