-
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
d116d3a
commit 40a554a
Showing
2 changed files
with
31 additions
and
2 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 |
---|---|---|
@@ -1 +1,7 @@ | ||
# Empty CSS file for your own CSS | ||
.main-footer { | ||
background-color: #9fd25f; | ||
} | ||
|
||
.rights { | ||
background-color: #82b641; | ||
} |
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
</ul> | ||
</div> | ||
</nav> | ||
<div class="container-fluid"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="jumbotron"> | ||
|
@@ -70,6 +70,29 @@ <h5 class="card-header"> | |
</div> | ||
</div> | ||
</div> | ||
<footer class="main-footer mt-5 pt-4 text-light"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<h3>Entre em contato</h3> | ||
<address> | ||
+55 00 12345-6789 | ||
<br /> | ||
<a href="mailto:[email protected]" class="text-light">[email protected]</a> | ||
</address> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="rights pb-4"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
{% now "Y" %} Python Pro. Todos os direitos reservados | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> |