Skip to content

Commit

Permalink
add placar jogos 23/11 e mudança no favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielovski committed Nov 23, 2022
1 parent baee155 commit 91f2534
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 1,214 deletions.
Binary file modified assets/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
<TileColor>#b91d47</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified assets/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/favicon.ico
Binary file not shown.
Binary file modified assets/favicons/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,200 changes: 0 additions & 1,200 deletions assets/favicons/safari-pinned-tab.svg

This file was deleted.

4 changes: 2 additions & 2 deletions assets/favicons/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#333333",
"background_color": "#333333",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
25 changes: 19 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,26 @@

<!-- 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="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" />
<link rel="mask-icon" href="./assets/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#333333" />
<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 />
Expand Down
10 changes: 5 additions & 5 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ document.querySelector("#cards").innerHTML =
createCard(
"23/11",
"quarta",
createGame("marrocos", "07:00", "croácia") +
createGame("alemanha", "10:00", "japão") +
createGame("espanha", "13:00", "costa rica") +
createGame("bélgica", "16:00", "canadá"),
"próximos jogos"
createGame("marrocos", "0 x 0", "croácia") +
createGame("alemanha", "1 x 2", "japão") +
createGame("espanha", "7 x 0", "costa rica") +
createGame("bélgica", "1 x 0", "canadá"),
"encerrados"
) +
createCard(
"24/11",
Expand Down

1 comment on commit 91f2534

@vercel
Copy link

@vercel vercel bot commented on 91f2534 Nov 23, 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.