Skip to content

Commit

Permalink
att placar do dia 02/12 e redirect para oitavas
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielovski committed Dec 2, 2022
1 parent 1cc5a97 commit 09483ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
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!"
/>

<meta http-equiv="refresh" content="0; URL='https://calendariodacopa.tk/oitavas'"/>

<!-- links (css, fontes) -->
<link rel="stylesheet" href="./style.css" />
<link
Expand Down
12 changes: 6 additions & 6 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ document.querySelector("#cards").innerHTML =
createGame("canadá", "1 x 2", "marrocos") +
createGame("costa rica", "2 x 4", "alemanha") +
createGame("japão", "2 x 1", "espanha"),
"próximos jogos"
"encerrados"
) +
createCard(
"02/12",
"sexta",
createGame("coreia do sul", "12:00", "portugal") +
createGame("gana", "12:00", "uruguai") +
createGame("sérvia", "16:00", "suíça") +
createGame("camarões", "16:00", "brasil"),
"próximos jogos"
createGame("coreia do sul", "2 x 1", "portugal") +
createGame("gana", "0 x 2", "uruguai") +
createGame("sérvia", "2 x 3", "suíça") +
createGame("camarões", "1 x 0", "brasil"),
"encerrados"
)
4 changes: 2 additions & 2 deletions scripts/oitavas.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ document.querySelector("#cards").innerHTML =
"05/12",
"segunda",
createGame("japão", "12:00", "croácia") +
createGame("a confirmar", "16:00", "a confirmar"),
createGame("brasil", "16:00", "coreia do sul"),
"próximos jogos"
) +
createCard(
"06/12",
"terça",
createGame("marrocos", "12:00", "espanha") +
createGame("a confirmar", "16:00", "a confirmar"),
createGame("portugal", "16:00", "suíça"),
"próximos jogos"
)

1 comment on commit 09483ce

@vercel
Copy link

@vercel vercel bot commented on 09483ce Dec 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.