Skip to content

final output #7

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
Join the channel to see more videos like this. [Bedimcode](https://www.youtube.com/c/Bedimcode)

![travel-website](/preview.png)
Welcome to our Travel site at the end of file
1 change: 1 addition & 0 deletions hello.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello I am Rohit Soni Sorry But Exam instructions are not that much cleared
37 changes: 1 addition & 36 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,41 +56,6 @@
<main class="main">
<!--==================== HOME ====================-->
<section class="home" id="home">
<img src="assets/img/home1.jpg" alt="" class="home__img">

<div class="home__container container grid">
<div class="home__data">
<span class="home__data-subtitle">Discover your place</span>
<h1 class="home__data-title">Explore The <br> Best <b>Beautiful <br> Beaches</b></h1>
<a href="#" class="button">Explore</a>

</div>

<div class="home__social">
<a href="https://www.facebook.com/" target="_blank" class="home__social-link">
<i class="ri-facebook-box-fill"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="home__social-link">
<i class="ri-instagram-fill"></i>
</a>
<a href="https://twitter.com/" target="_blank" class="home__social-link">
<i class="ri-twitter-fill"></i>
</a>
</div>

<div class="home__info">
<div>
<span class="home__info-title">5 best places to visit</span>
<a href="" class="button button--flex button--link home__info-button">
More <i class="ri-arrow-right-line"></i>
</a>
</div>

<div class="home__info-overlay">
<img src="assets/img/home2.jpg" alt="" class="home__info-img">
</div>
</div>
</div>
</section>

<!--==================== ABOUT ====================-->
Expand Down Expand Up @@ -471,4 +436,4 @@ <h3 class="footer__subtitle">Support</h3>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>
</html>