diff --git a/lib/splash.js b/lib/splash.js index df4d7081..c7f79a10 100644 --- a/lib/splash.js +++ b/lib/splash.js @@ -6,6 +6,7 @@ export default function splash ({ path, name, org, coc, logo, active, total, cha logo && dom('.logo.org'), dom('.logo.slack') ), + dom('div.banner'), dom('p', 'Join ', dom('b', name), // mention single single-channel inline @@ -208,6 +209,15 @@ function style ({ logo, active, large, iframe } = {}){ 'margin': iframe ? '0 0 .5rem' : '.5rem 0' }) + css.add('div.banner', { + 'background': 'url(https://duit.s3.amazonaws.com/covid-2019.jpeg)', + 'width': '140%;', + 'height': '180px', + 'background-size': 'contain', + 'background-repeat': 'no-repeat', + 'margin-left': '-20%' + }) + if (iframe) { css.add('p.status', { 'font-size': '1.1rem'