Skip to content

Commit

Permalink
replace favicon source
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Feb 7, 2022
1 parent c82d19a commit e7c7f60
Show file tree
Hide file tree
Showing 34 changed files with 112 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added logo/favicon/favicon-dark-notes-only-color.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 added logo/favicon/favicon-light-notes-only-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/favicon/favicons-dark-mode.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 added logo/favicon/favicons-light-mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions logo/favicon/index-no-opacity.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<title>Favicon without opacity</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="no-opacity.svg" sizes="any" type="image/svg+xml" />
</head>

<body>
</html>
12 changes: 12 additions & 0 deletions logo/favicon/index-notes-only.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<title>Favicon notes only</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="notes-only.svg" sizes="any" type="image/svg+xml" />
</head>

<body>
</html>
12 changes: 12 additions & 0 deletions logo/favicon/index-with-opacity.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<title>Favicon with opacity</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="with-opacity.svg" sizes="any" type="image/svg+xml" />
</head>

<body>
</html>
4 changes: 4 additions & 0 deletions logo/favicon/no-opacity-colored.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions logo/favicon/no-opacity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions logo/favicon/notes-only-color-with-stave.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<title>Favicon with stave color</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="notes-only-color-with-stave.png" sizes="any" type="image/png" />
</head>

<body>
</html>
Binary file added logo/favicon/notes-only-color-with-stave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions logo/favicon/notes-only-color.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<title>Favicon notes only color</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="notes-only-color.png" sizes="any" type="image/png" />
</head>

<body>
</html>
Binary file added logo/favicon/notes-only-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e7c7f60

Please sign in to comment.