forked from prehans/Hacktoberfest2022
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c11058
commit 2b7572a
Showing
3 changed files
with
321 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ <h1 class="mx-auto maintext">JOIN THE BEST GYM</h1> | |
</form> | ||
</div> | ||
<div class="aboutus" id="AboutUs"> | ||
<h2 class="abttitle">About Us</h2> | ||
<h1 class="abttitle">About Us</h2> | ||
Fitness Factory Fitness Institute was started on 4th October 2011. | ||
It’s been more than a decade of educating people in fitness. | ||
Every year 1000+ students pass out of the institute. | ||
|
@@ -77,8 +77,55 @@ <h2 class="abttitle">About Us</h2> | |
Becoming a Fitness Factory Fitness Institute certified Advanced Personal trainer is your foundation for success. It | ||
offers you complete approach to fitness, wellness and business skills. | ||
Make an investment in yourself and become a Fitness Factory Fitness Institute certified personal trainer. | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<div class="footer"> | ||
|
||
<div class="box-container"> | ||
|
||
<div class="box"> | ||
<h3>contact info</h3> | ||
<p> <i class="fas fa-map-marker-alt"></i> mumbai, indai 400104 </p> | ||
<p> <i class="fas fa-envelope"></i> [email protected] </p> | ||
<p> <i class="fas fa-phone"></i> +123-456-7890 </p> | ||
<p> <i class="fas fa-phone"></i> +111-222-333 </p> | ||
</div> | ||
|
||
<div class="box"> | ||
<h3>branch location</h3> | ||
<a href="#">india</a> | ||
<a href="#">USA</a> | ||
<a href="#">france</a> | ||
<a href="#">russia</a> | ||
</div> | ||
|
||
<div class="box"> | ||
<h3>quick links </h3> | ||
<a href="#">home</a> | ||
<a href="#">about us </a> | ||
<a href="#">Contact us</a> | ||
<a href="#">Fitness Calculator</a> | ||
<a href="#">Email us</a> | ||
|
||
</div> | ||
|
||
<div class="box"> | ||
<h3>follow us</h3> | ||
<a href="#">instagram</a> | ||
<a href="#">facebook</a> | ||
<a href="#">twitter</a> | ||
<a href="#">linkedin</a> | ||
</div> | ||
|
||
</div> | ||
|
||
<h1 class="credit">create by <a href="#">Pallavi Bahekar</a> all rights reserved. </h1> | ||
|
||
</div> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" | ||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | ||
crossorigin="anonymous"></script> | ||
|
@@ -88,11 +135,7 @@ <h2 class="abttitle">About Us</h2> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" | ||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" | ||
crossorigin="anonymous"></script> | ||
<footer id="sticky-footer" class=" foot py-2 bg-light text-center font-weight-bold text-dark-100"> | ||
|
||
<small>Copyright © Fitness Factory</small> | ||
|
||
</footer> | ||
</body> | ||
|
||
|
||
|