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
16 changes: 11 additions & 5 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<!-- Import CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">

<!-- Import Open Sans from Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap" rel="stylesheet">

<title>Mang Gym</title>
</head>
<body>
Expand Down Expand Up @@ -48,9 +51,12 @@
<header id="showcase" class="grid">
<div class="bg-image"></div>
<div class="content-wrap">
<h1>WELCOME TO <span style="color: yellow">MANG GYM</span></h1>
<p>A Haven for Everybody</p>
<a href="#" class="btn">Join Now!</a>
<div class="header-img">
<h1>WELCOME TO <span style="color: darkorange">MANG GYM</span></h1>
<p>A Haven for Everybody</p>
<a href="#" class="btn">Join Now!</a>
</div>
<div class="overlay small-overlay"></div>
</div>
</header>

Expand All @@ -70,7 +76,7 @@ <h2>Our Story</h2>

<!-- Footer -->
<footer id="contact">
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: yellow">Mang Gym</span> </small>
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: darkorange">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>
Expand Down Expand Up @@ -104,4 +110,4 @@ <h2>Our Story</h2>
<script src="bootstrap/js/bootstrap.min.js"></script>

</body>
</html>
</html>
16 changes: 11 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<!-- Import CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">

<!-- Import Open Sans from Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap" rel="stylesheet">

<title>Mang Gym</title>
</head>
<body>
Expand Down Expand Up @@ -48,9 +51,12 @@
<header id="showcase" class="grid">
<div class="bg-image"></div>
<div class="content-wrap">
<h1>WELCOME TO <span style="color: yellow">MANG GYM</span></h1>
<p>A Haven for Everybody</p>
<a href="#" class="btn">Join Now!</a>
<div class="header-img">
<h1>WELCOME TO <span style="color: darkorange">MANG GYM</span></h1>
<p>A Haven for Everybody</p>
<a href="#" class="btn">Join Now!</a>
</div>
<div class="overlay small-overlay"></div>
</div>
</header>

Expand Down Expand Up @@ -99,7 +105,7 @@ <h3>Inquiry Form</h3>

<!-- Footer -->
<footer id="contact">
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: yellow">Mang Gym</span> </small>
<small class="small-1">&copy; Copyright 2017 | Stephene Canciller | <span style="color: darkorange">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>
Expand Down Expand Up @@ -133,4 +139,4 @@ <h3>Inquiry Form</h3>
<script src="bootstrap/js/bootstrap.min.js"></script>

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