Skip to content

Commit

Permalink
Merge pull request #1238 from Vin205/main
Browse files Browse the repository at this point in the history
feat: Added Video
  • Loading branch information
apu52 authored Jul 27, 2024
2 parents 087b0dc + feace37 commit 1e149fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,23 @@ <h1 class="headingofAbout section__title " data-aos=" fade-in"><b>About Us</b></
transform: scale(1.8);
transition: transform 0.8s ease;
}
.video-container {
display: flex;
align-items: center;
justify-content: center;
height: 30vh;
}
.iframe {
width: 760px;
height: 515px;
border: none;

}
</style>
<br>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/veULUjsSrPg?si=eq3sDAt3-yZnZUme" allowfullscreen></iframe>
</div>
<p class="aboutcontent" data-aos="fade-in" style="text-align: justify;">
<span style="margin-left: 80px;"></span>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
Expand Down

0 comments on commit 1e149fc

Please sign in to comment.