Skip to content

Development #4

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
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 assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
--img-scale: scale(1.1);
}


@media screen and (min-width: 968px) {
:root {
--biggest-font-size: 4rem;
Expand Down
2 changes: 2 additions & 0 deletions hello.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hello Everyone, we are doing perfectly fine.
Hope you are enjoying it.
41 changes: 2 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,44 +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">
<div class="about__container container grid">
Expand Down Expand Up @@ -471,4 +434,4 @@ <h3 class="footer__subtitle">Support</h3>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>
</html>