Commit Graph

5 Commits

Author SHA1 Message Date
Braden Anderson d3dae97533 provide high-res, color-coded favicons
fixes CNVS-13411

test plan:
  * open Canvas on a low-density display
  * verify that your tab icon looks like the old favicon
  * open Canvas on a high-density display
  * verify that your tab icon looks snazzy

  * verify that your tab icon is color-coded for the environment
  * run this in your browser console to try different environments:

require(['compiled/behaviors/favicon'], function(favicon) {favicon('production');})

  * verify that the color changes appropriately

Change-Id: I3c53eaf34d1abaa89f623382cbcbd92a3f2205e6
Reviewed-on: https://gerrit.instructure.com/35804
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Drew Bowman <dbowman@instructure.com>
QA-Review: Steven Shepherd <sshepherd@instructure.com>
Product-Review: Braden Anderson <braden@instructure.com>
2014-06-13 22:03:14 +00:00
Zach Pendleton bdf43761e8 update canvas favicon.
test plan:
  * navigate to any page in canvas;
  * verify that new favicon is displayed.

Change-Id: Ic1f7bac1c0d058fa601dc7685ea8c6d5d0be9464
Reviewed-on: https://gerrit.instructure.com/14296
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Ryan Shaw <ryan@instructure.com>
2012-10-11 12:35:19 -06:00
Zach Pendleton 453d7f58d9 update canvas branding. fixes #10965
this change updates (1) the favicon; (2) the logo in the
canvas header; (3) the "powered by instructure" text in
the footer; (4) the logo on the login page; and (5) the
header logo on the user registration page.

test plan:

navigate to the following urls and verify that the new canvas
logo is displayed:

  * login page;
  * home page (check header);
  * home page (check footer);
  * home page (check favicon);
  * /register_from_website (check header)

Change-Id: If0b232f0cf00c59577ee55a351536d57c3103280
Reviewed-on: https://gerrit.instructure.com/14230
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
2012-10-10 09:26:20 -06:00
Jon Jensen 22ac5426f8 updated favicon
test plan:
1. clear your cache and/or force refresh
2. you should see the new favicon

Change-Id: Iba44bdb6629ac240b180a5be5be5219c2917a0c9
Reviewed-on: https://gerrit.instructure.com/12173
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Ryan Florence <ryanf@instructure.com>
2012-07-12 09:27:48 -06:00
Brian Whitmer 8b8173dcc9 Initial commit.
closes #6988138
2011-01-31 18:57:29 -07:00