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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Mang Gym

My Very First Capstone Project

this is a frontend design for a gym website.

the project is fully made of HTML and CSS.
6 changes: 3 additions & 3 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ <h1>FREE TRIAL</h1>
<section id="banner">
<div class="hero">
<h1>History of Gym</h1>
<img src="img/oldgym.jpeg" style="width:100%;" border="0" alt="Null">
<p>A gym, also referred as gymnasium, is an open air or covered location for gymnastics, athletics, and gymnastic services. The word is derived from the ancient Greek gymnasium. They are commonly found in athletic and fitness centers, and as activity and learning spaces in educational institutions. "Gym" is also slang for "fitness center", which is often an indoor facility.
<img src="img/oldgym.jpeg" style="width:30%; height: 20%; float: left;" border="0" alt="Null">
<p style="position: relative; left: 60px; top: 30px; height: 500px;">A gym, also referred as gymnasium, is an open air or covered location for gymnastics, athletics, and gymnastic services. The word is derived from the ancient Greek gymnasium. They are commonly found in athletic and fitness centers, and as activity and learning spaces in educational institutions. "Gym" is also slang for "fitness center", which is often an indoor facility.

Gymnasia apparatus such as barbells, parallel bars, jumping board, running path, tennis-balls, cricket field, fencing area, and so forth are used as exercises. In safe weather, outdoor locations are the most conducive to health. Gyms were popular in ancient Greece. Their curricula included Gymnastica militaria or self-defense, gymnastica medica, or physical therapy to help the sick and injured, and gymnastica athletica for physical fitness and sports, from boxing to dancing.</p>
</div>
Expand Down Expand Up @@ -150,4 +150,4 @@ <h2>Sign up for our EXCLUSIVE TRAINING Tips, Offers and Discounts</h2>
<script src="bootstrap/js/bootstrap.min.js"></script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- Wrapper Container -->
<div class="wrapper">
<h2>WELCOME TO <span style="color: yellow">MANG GYM</span></h2>
<p class="quote">“THINKk BIG AND DON'T LISTEN TO PEOPLE WHO TELL YOU IT CAN'T BE DONE. LIFE'S TOO SHORT TO THINK SMALL.”</p><footer>-- BY TIM FERRISS</footer>
<p style="color: #000;" class="quote">“THINKk BIG AND DON'T LISTEN TO PEOPLE WHO TELL YOU IT CAN'T BE DONE. LIFE'S TOO SHORT TO THINK SMALL.”</p><footer>-- BY TIM FERRISS</footer>
<a href="home.html" class="btn1">JOIN NOW!</a>
</div>

Expand All @@ -41,4 +41,4 @@ <h2>WELCOME TO <span style="color: yellow">MANG GYM</span></h2>
<script src="bootstrap/js/bootstrap.min.js"></script>

</body>
</html>
</html>