diff options
| author | crupest <crupest@outlook.com> | 2023-07-17 21:44:52 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-07-17 21:44:57 +0800 | 
| commit | b20000e5948640875e13de83e7a9f9a166014271 (patch) | |
| tree | 2e16f30872e1b74a31713326e060a0d599bc773c /docker/crupest-nginx/sites/www/index.html | |
| parent | e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76 (diff) | |
| download | crupest-b20000e5948640875e13de83e7a9f9a166014271.tar.gz crupest-b20000e5948640875e13de83e7a9f9a166014271.tar.bz2 crupest-b20000e5948640875e13de83e7a9f9a166014271.zip | |
Slogan gets new animation. And color strip is now stripped.
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> | 
