From 36bcc5fea7549d548ec7da4702b0c8f8035573ce Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Mon, 2 Feb 2015 16:23:24 -0800 Subject: [PATCH] update the favicons and add recommended items to public folder --- public/browserconfig.xml | 12 ++++++++++++ public/favicons.html | 17 +++++++++++++++++ views/partials/meta.jade | 34 +++++++++++++++++++++++++++------- 3 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 public/browserconfig.xml create mode 100644 public/favicons.html diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000000..761c736987 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #492c14 + + + diff --git a/public/favicons.html b/public/favicons.html new file mode 100644 index 0000000000..ba348ed7db --- /dev/null +++ b/public/favicons.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/views/partials/meta.jade b/views/partials/meta.jade index c0620d17ca..31a92ee4dc 100644 --- a/views/partials/meta.jade +++ b/views/partials/meta.jade @@ -27,11 +27,31 @@ meta(name="twitter:description", content="We're a community of busy people learn meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify") meta(name="msapplication-TileColor", content="#FFFFFF") meta(name="msapplication-TileImage", content="/") -link(rel="apple-touch-icon-precomposed", href="path/to/favicon-152.png") -link(rel="apple-touch-icon-precomposed", sizes="152x152" href="/path/to/favicon-152.png") -link(rel="apple-touch-icon-precomposed", sizes="144x144" href="/path/to/favicon-144.png") -link(rel="apple-touch-icon-precomposed", sizes="120x120" href="/path/to/favicon-120.png") -link(rel="apple-touch-icon-precomposed", sizes="114x114" href="/path/to/favicon-114.png") -link(rel="apple-touch-icon-precomposed", sizes="72x72" href="/path/to/favicon-72.png") -link(rel="apple-touch-icon-precomposed", href="/path/to/favicon-57.png") +link(rel="android-chrome", sizes="144x144" href="https://s3.amazonaws.com/freecodecamp/favicons/android-chrome-144x144.png") +link(rel="android-chrome", sizes="192x192" href="https://s3.amazonaws.com/freecodecamp/favicons/android-chrome-192x192.png") +link(rel="android-chrome", sizes="36x36" href="https://s3.amazonaws.com/freecodecamp/favicons/android-chrome-36x36.png") +link(rel="android-chrome", sizes="48x48" href="https://s3.amazonaws.com/freecodecamp/favicons/android-chrome-48x48.png") +link(rel="android-chrome", sizes="72x72" href="https://s3.amazonaws.com/freecodecamp/favicons/android-chrome-72x72.png") +link(rel="android-chrome", sizes="96x96" href="https://s3.amazonaws.com/freecodecamp/favicons/android-chrome-96x96.png") +link(rel="android-chrome-manifest", href="https://s3.amazonaws.com/freecodecamp/favicons/android-chrome-manifest.json") +link(rel="apple-touch-icon", sizes="114x114", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-114x114.png") +link(rel="apple-touch-icon", sizes="120x120", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-120x120.png") +link(rel="apple-touch-icon", sizes="144x144", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-144x144.png") +link(rel="apple-touch-icon", sizes="152x152", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-152x152.png") +link(rel="apple-touch-icon", sizes="180x180", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-180x180.png") +link(rel="apple-touch-icon", sizes="57x57", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-57x57.png") +link(rel="apple-touch-icon", sizes="60x60", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-60x60.png") +link(rel="apple-touch-icon", sizes="72x72", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-72x72.png") +link(rel="apple-touch-icon", sizes="76x76", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-76x76.png") +link(rel="apple-touch-icon-precomposed", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon-precomposed.png") +link(rel="apple-touch-icon", href="https://s3.amazonaws.com/freecodecamp/favicons/apple-touch-icon.png") +link(rel="favicon", sizes="16x16", href="https://s3.amazonaws.com/freecodecamp/favicons/favicon-16x16.png") +link(rel="favicon", sizes="32x32", href="https://s3.amazonaws.com/freecodecamp/favicons/favicon-32x32.png") +link(rel="favicon", sizes="96x96", href="https://s3.amazonaws.com/freecodecamp/favicons/favicon-96x96.png") +link(rel="mstile", sizes="144x144", href="https://s3.amazonaws.com/freecodecamp/favicons/mstile-144x144.png") +link(rel="mstile", sizes="150x150", href="https://s3.amazonaws.com/freecodecamp/favicons/mstile-150x150.png") +link(rel="mstile", sizes="310x310", href="https://s3.amazonaws.com/freecodecamp/favicons/mstile-310x310.png") +link(rel="mstile", sizes="310x150", href="https://s3.amazonaws.com/freecodecamp/favicons/mstile-310x150.png") +link(rel="mstile", sizes="70x70", href="https://s3.amazonaws.com/freecodecamp/favicons/mstile-70x70.png") +link(rel="favicon", href="https://s3.amazonaws.com/freecodecamp/favicons/favicon.ico") link(rel='shortcut icon', href='//s3.amazonaws.com/freecodecamp/favicons/favicon.ico') \ No newline at end of file