Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added the Video #1184

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Tourguide.mp4
Binary file not shown.
Binary file added img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tg3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
125 changes: 110 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

<style>
.center-card {
margin: 0 auto;
display: block;
position: relative;
bottom: 18px;
}
</style>
</style>


<link rel="stylesheet" href="./loader.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="stylesheet" href="faq-website.css">
Expand Down Expand Up @@ -187,10 +190,86 @@
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 9999;

background-color: rgba(1, 0, 0, 0.7); /* Darker semi-transparent background */
opacity: 0;
transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 0;
}

.cardi:hover .card__overlay {
opacity: 1;
}

.cardi:hover .card__content {
transform: rotateX(0deg);
}

.card__title {
margin: 0;
font-size: 24px;
color: #ffdf60;
font-weight: 700;
}

.card__description {
margin: 10px 0 0;
font-size: 14px;
color: #fff;
line-height: 1.4;
}

.card__description:hover {
cursor: pointer;
color: #fff;
}

@media (max-width: 1200px) {
.grid-container {
grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 992px) {
.grid-container {
grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 768px) {
.grid-container {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
.grid-container {
grid-template-columns: repeat(1, 1fr);
}
}
.btn-container {
display: flex;
justify-content: center;
gap: 8px; /* Adjust the gap between buttons */


}







@media screen and (max-width: 768px){
.circle-container {
display: none;
}

}



</style>
<link rel="stylesheet" href="imstyle.css">
<link rel="stylesheet" href="jquery.flipster.min.css">
Expand Down Expand Up @@ -405,13 +484,20 @@ <h1 data-aos="fade-in">Find Your Perfect Getaway<br />Discover the World's Best
<div class="aboutcon">
<div class="col-span-2 mx-auto lg:mx-0 lg:text-left">
<h1 class="headingofAbout section__title " data-aos=" fade-in"><b>About Us</b></h1>
<br>
<div class="container" style="text-align: center;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/veULUjsSrPg?si=4Y8KiwpSoQ9RzcpY" allowfullscreen></iframe>
</div>
<br>
<!-- Article with about us content -->
<article class="w-full text-left format sm:format-base lg:format-lg format-blue dark:format-invert">
<article class="w-full text-left format sm:format-base lg:format-lg format-blue dark:format-invert"
>
<div style="background-color: #fc93dc;">
<!-- Adding the content -->
<style>
/* CSS for hover effect */
.aboutcontent:hover {
transform: scale(1.8);
transform: scale(1.9);
transition: transform 0.8s ease;
}
</style>
Expand Down Expand Up @@ -439,7 +525,7 @@ <h1 class="headingofAbout section__title " data-aos=" fade-in"><b>About Us</b></
horizons of possibilities for discovering the world. With TourGuide by your side, there's no limit
to the different ways you can embark on an unforgettable journey!
</p>

</div>
<p class="aboutcontent" data-aos="fade-in" style="text-align: justify;">
<strong><span style="margin-left: 50px;"></span> We welcome you to the TourGuide family - where
every journey becomes a story worth
Expand Down Expand Up @@ -475,8 +561,12 @@ <h2 data-max="10">+ Projects</h2>
<div data-aos="fade-left" class="col-6">

<div class="space-y-4 sm:grid sm:grid-cols-2 lg:grid-cols-1 sm:gap-4 xl:gap-8 sm:space-y-0 md:mt-12">

Box 1 - Number of Guides -->
<!-- <div class="box1">

<!-- Box 1 - Number of Guides -->
<div class="box1" style="background-color: plum;">
<div class="iconss">

<svg class="w-12 h-12 mx-auto dark:text-gray-100 group-hover:text-pink-500 group-hover:dark:text-pink-500"
Expand All @@ -494,9 +584,10 @@ <h2 data-max="10">+ Projects</h2>
class="text-base font-semibold text-gray-600 dark:text-gray-300 group-hover:text-gray-900 group-hover:dark:text-gray-300">
Guides</p>
</div>
</div> -->
<!-- Box 2 - Number of Tours -->
<!-- <div class="box1">

<!-- Box 2 - Number of Tours -->
<div class="box1" style="background-color: plum;">

<div class="iconss">
<svg class="w-12 h-12 mx-auto dark:text-gray-100 group-hover:text-pink-500 group-hover:dark:text-pink-500"
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
Expand All @@ -514,13 +605,17 @@ <h2 data-max="10">+ Projects</h2>
<p class="text-base font-semibold text-gray-600 dark:text-gray-300 group-hover:text-gray-900 group-hover:dark:text-gray-300"
data-aos="fade-in">Tours</p>
</div>
</div> -->
<!-- Box 3 - Number of Destinations -->
<!-- <div class="box1">

<!-- Box 3 - Number of Destinations -->
<div class="box1" style="background-color: plum;">

<a href="affordable-destinations.html" class="iconss">
<svg class="w-12 h-12 mx-auto group-hover:text-pink-500 dark:text-gray-100 group-hover:dark:text-pink-500"
viewBox="0 0 24 24" stroke-width="2" stroke="black" fill="none" stroke-linecap="round"
stroke-linejoin="round"> -->
stroke-linejoin="round"></svg>
</div>


<!-- SVG Path for the icon -->
<!-- <path stroke="none" d="M0 0h24v24H0z" />
<line x1="18" y1="6" x2="18" y2="6.01" />
Expand Down Expand Up @@ -2107,7 +2202,7 @@ <h4>Contact Us</h4>
animateValue("guidesCount", 0, 25000, 20000);
animateValue("toursCount", 0, 20000, 20000);
animateValue("destinationsCount", 0, 10994, 20000);
});
};

</script>

Expand All @@ -2119,7 +2214,7 @@ <h4>Contact Us</h4>



</html><!-- New bubble background start -->
<!-- New bubble background start -->


<!-- <div class="bubbles">
Expand Down
Loading