diff --git a/index.html b/index.html index 79f57be..4188ad5 100644 --- a/index.html +++ b/index.html @@ -358,7 +358,7 @@

Joca van der Horst

-

Smart Speaker Theatre

+

The Smart Speaker Theatre

diff --git a/2019/Joca_van_der_Horst/begin.rive b/smart-speaker-theatre/begin.rive similarity index 100% rename from 2019/Joca_van_der_Horst/begin.rive rename to smart-speaker-theatre/begin.rive diff --git a/2019/Joca_van_der_Horst/brain.rive b/smart-speaker-theatre/brain.rive similarity index 100% rename from 2019/Joca_van_der_Horst/brain.rive rename to smart-speaker-theatre/brain.rive diff --git a/2019/Joca_van_der_Horst/font/SpaceGrotesk-Bold.woff b/smart-speaker-theatre/font/SpaceGrotesk-Bold.woff similarity index 100% rename from 2019/Joca_van_der_Horst/font/SpaceGrotesk-Bold.woff rename to smart-speaker-theatre/font/SpaceGrotesk-Bold.woff diff --git a/2019/Joca_van_der_Horst/font/SpaceGrotesk-Light.woff b/smart-speaker-theatre/font/SpaceGrotesk-Light.woff similarity index 100% rename from 2019/Joca_van_der_Horst/font/SpaceGrotesk-Light.woff rename to smart-speaker-theatre/font/SpaceGrotesk-Light.woff diff --git a/2019/Joca_van_der_Horst/font/SpaceGrotesk-Medium.woff b/smart-speaker-theatre/font/SpaceGrotesk-Medium.woff similarity index 100% rename from 2019/Joca_van_der_Horst/font/SpaceGrotesk-Medium.woff rename to smart-speaker-theatre/font/SpaceGrotesk-Medium.woff diff --git a/2019/Joca_van_der_Horst/font/SpaceGrotesk-Regular.woff b/smart-speaker-theatre/font/SpaceGrotesk-Regular.woff similarity index 100% rename from 2019/Joca_van_der_Horst/font/SpaceGrotesk-Regular.woff rename to smart-speaker-theatre/font/SpaceGrotesk-Regular.woff diff --git a/2019/Joca_van_der_Horst/font/SpaceGrotesk-SemiBold.woff b/smart-speaker-theatre/font/SpaceGrotesk-SemiBold.woff similarity index 100% rename from 2019/Joca_van_der_Horst/font/SpaceGrotesk-SemiBold.woff rename to smart-speaker-theatre/font/SpaceGrotesk-SemiBold.woff diff --git a/2019/Joca_van_der_Horst/img/selfie.jpg b/smart-speaker-theatre/img/selfie.jpg similarity index 100% rename from 2019/Joca_van_der_Horst/img/selfie.jpg rename to smart-speaker-theatre/img/selfie.jpg diff --git a/2019/Joca_van_der_Horst/index.html b/smart-speaker-theatre/index.html similarity index 100% rename from 2019/Joca_van_der_Horst/index.html rename to smart-speaker-theatre/index.html diff --git a/2019/Joca_van_der_Horst/script.js b/smart-speaker-theatre/script.js similarity index 87% rename from 2019/Joca_van_der_Horst/script.js rename to smart-speaker-theatre/script.js index 12d60ac..9805b06 100644 --- a/2019/Joca_van_der_Horst/script.js +++ b/smart-speaker-theatre/script.js @@ -45,8 +45,6 @@ function getWelcomeText() { function botReply(message){ message_container.innerHTML += `
${message}
`; location.href = '#edge'; - document.querySelector(".chat").scrollTop = document.querySelector(".chat").scrollHeight; - document.title = '(1) - Smart Speaker Theatre' } function selfReply(message){ @@ -58,6 +56,8 @@ function selfReply(message){ setTimeout(function() { botReply(reply); }, getRandomNumber(425, 1000, 200)); // Random delay for answer between 225 and 1000 ms, with 200ms increments + document.querySelector(".chat").scrollTop = document.querySelector(".chat").scrollHeight; + document.title = '(1) - Smart Speaker Theatre' }); } diff --git a/2019/Joca_van_der_Horst/style.css b/smart-speaker-theatre/style.css similarity index 100% rename from 2019/Joca_van_der_Horst/style.css rename to smart-speaker-theatre/style.css diff --git a/2019/Joca_van_der_Horst/welcome.txt b/smart-speaker-theatre/welcome.txt similarity index 100% rename from 2019/Joca_van_der_Horst/welcome.txt rename to smart-speaker-theatre/welcome.txt