-
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
Showing
9 changed files
with
74 additions
and
141 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,16 @@ | ||
<footer class="footer mt-auto py-4 d-flex justify-content-center layout" data-bs-theme="dark"> | ||
<div class="container d-flex align-items-center justify-content-center"> | ||
<div class="col-md-4 d-flex align-items-center"> | ||
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1"> | ||
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg> | ||
</a> | ||
<span class="d-flex align-items-center justify-content-center mb-3 mb-md-0 text-body-secondary">© 2024 Company, Inc</span> | ||
</div> | ||
|
||
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex pe-5"> | ||
<li class="ms-3"><a class="text-body-secondary" href="#"><i class="bi bi-facebook" /></a></li> | ||
<li class="ms-3"><a class="text-body-secondary" href="#"><i class="bi bi-instagram" /></a></li> | ||
<li class="ms-3"><a class="text-body-secondary" href="#"><i class="bi bi-twitter" /></a></li> | ||
</ul> | ||
</div> | ||
</footer> |
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,19 @@ | ||
.bi { | ||
display: inline-block; | ||
position: relative; | ||
width: 1.25rem; | ||
height: 1.25rem; | ||
margin-right: 0.75rem; | ||
top: -1px; | ||
background-size: cover; | ||
} | ||
|
||
.i { | ||
font-family: Trebuchet MS; | ||
font-size: 1.6rem; | ||
color: #dee2e6; | ||
} | ||
|
||
.footer { | ||
background-color: #4E362E | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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