changed website

This commit is contained in:
ishak jmilou.ishak
2024-10-09 14:10:34 +02:00
parent c9643464a2
commit ff93036a00
4 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

@@ -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_

2
docs/Ishak/feedback.md Normal file
View File

@@ -0,0 +1,2 @@
# Feedback expert review

View File

@@ -11,8 +11,6 @@ CKobuki robot;
// Functieprototypes
int command();
int checkCenterCliff();
int checkWheelDrop();
int main() {
// Start communicatie met de robot

View File

@@ -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 {