Skip to content

Commit

Permalink
update favicon for the website
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Mar 29, 2021
1 parent 53dcdec commit 62b590f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/_head.mustache
Expand Up @@ -3,7 +3,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>chessboardjs.com &raquo; {{pageTitle}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />

<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.webmanifest">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Roboto+Mono">
<link rel="stylesheet" href="css/website2.css" />
<link rel="stylesheet" href="https://unpkg.com/@chrisoakman/chessboardjs@1.0.0/dist/chessboard-1.0.0.min.css" integrity="sha384-q94+BZtLrkL1/ohfjR8c6L+A6qzNH9R2hBLwyoAfu3i/WCvQjzL2RQJ3uNHDISdU" crossorigin="anonymous">
Expand Down
Binary file added website/192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions website/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/manifest.webmanifest
@@ -0,0 +1,6 @@
{
"icons": [
{ "src": "/192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/512.png", "type": "image/png", "sizes": "512x512" }
]
}

0 comments on commit 62b590f

Please sign in to comment.