From: will Date: Wed, 28 Aug 2024 23:44:13 +0000 (+0100) Subject: Added autocue doomsday clock X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;p=shopping-channel Added autocue doomsday clock + Assets directory --- diff --git a/assets/arrow.svg b/assets/arrow.svg new file mode 100644 index 0000000..53f7a23 --- /dev/null +++ b/assets/arrow.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + diff --git a/assets/clock.svg b/assets/clock.svg new file mode 100644 index 0000000..3ccaec9 --- /dev/null +++ b/assets/clock.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + diff --git a/assets/star.svg b/assets/star.svg new file mode 100644 index 0000000..dab960a --- /dev/null +++ b/assets/star.svg @@ -0,0 +1,33 @@ + + + + + + + + + image/svg+xml + + + + + + diff --git a/autocue/index.html b/autocue/index.html index 4b53a5c..51b0c8f 100644 --- a/autocue/index.html +++ b/autocue/index.html @@ -19,6 +19,17 @@ body { bottom: 0; left: 0; margin: 20px; +} +#clock { + position: absolute; + bottom: 0; + right: 0; + width: 250px; + height: 250px; + margin: 10px; +} +#arrow { + transition: transform 1.5s; }