-
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.
Com informações do site e link para temporadas anteriores. Fixed #31.
- Loading branch information
1 parent
8d825e6
commit 5044a40
Showing
3 changed files
with
56 additions
and
3 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,48 @@ | ||
<template> | ||
<footer class="page-footer font-small bg-dark text-white pb-4"> | ||
<div class="container text-center text-md-left mt-5 pt-4"> | ||
<div class="row mt-3"> | ||
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4"> | ||
<h6 class="text-uppercase font-weight-bold border-bottom pb-3">Agregador FC</h6> | ||
<p> | ||
Confira estatísticas de todos os times a cada rodada do | ||
<a href="https://cartolafc.globo.com/#!/home" target="_blank" rel="noopener noreferrer" class="text-warning">Cartola FC</a>. | ||
</p> | ||
</div> | ||
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4"> | ||
<h6 class="text-uppercase font-weight-bold border-bottom pb-3">Temporadas</h6> | ||
<p> | ||
<a href="https://agregador-fc-2019.netlify.app/" | ||
target="_blank" rel="noopener noreferrer" class="text-white">2019</a> | ||
</p> | ||
</div> | ||
|
||
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4"> | ||
<h6 class="text-uppercase font-weight-bold border-bottom pb-3">Redes Sociais</h6> | ||
<p> | ||
<a href="https://www.facebook.com/AgregadorFC" target="_blank" rel="noopener noreferrer" class="text-white"> | ||
<facebook-icon></facebook-icon> | ||
Página do Facebook | ||
</a> | ||
</p> | ||
<p> | ||
<a href="https://github.com/atilacamurca/agregador-fc" target="_blank" rel="noopener noreferrer" class="text-white"> | ||
<github-icon></github-icon> | ||
Código-fonte | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</template> | ||
|
||
<script> | ||
import { GithubIcon, FacebookIcon } from 'vue-feather-icons' | ||
export default { | ||
components: { | ||
GithubIcon, | ||
FacebookIcon | ||
} | ||
} | ||
</script> |
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