reorganized the repo

This commit is contained in:
JSriwongsa 2023-06-12 10:05:48 -05:00
parent 3f98cede59
commit 50e5e08046
2 changed files with 0 additions and 140 deletions

View file

@ -1,52 +0,0 @@
*{padding: 0; margin: 0;}
#header{
background-image: url(images/wall1.jpg);
height: 80vh;
background-size: cover;
background-position: center;
}
.navbar-nav li a{
float: right;
color: aliceblue !important;
}
.navbar-brand img{
width: 200px;
margin-left: 50px;
}
.navbar-toggler{
border: none !important;
outline: none !important;
}
nav .fa-bars{
color: aliceblue;
font-size: 36px;
}
/*------- welcome ------*/
.join{
padding: 60px 100px;
margin-top: -140px;
background-color: rgb(226, 225, 225);
box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}
.join .home-btn{
margin-top: 10px;
padding: 10px 30px;
color: white;
border-radius: 20px;
background-color: black;
}
#about{
padding-top: 100px;
padding-bottom: 100px;
}
#about .col-md-6{
padding: 20px 10px;
}
#about h3{
margin: 20px auto;
}
#about img{
width: 250px;
}

View file

@ -1,88 +0,0 @@
<DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Complete Website- HTML CSS & Boostrap</title>
<link rel="stylesheet" href="style3.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.3/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js"></script>
</head>
<body>
<!-------------------------------------- header -------------------------------------->
<section id = "header">
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#"><img src="images/logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Feature</a>
</li>
<li class = "nav-item">
<a class="nav-link" href="#">Reviews</a>
</li>
<li class = "nav-item">
<a class="nav-link" href="#">Contact Us</a>
</li>
</ul>
</div>
</nav>
</section>
<!---------------------------------------- join ---------------------------------------->
<section id = "join">
<div class="container">
<div class="join text-center">
<h1>Join ANYTIME FITNESS</h1>
<p>Subscribe our channel to get a 20% discount.</p>
<button type="submit" class="btn home-btn">Subscribe</button>
</div>
</div>
</section>
<!---------------------------------------- about ---------------------------------------->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6 text-center">
<img src="images/im1.png" class="img-fluid">
</div>
<div class="col-md-6 text-justify">
<h3>Keep calm and gym with us.</h3>
<p>Physical fitness is not only one of the most important keys to a healthy body,
it is the basis of dynamic and creative intellectual activity. Set small goals and build upon them.</p>
<p>When it comes to nutrition I am an, "anti-perfectionist". I am a lot more concerned with building a consistent routine that
you're actually going to stick to, rather than building the perfect diet.</p>
</div>
<div class="col-md-6 text-justify">
<h3>Nothing will work unless you do.</h3>
<p>To keep the body in good health is a duty… otherwise we shall not be able to keep our mind strong and clear.</p>
<p>It's the new 2020 Summer Shred! Here's a brand new warm up routine that you can use before ANY of your workouts in any workout program.
It's a quick 6 minute routine to get you warmed up before you get to the real action. Enjoy!</p>
</div>
<div class="col-md-6">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/-p0PA9Zt8zk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!---------------------------------------- service ---------------------------------------->
</body>
</html>