diff --git a/.gitignore b/.gitignore index 68ece00..946f6a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ # Node rules: ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt -*.wav ## Dependency directory ## Commenting this out is preferred by some people, see ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git node_modules +#python +*.pyc + # Book build output _book @@ -20,4 +22,5 @@ _book settings.json +*.wav .env \ No newline at end of file diff --git a/code/backend_reconnaissance/__pycache__/audio_detector.cpython-38.pyc b/code/backend_reconnaissance/__pycache__/audio_detector.cpython-38.pyc deleted file mode 100644 index ac00a11..0000000 Binary files a/code/backend_reconnaissance/__pycache__/audio_detector.cpython-38.pyc and /dev/null differ diff --git a/code/backend_reconnaissance/__pycache__/hand_detector.cpython-38.pyc b/code/backend_reconnaissance/__pycache__/hand_detector.cpython-38.pyc deleted file mode 100644 index 1302b58..0000000 Binary files a/code/backend_reconnaissance/__pycache__/hand_detector.cpython-38.pyc and /dev/null differ diff --git a/code/backend_reconnaissance/__pycache__/hands.cpython-310.pyc b/code/backend_reconnaissance/__pycache__/hands.cpython-310.pyc deleted file mode 100644 index ade5451..0000000 Binary files a/code/backend_reconnaissance/__pycache__/hands.cpython-310.pyc and /dev/null differ diff --git a/code/backend_reconnaissance/__pycache__/manager.cpython-38.pyc b/code/backend_reconnaissance/__pycache__/manager.cpython-38.pyc deleted file mode 100644 index a19b3da..0000000 Binary files a/code/backend_reconnaissance/__pycache__/manager.cpython-38.pyc and /dev/null differ diff --git a/code/backend_reconnaissance/__pycache__/network.cpython-38.pyc b/code/backend_reconnaissance/__pycache__/network.cpython-38.pyc deleted file mode 100644 index 6fd3d75..0000000 Binary files a/code/backend_reconnaissance/__pycache__/network.cpython-38.pyc and /dev/null differ diff --git a/code/backend_reconnaissance/recording.wav b/code/backend_reconnaissance/recording.wav deleted file mode 100644 index c2e3433..0000000 Binary files a/code/backend_reconnaissance/recording.wav and /dev/null differ diff --git a/code/interface_borne/assets/css/main.css b/code/interface_borne/assets/css/main.css index b06600b..fa7c128 100644 --- a/code/interface_borne/assets/css/main.css +++ b/code/interface_borne/assets/css/main.css @@ -31,19 +31,19 @@ html, body { } .instructions { - width: max-content; - height: 300px; + width: 90vw; + height: fit-content; margin: auto; background: #A6CC00; padding: 20px; border-radius: 10px; border: 3px #6B8000 solid; position: absolute; - top: 0; - bottom: 0; + top: 10px; left: 0; right: 0; - text-align: center; + text-align: center; + font-size: 40px; } .instructions > .title { @@ -53,4 +53,11 @@ html, body { .instructions > table, .instructions > th,.instructions > td { border: 1px solid #6B8000; border-collapse: collapse; +} + +.logo { + position: absolute; + bottom: 0; + right: 0; + height: 100px; } \ No newline at end of file diff --git a/code/interface_borne/index.html b/code/interface_borne/index.html index 56f7497..985a6db 100644 --- a/code/interface_borne/index.html +++ b/code/interface_borne/index.html @@ -23,7 +23,7 @@ ou un - avec votre main pour commencer + avec votre main pour commencer
@@ -37,13 +37,8 @@

Comment avez vous trouvé l'exposition ... ?

Dites un mot parmis la liste suivante

- -

Mot détécté :

+ J'ai beaucoup aimé, génial, Ennuyant, Nul +

Mot détécté :

@@ -54,6 +49,7 @@ Nous esperons vous revoir bientôt
+