Skip to content

Commit 97fef20

Browse files
author
Adam Butterworth
authored
feat: add logo variants (#2)
* feat: add favicon * feat: add white logo
1 parent 6ec986a commit 97fef20

4 files changed

Lines changed: 16 additions & 1 deletion

File tree

README.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,19 @@ Files this package must make available
3434
``/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.
3535

3636
.. image:: /logo-trademark.svg
37-
:alt: edX
37+
:alt: logo
38+
:width: 128px
39+
40+
``/logo-white.svg`` A variant of the logo for use on dark backgrounds
41+
42+
.. image:: /logo-white.svg
43+
:alt: logo
3844
:width: 128px
3945

46+
``/favicon.ico`` A site favicon
47+
48+
.. image:: /favicon.ico
49+
:alt: favicon
50+
:width: 32px
4051

4152
``/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.

favicon.ico

15 KB
Binary file not shown.

logo-white.png

2.2 KB
Loading

logo-white.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)