Skip to content

Commit

Permalink
feat: add logo variants (#2)
Browse files Browse the repository at this point in the history
* feat: add favicon

* feat: add white logo
  • Loading branch information
Adam Butterworth authored Nov 18, 2020
1 parent 6ec986a commit 97fef20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,19 @@ Files this package must make available
``/logo-trademark.svg`` A variant of the logo with a trademark ® or ™. Note: This file must be present. If you don't have a trademark variant of your logo, copy your regular logo and use that.

.. image:: /logo-trademark.svg
:alt: edX
:alt: logo
:width: 128px

``/logo-white.svg`` A variant of the logo for use on dark backgrounds

.. image:: /logo-white.svg
:alt: logo
:width: 128px

``/favicon.ico`` A site favicon

.. image:: /favicon.ico
:alt: favicon
:width: 32px

``/paragon/fonts.scss``, ``/paragon/_variables.scss``, ``/paragon/_overrides.scss`` A SASS theme for `@edx/paragon <https://github.com/edx/paragon>`_. Theming documentation in Paragon is coming soon. In the meantime, you can start a theme by the contents of `_variables.scss (after line 7) <https://github.com/edx/paragon/blob/master/scss/core/_variables.scss#L7-L1046>`_ file from the Paragon repository into this file.
Binary file added favicon.ico
Binary file not shown.
Binary file added logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97fef20

Please sign in to comment.