Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 6cc2d85

Browse files
Michael Baldwinfacebook-github-bot
authored andcommitted
added favicon to website
Summary: **Summary** - flarnie kedromelon finishes up #965 by adding the favicon to the website - thanks to kedromelon for the great favicon! πŸŽ‰ <img width="681" alt="screen shot 2017-11-22 at 11 58 00" src="https://user-images.githubusercontent.com/10538297/33140139-1c883108-cf7d-11e7-9ee6-da097eb32e29.png"> <img width="660" alt="screen shot 2017-11-22 at 11 57 46" src="https://user-images.githubusercontent.com/10538297/33140149-25071ccc-cf7d-11e7-8c49-043645f9294c.png"> **Test Plan** - not applicable Closes #1526 Reviewed By: flarnie Differential Revision: D6976891 Pulled By: flarnie fbshipit-source-id: 73a544ee6860f203361089e741007b93e8ba651e
1 parent 90a8f22 commit 6cc2d85

File tree

11 files changed

+56
-0
lines changed

11 files changed

+56
-0
lines changed

β€Žwebsite/core/Site.jsβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ var Site = React.createClass({
2929
<meta property="og:url" content="http://draftjs.org/index.html" />
3030
<meta property="og:description" content="Rich Text Editor Framework for React" />
3131

32+
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
33+
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" />
34+
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" />
35+
<link rel="manifest" href="/img/manifest.json" />
36+
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#5bbad5" />
37+
<link rel="shortcut icon" href="/img/favicon.ico" />
38+
<meta name="msapplication-config" content="/img/browserconfig.xml" />
39+
<meta name="theme-color" content="#852d2d" />
3240
<link rel="stylesheet" href="/css/draft.css" />
3341

3442
<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>
4.07 KB
Loading
10.6 KB
Loading
3.91 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/img/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
677 Bytes
Loading
915 Bytes
Loading

β€Žwebsite/src/img/favicon.icoβ€Ž

7.23 KB
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "",
3+
"icons": [
4+
{
5+
"src": "/img/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
},
9+
{
10+
"src": "/img/android-chrome-512x512.png",
11+
"sizes": "512x512",
12+
"type": "image/png"
13+
}
14+
],
15+
"theme_color": "#ffffff",
16+
"background_color": "#ffffff",
17+
"display": "standalone"
18+
}
2.34 KB
Loading

0 commit comments

Comments
Β (0)