removing target specific meta (#299)

* updating favicon manifests

* use meta generated from target
This commit is contained in:
Peli de Halleux 2016-11-02 15:14:06 -07:00 committed by GitHub
parent 937bcc61ad
commit fb222fd732
5 changed files with 52 additions and 59 deletions

View File

@ -1,16 +0,0 @@
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@codethemicrobit" />
<meta name="twitter:title" content="code the micro:bit" />
<meta name="twitter:description" content="Blocks+JavaScript for programming your micro:bit" />
<meta name="twitter:image" content="https://az851932.vo.msecnd.net/pub/drbwxcth" />
<meta property="og:title" content="micro:bit editor" />
<meta property="og:description" content="Blocks+JavaScript for programming your micro:bit" />
<meta property="og:site_name" content="code the micro:bit" />
<meta property="og:image" content="https://az851932.vo.msecnd.net/pub/drbwxcth" />
<!--
Canonical URL needs to wait until main release is updated.
<meta property="og:url" content="https://codethemicrobit.com" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="" />
-->

View File

@ -1,21 +0,0 @@
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@codethemicrobit" />
<meta name="twitter:title" content="@name@" />
<meta name="twitter:description" content="@description@" />
<meta name="twitter:image" content="@cardLogo@" />
<meta property="og:title" content="@name@" />
<meta property="og:site_name" content="code the micro:bit" />
<meta property="og:description" content="@description@" />
<meta property="og:image" content="@cardLogo@" />
<!--
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="" />
-->
<link rel="apple-touch-icon" href="@appLogo@">
<link rel="icon" type="image/png" href="@appLogo@">
<link rel="mask-icon" href="https://az851932.vo.msecnd.net/pub/zwxazere/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="@appLogo@">
<meta name="theme-color" content="@accentColor@">

View File

@ -1,5 +0,0 @@
#root .avatar .avatar-image {
background-image: url(https://az851932.vo.msecnd.net/pub/jovrytni/microbit.simplified.svg);
background-size: contain;
background-repeat: no-repeat;
}

View File

@ -176,8 +176,8 @@
"docsLogo": "./static/logo.square.white.svg", "docsLogo": "./static/logo.square.white.svg",
"portraitLogo": "./static/logo.square.black.svg", "portraitLogo": "./static/logo.square.black.svg",
"footerLogo": "./static/logo.portrait.black.svg", "footerLogo": "./static/logo.portrait.black.svg",
"cardLogo": "https://az851932.vo.msecnd.net/pub/drbwxcth", "cardLogo": "./static/icons/apple-touch-icon.png",
"appLogo": "https://az851932.vo.msecnd.net/pub/tbhemtig", "appLogo": "./static/icons/apple-touch-icon.png",
"organization": "Microsoft", "organization": "Microsoft",
"organizationUrl": "https://pxt.io/", "organizationUrl": "https://pxt.io/",
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png", "organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",

View File

@ -1,17 +1,52 @@
{ {
"name": "pxt.microbit.org",
"icons": [ "icons": [
{ {
"src": "https://az851932.vo.msecnd.net/pub/fpenpmjz", "src": "./static/icons/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image\/png"
},
{
"src": "./static/icons/android-chrome-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image\/png"
}, {
"src": "https://az851932.vo.msecnd.net/pub/vetoccmr",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "https://az851932.vo.msecnd.net/pub/xiioeeyf",
"sizes": "32x32",
"type": "image/png"
} }
] ],
"theme_color": "#ffffff",
"display": "standalone"
} }