From 70ac0c235d0c6005385cb63634b65e91b490bb30 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 10 Sep 2021 12:37:16 +0200 Subject: [PATCH] Add start documentation Signed-off-by: Knut Ahlers --- index.html | 38 ++++++++++++++++++++++++++- screenshots/block_prepared.png | Bin 0 -> 185726 bytes screenshots/followerbot.png | Bin 0 -> 162221 bytes screenshots/followerbot_filtered.png | Bin 0 -> 245906 bytes 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 screenshots/block_prepared.png create mode 100644 screenshots/followerbot.png create mode 100644 screenshots/followerbot_filtered.png diff --git a/index.html b/index.html index d0d628f..ac33d61 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,17 @@ top: 0; width: 100%; } + .btn-twitch { + background-color: #6441a5; + border-color: #6441a5; + color: white; + } + .carousel-caption { + background-color: rgba(0,0,0,0.7); + border-radius: 0.5rem; + left: 5%; + right: 5%; + } .embed-responsive-custom::before { padding-top: calc(6 / 21 * 100%); } @@ -239,9 +250,34 @@