-
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
38025ad
commit fd02b41
Showing
3 changed files
with
26 additions
and
22 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
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,22 @@ | ||
<ul class="nav justify-content-center mb-3"> | ||
<li class="nav-item"> | ||
<a class="nav-link px-2 text-muted" href="https://github.com/Gustavo-erades" target="_blank"><i class="fa-brands fa-github fa-bounce" style="font-size:2.5em"></i></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link px-2 text-muted">© 2023 por Gustavo Êrades </a> | ||
</li> | ||
</ul> | ||
<div class="grid"> | ||
<div class="row"> | ||
<span id="span-footer-redes" class="col-xl-6"> | ||
fale comigo: | ||
<a href="https://www.linkedin.com/in/gustavo-%C3%AA-22a357231/" target="_blank" class="footer-redes"><i class="fa-brands fa-linkedin"></i></a> | ||
<a href="mailto:eradesvilarinho@gmail.com" target="_blank" class="footer-redes"><i class="fa-solid fa-envelope"></i></a> | ||
</span> | ||
<span id="span-footer-acessos" class="col-xl-6"> | ||
<span> | ||
<?=$quantidade?> acessos. | ||
</span> | ||
</span> | ||
</div> | ||
</div> |
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