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
Binary file added 22.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 33 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,40 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About page</title>
<link rel="stylesheet" href="style/style.css" />

</head>
<body>
<!-- start here -->
<!-- heading section -->
<div id="header" >
<img id="logo" src="22.jpg" alt="logo" height="85px" />
<div id="nav">
<a href="home.html">Home</a>
<a href="about.html">About</a>
</div>
</div>
<!-- /heading section -->
<div id="prog" >
<div id="prog-text"></div>
<h1>BOOTCAMP</h1>
<p>You are welcome to join or contact the
Arena District Athletic Club to learn more about our exceptional offerings.</p>

<a htef="">BOOK NOW </a>
</div>
</div>
</br>
<footer>
<div id="footer">
<img src="11.gpeg" alt="content us 005..." height="85px" width="85px" />
<div id="nav">
<a href="home.html">Home</a>
<a href="about.html">About</a>
</div>
</div>
</footer>




</body>
</html>
Binary file added card-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added card-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added card-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added card-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 36 additions & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
<!-- start here -->

<!-- heading section -->
<div id="header" >
<img id="logo" src="22.jpg" alt="logo" height="85px" />
<div id="nav">
<a href="home.html">Home</a>
<a href="about.html">About</a>
</div>
</div>
<!-- /heading section -->
<div id="prog" >
<div id="prog-text"></div>
<h1>BOOTCAMP</h1>
<p>You don't like your the shap of your body and you want to have a harmonious, athletic body , and you don't have the capabilities or necessary
tool
</p>
<p>We welecome to the BOOTCAMP Sports Center ,where you will have all the mean to achieve your dream of owning a fit
and healthy athletic body</p>
<p> Hurry up to subscribe to the center for a year and have a discount of 70% hurry up and join us to
achieve your dreams
</p>

<a htef="">BOOK NOW </a>
</div>
</div>
</br>
<footer>
<div id="footer">

<div id="nav">
<a href="home.html">Home</a>
<a href="about.html">About</a>
</div>
</div>
</footer>

</body>
</html>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions style/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
#header
{
background-color: white;
color: aquamarine;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: large;



display:flex;
justify-content: space-between;
align-items: center;
padding:0px 40px 50px 0px ;

}
#nav a
{
padding: 10px;
margin:0px 10px

}
#nav a:hover
{
color:rgb(132, 232, 74);
cursor:pointer;
}
#prog
{

display:flex;
flex-direction: column;
align-items: center;
padding:0px 0px 40px 0px ;


}
#prog-text
{

text-align:center;
width: 50%;
margin:0px 50px 0px 100px;
padding:0px 0px 0px 0px


}
#prog a
{
padding: 40px;
color: rgb(247, 2, 2);
font-size: 30px;
}

#prog a:hover
{
color:rgb(132, 232, 74);
cursor:pointer;
}

#footer
{

background-color:rgb(150, 185, 83);
color: bisque;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
Binary file added unnamed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.