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 | dcc80565514de8a44b50984c427a873a1779490a (patch) | |
tree | 2e16f30872e1b74a31713326e060a0d599bc773c /docker/crupest-nginx/sites/www/index.html | |
parent | e006e3ce3a87fd122337ad00ee4fd08e58eddeea (diff) | |
download | crupest-dcc80565514de8a44b50984c427a873a1779490a.tar.gz crupest-dcc80565514de8a44b50984c427a873a1779490a.tar.bz2 crupest-dcc80565514de8a44b50984c427a873a1779490a.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> |