Skip to content

Commit

Permalink
feat: Favicons and <title> for appearance in tabs + search
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed Jul 15, 2020
1 parent faca0c3 commit f18804c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,32 @@ class MyDocument extends Document {
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charSet="utf-8" />
<title>CleanBC Industrial Incentive Program</title>
<link rel="stylesheet" href="/static/bootstrap.min.css" />
<link rel="stylesheet" href="/static/base.css" />
<link
rel="apple-touch-icon"
href="/static/icons/bcid-apple-touch-icon.png"
sizes="180x180"
/>
<link
rel="icon"
href="/static/icons/bcid-favicon-32x32.png"
sizes="32x32"
type="image/png"
/>
<link
rel="icon"
href="/static/icons/bcid-favicon-16x16.png"
sizes="16x16"
type="image/png"
/>
<link
rel="mask-icon"
href="/static/icons/bcid-apple-icon.svg"
color="#036"
/>
<link rel="icon" href="/static/icons/bcid-favicon-32x32.png" />
</Head>
<body>
<Main />
Expand Down
Binary file added app/static/icons/bcid-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 added app/static/icons/bcid-512x512.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 app/static/icons/bcid-apple-icon.svg
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 app/static/icons/bcid-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 app/static/icons/bcid-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.
File renamed without changes

0 comments on commit f18804c

Please sign in to comment.