Skip to content

Commit

Permalink
Change in footer background
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketp committed Aug 1, 2017
1 parent 9315655 commit 991de13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<header>
<div class="main-nav">
<div class="container">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1>About us</h1>
</div>
</section><!--/#about-us-->

<footer id="footer">
<footer id="footer" style="background-color: #2ac6f7">
<div class="footer-top wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="container text-center">
<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<header>
<div class="main-nav">
<div class="container">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
Expand Down Expand Up @@ -108,7 +108,7 @@ <h3>Coordinator, Stamatics</h3>
</div>
</section><!--/#contact-->

<footer id="footer">
<footer id="footer" style="background-color: #2ac6f7">
<div class="footer-top wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="container text-center">
<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<header>
<div class="main-nav">
<div class="container">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
Expand Down Expand Up @@ -248,7 +248,7 @@ <h3>Photo Title</h3>
</div><!-- /#portfolio-single-wrap -->
</section><!--/#portfolio-->

<footer id="footer">
<footer id="footer" style="background-color: #2ac6f7">
<div class="footer-top wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="container text-center">
<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<body>
<header>
<div class="main-nav">
<div class="container">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
Expand Down Expand Up @@ -493,7 +493,7 @@ <h3>Head, Design</h3>
</div>
</section><!--/#team-->

<footer id="footer">
<footer id="footer" style="background-color: #2ac6f7">
<div class="footer-top wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="container text-center">
<div class="row">
Expand Down

0 comments on commit 991de13

Please sign in to comment.