diff --git a/docs/source/01-01-talk-quickstart.md b/docs/source/01-01-talk-quickstart.md index 6c5ecb5d1..7a20377d4 100644 --- a/docs/source/01-01-talk-quickstart.md +++ b/docs/source/01-01-talk-quickstart.md @@ -5,9 +5,18 @@ permalink: / Online comments are broken. Our open-source Talk tool rethinks how moderation, comment display, and conversation function, creating the opportunity for safer, -smarter discussions around your work. Read more about our product features and -goals [here](https://coralproject.net/talk). The -documentation available here is pertaining to the technical details for +smarter discussions around your work. + +More than 60 newsrooms use Talk to run their on-site communities, including the Washington Post, the Wall Street Journal, and IGN. + +[Read more about our product features and +goals here](https://coralproject.net/talk). + +
+ We offer hosting and support packages for Talk. [Contact us for more information.](https://coralproject.net/pricing/) +
+ +The documentation available here is pertaining to the technical details for installing, configuring, and deploying Talk. Talk is a [Node](https://nodejs.org/) application with diff --git a/docs/themes/coral/source/css/talk.scss b/docs/themes/coral/source/css/talk.scss index dfd673fcb..10b2951f3 100644 --- a/docs/themes/coral/source/css/talk.scss +++ b/docs/themes/coral/source/css/talk.scss @@ -465,3 +465,22 @@ a.brand { background: rgb(0, 102, 176); color: #fff; } + +.callout { + background-color: $coral_button_background; + color: white; + margin: 20px 0; + padding: 20px; + text-align: center; + + a { + @extend .coral-link; + color: #FFF; + border-color: #FFF; + + &:hover { + color: #FFF; + border-color: darken(#FFF, 5%); + } + } +}