From c2d94f1bc254e42f631cb7ff08be10b8b65b2a13 Mon Sep 17 00:00:00 2001 From: rouce Date: Sun, 5 Nov 2023 17:26:56 -0500 Subject: [PATCH] update --- README.md | 5 ++++- index.html | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6d1f83..36a2bea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# maintenance-page +### maintenance-page +Alter line 69: `var countDownDate = new Date("Nov 5, 2023 18:00:00").getTime();` to set the time that maintenance is expected to be completed. + +To change the animation, reference asciinema docs https://asciinema.org/docs/usage the basic idea is that you record your terminal, name the .cast file to something memorable, and then change line 16: `'/assets/train.cast'` to reflect the change \ No newline at end of file diff --git a/index.html b/index.html index 6a40313..87b207a 100644 --- a/index.html +++ b/index.html @@ -29,9 +29,6 @@ align-items: center; justify-content: center; } - .ap-wrapper { - max-height: 40vh; - } .ap-control-bar { opacity: 0 !important; }