diff --git a/README.md b/README.md index e7776865f..bcfa291c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Online comments are broken. Our open-source commenting platform, Talk, rethinks how moderation, comment display, and conversation function, creating the opportunity for safer, smarter discussions around your work. [Read more about Talk here](https://coralproject.net/talk). -Built with <3 by The Coral Project, a part of [Vox Media](https://www.voxmedia.com/a/go-deeper/about). +Built with <3 by The Coral Project, a part of [Vox Media](https://www.voxmedia.com/). ## Getting Started diff --git a/docs/themes/coral/layout/partial/sidebar.swig b/docs/themes/coral/layout/partial/sidebar.swig index a24c2803e..03088a24a 100644 --- a/docs/themes/coral/layout/partial/sidebar.swig +++ b/docs/themes/coral/layout/partial/sidebar.swig @@ -28,9 +28,8 @@
-

Don't see what you're looking for? We're upgrading the docs, check out our old docs.

-

The Coral Project by Vox Media

- +

Made by The Coral Project by Vox Media.

+
{{ image_tag('images/coralproject.png') }}
diff --git a/docs/themes/coral/source/css/talk.scss b/docs/themes/coral/source/css/talk.scss index f3b0c24e8..dfd673fcb 100644 --- a/docs/themes/coral/source/css/talk.scss +++ b/docs/themes/coral/source/css/talk.scss @@ -344,9 +344,13 @@ a.brand { padding: $content_gutter $content_gutter 60px; } -.mozilla { - width: 50%; +.voxmedia { + // width: 50%; margin: 0 0 $sidebar_gutter; + + > img { + width: 100%; + } } .sidebar { diff --git a/docs/themes/coral/source/images/coralproject.png b/docs/themes/coral/source/images/coralproject.png new file mode 100644 index 000000000..886aeac18 Binary files /dev/null and b/docs/themes/coral/source/images/coralproject.png differ