Skip to content

Commit

Permalink
Added favicons, re: #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
pschfr committed Mar 9, 2019
1 parent df91ab2 commit cbd159d
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/_layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ html
head
title= title
meta(name="viewport" content="width=device-width, initial-scale=1")
meta(name="theme-color", content="#fff")
link(rel="apple-touch-icon", sizes="152x152", href="#{process.env.PROJECT_ROOT || '/'}img/favicons/apple-touch-icon.png")
link(rel="icon", type="image/png", sizes="32x32", href="#{process.env.PROJECT_ROOT || '/'}img/favicons/favicon-32x32.png")
link(rel="icon", type="image/png", sizes="16x16", href="#{process.env.PROJECT_ROOT || '/'}img/favicons/favicon-16x16.png")
link(rel="manifest", href="#{process.env.PROJECT_ROOT || '/'}img/favicons/site.webmanifest")
link(rel="mask-icon", href="#{process.env.PROJECT_ROOT || '/'}img/favicons/safari-pinned-tab.svg", color="#000")
link(rel="shortcut icon", href="#{process.env.PROJECT_ROOT || '/'}img/favicons/favicon.ico")
link(rel="stylesheet" href="#{process.env.PROJECT_ROOT || '/'}css/main.css")
body.sans-serif.tc.lh-copy.flex.flex-column.items-center.justify-around.vh-85.mh2
!= yield
Expand Down
Binary file added public/img/favicons/android-chrome-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 added public/img/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.
Binary file added public/img/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 added public/img/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 added public/img/favicons/favicon.ico
Binary file not shown.
Binary file added public/img/favicons/master.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/img/favicons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/img/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Barcode Generator",
"short_name": "Barcode Generator",
"icons": [
{
"src": "android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit cbd159d

Please sign in to comment.