diff options
Diffstat (limited to 'docker/crupest-nginx/sites/www/index.html')
| -rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index f416232..28adab1 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -10,9 +10,13 @@  </head>  <body> -  <div id="color-strip-container"></div> -  <div id="slogan" class="good"> -    <span class="slogan-text">The world is full of pain, but we can fix it with love!</span> +  <div class="slogan-container" data-slogan-emotion="happy"> +    <div class="slogan happy"> +      <span class="slogan-text">🙃The world is full of pain, but we can fix it with love!</span> +    </div> +    <div class="slogan angry"> +      <span class="slogan-text">😡The world is a piece of shit, so let's make it a little better!</span> +    </div>    </div>    <article id="main-article">      <h1 id="title">Hello! This is crupest.</h1> | 
