-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug do redirect fase de grupos e prettier
- Loading branch information
1 parent
cbb95ee
commit 8eb19ed
Showing
8 changed files
with
175 additions
and
38 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,80 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Calendário de Jogos - Copa 2022</title> | ||
<meta name="title" content="Calendário de Jogos - Copa 2022" /> | ||
<meta | ||
name="description" | ||
content="Fique por dentro dos jogos da Copa do Mundo 2022! Aqui você pode conferir os horários de todos os jogos e compartilhar com os amigos!" | ||
/> | ||
|
||
<!-- links (css, fontes) --> | ||
<link rel="stylesheet" href="./style.css" /> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="./assets/favicons/apple-touch-icon.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="./assets/favicons/favicon-32x32.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="./assets/favicons/favicon-16x16.png" | ||
/> | ||
<link rel="manifest" href="./assets/favicons/site.webmanifest" /> | ||
<meta name="msapplication-TileColor" content="#b91d47" /> | ||
<meta name="theme-color" content="#ffffff" /> | ||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
|
||
<!-- body --> | ||
<body class="green"> | ||
<div id="app"> | ||
<header> | ||
<img | ||
src="./assets/copalogo.svg" | ||
alt="Logo da Copa do Mundo 2022" | ||
class="logo-copa" | ||
/> | ||
</header> | ||
<div class="fases"> | ||
<button class="botao-selecionado">Fase de Grupos</button> | ||
<a href="oitavas.html" | ||
><button class="botoes-fases">Oitavas de Final</button></a | ||
> | ||
<a href="quartas.html" | ||
><button class="botoes-fases">Quartas de Final</button></a | ||
> | ||
<a href="semi.html"><button class="botoes-fases">Semifinais</button></a> | ||
<a href="final.html"><button class="botoes-fases">Final</button></a> | ||
</div> | ||
<main id="cards"></main> | ||
</div> | ||
<script src="./scripts/main.js"></script> | ||
<script defer src="/_vercel/insights/script.js"></script> | ||
<footer> | ||
<p> | ||
Desenvolvido por | ||
<a href="https://github.com/gabrielovski" target="_blank">Gabriel</a> | ||
durante o evento NLW Copa da | ||
<a href="http://rocketseat.com.br" target="_blank">Rocketseat</a>! | ||
</p> | ||
</footer> | ||
</body> | ||
</html> |
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
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
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
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
8eb19ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
calendariodacopa – ./
worldcupschedule.vercel.app
calendariodacopa-git-main-gabrielovski.vercel.app
calendariodacopa-gabrielovski.vercel.app
calendariodacopa.cf
calendariodacopa.ml
calendariodacopa.gq
calendariodacopa.ga
calendariodacopa.tk