Skip to content
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
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
Binary file not shown.
Empty file.
1,026 changes: 1,026 additions & 0 deletions .vs/responsive-travel-website/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/slnx.sqlite
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
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
1 change: 1 addition & 0 deletions hello.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is hello.txt file for dummy text
40 changes: 2 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,43 +55,7 @@

<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 ====================-->
<section class="about section" id="about">
Expand Down Expand Up @@ -471,4 +435,4 @@ <h3 class="footer__subtitle">Support</h3>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>
</html>
Empty file added style.css
Empty file.