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
26 changes: 2 additions & 24 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,30 +68,8 @@ <h2>Our Story</h2>
</main>

<!-- Footer -->
<footer id="contact">
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: yellow">Mang Gym</span> </small>
<div id="disclaimer">
<div class="disclaimer-last">
<small class="small-2">Disclaimer: No copyright infringement is intended. This is only for educational purposes and not for profit. Some asset/s used are not owned by the developer/s unless otherwise stated; the credit goes to the owner.</small>
</div>
</div>

<!-- Social Media -->
<div id="socialMedia">
<div class="contact">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-instagram" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-youtube" aria-hidden="true"></i>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="footer.js"></script>

<!-- Import Jquery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
Expand Down
26 changes: 2 additions & 24 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,30 +97,8 @@ <h3>Inquiry Form</h3>
</main>

<!-- Footer -->
<footer id="contact">
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: yellow">Mang Gym</span> </small>
<div id="disclaimer">
<div class="disclaimer-last">
<small class="small-2">Disclaimer: No copyright infringement is intended. This is only for educational purposes and not for profit. Some asset/s used are not owned by the developer/s unless otherwise stated; the credit goes to the owner.</small>
</div>
</div>

<!-- Social Media -->
<div id="socialMedia">
<div class="contact">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-instagram" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-youtube" aria-hidden="true"></i>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="footer.js"></script>

<!-- Import Jquery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
Expand Down
25 changes: 25 additions & 0 deletions footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- Footer -->
<footer id="contact">
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: yellow">Mang Gym</span> </small>
<div id="disclaimer">
<div class="disclaimer-last">
<small class="small-2">Disclaimer: No copyright infringement is intended. This is only for educational purposes and not for profit. Some asset/s used are not owned by the developer/s unless otherwise stated; the credit goes to the owner.</small>
</div>
</div>

<!-- Social Media -->
<div id="socialMedia">
<div class="contact" style="color: black;">
<a href="https://www.facebook.com/profile.php?id=267287190040422&paipv=0&eav=AfZS_u960CEF0F7M-lxVldfw5dLC-i3sqIfQpNjZH6TAcVx0FhoHa3XkcZ3snpZyoxo&_rdr" target="#" style="color: black;"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</div>
<div class="contact">
<a href="https://twitter.com/i/flow/login?redirect_after_login=%2Fmanggym" style="color: black;"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
<div class="contact">
<a href="https://www.instagram.com/manggym/?hl=en" target="#" style="color: black;"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
<div class="contact">
<i class="fa fa-youtube" aria-hidden="true"></i>
</div>
</div>
</footer>
7 changes: 7 additions & 0 deletions footer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
document.addEventListener("DOMContentLoaded", function() {
fetch("footer.html")
.then(response => response.text())
.then(data => {
document.querySelector("body").insertAdjacentHTML("beforeend", data);
});
});
29 changes: 4 additions & 25 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

<div id="navbar3" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="home.html" class="active">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="home.html">Home</a></li>
<li><a href="aboutus.html" class="active">About Us</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
Expand Down Expand Up @@ -116,29 +116,8 @@ <h2>Sign up for our EXCLUSIVE TRAINING Tips, Offers and Discounts</h2>
</main>

<!-- Footer -->
<footer id="contact">
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: yellow">Mang Gym</span> </small>
<div id="disclaimer">
<div class="disclaimer-last">
<small class="small-2">Disclaimer: No copyright infringement is intended. This is only for educational purposes and not for profit. Some asset/s used are not owned by the developer/s unless otherwise stated; the credit goes to the owner.</small>
</div>
</div>

<div id="socialMedia">
<div class="contact">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-instagram" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-youtube" aria-hidden="true"></i>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="footer.js"></script>

<!-- Import Jquery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
Expand Down
26 changes: 2 additions & 24 deletions programs.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,30 +106,8 @@ <h2>MEMBERSHIP PLANS</h2>
</main>

<!-- Footer -->
<footer id="contact">
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: yellow">Mang Gym</span> </small>
<div id="disclaimer">
<div class="disclaimer-last">
<small class="small-2">Disclaimer: No copyright infringement is intended. This is only for educational purposes and not for profit. Some asset/s used are not owned by the developer/s unless otherwise stated; the credit goes to the owner.</small>
</div>
</div>

<!-- Social Media Icons -->
<div id="socialMedia">
<div class="contact">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-instagram" aria-hidden="true"></i>
</div>
<div class="contact">
<i class="fa fa-youtube" aria-hidden="true"></i>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="footer.js"></script>

<!-- Import Jquery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
Expand Down