From ff93036a00e9caf9ea6f6167f2b80500514e6ad8 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Wed, 9 Oct 2024 14:10:34 +0200 Subject: [PATCH] changed website --- .gitignore | 1 + docs/Ishak/feedback.md | 2 ++ src/C++/Driver/src/test.cpp | 2 -- src/Python/flask/web/static/style.css | 4 +--- 4 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 docs/Ishak/feedback.md diff --git a/.gitignore b/.gitignore index e4449ed..908a659 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ src/C++/Driver/Makefile src/C++/Driver/vgcore* src/C++/Driver/cmake_install.cmake src/C++/Driver/Makefile +src/Python/flask/web/_pycache_ \ No newline at end of file diff --git a/docs/Ishak/feedback.md b/docs/Ishak/feedback.md new file mode 100644 index 0000000..b9c6f1b --- /dev/null +++ b/docs/Ishak/feedback.md @@ -0,0 +1,2 @@ +# Feedback expert review + diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 64bac26..6a48e47 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -11,8 +11,6 @@ CKobuki robot; // Functieprototypes int command(); -int checkCenterCliff(); -int checkWheelDrop(); int main() { // Start communicatie met de robot diff --git a/src/Python/flask/web/static/style.css b/src/Python/flask/web/static/style.css index aa40415..1c989b5 100644 --- a/src/Python/flask/web/static/style.css +++ b/src/Python/flask/web/static/style.css @@ -10,7 +10,7 @@ body { .navbar { display: flex; justify-content: space-between; - max-width: 70rem; + max-width: 80%; background-color: #fff; border: 1px solid #f0f0f0; border-radius: 50px; @@ -56,8 +56,6 @@ body { position: relative; width: 150px; height: 150px; - margin-left: auto; - margin-right: auto; } .btn {