From a68a91717d47f61f1417b6ec3525b10536e033d9 Mon Sep 17 00:00:00 2001 From: jocavdh Date: Mon, 24 Jun 2019 15:12:40 +0200 Subject: [PATCH] renamed directory of my project site --- index.html | 2 +- .../begin.rive | 0 .../brain.rive | 0 .../font/SpaceGrotesk-Bold.woff | Bin .../font/SpaceGrotesk-Light.woff | Bin .../font/SpaceGrotesk-Medium.woff | Bin .../font/SpaceGrotesk-Regular.woff | Bin .../font/SpaceGrotesk-SemiBold.woff | Bin .../img/selfie.jpg | Bin .../index.html | 0 .../script.js | 4 ++-- .../style.css | 0 .../welcome.txt | 0 13 files changed, 3 insertions(+), 3 deletions(-) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/begin.rive (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/brain.rive (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/font/SpaceGrotesk-Bold.woff (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/font/SpaceGrotesk-Light.woff (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/font/SpaceGrotesk-Medium.woff (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/font/SpaceGrotesk-Regular.woff (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/font/SpaceGrotesk-SemiBold.woff (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/img/selfie.jpg (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/index.html (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/script.js (87%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/style.css (100%) rename {2019/Joca_van_der_Horst => smart-speaker-theatre}/welcome.txt (100%) 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