mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +00:00
changed website
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ src/C++/Driver/Makefile
|
|||||||
src/C++/Driver/vgcore*
|
src/C++/Driver/vgcore*
|
||||||
src/C++/Driver/cmake_install.cmake
|
src/C++/Driver/cmake_install.cmake
|
||||||
src/C++/Driver/Makefile
|
src/C++/Driver/Makefile
|
||||||
|
src/Python/flask/web/_pycache_
|
2
docs/Ishak/feedback.md
Normal file
2
docs/Ishak/feedback.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Feedback expert review
|
||||||
|
|
@@ -11,8 +11,6 @@ CKobuki robot;
|
|||||||
|
|
||||||
// Functieprototypes
|
// Functieprototypes
|
||||||
int command();
|
int command();
|
||||||
int checkCenterCliff();
|
|
||||||
int checkWheelDrop();
|
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
// Start communicatie met de robot
|
// Start communicatie met de robot
|
||||||
|
@@ -10,7 +10,7 @@ body {
|
|||||||
.navbar {
|
.navbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
max-width: 70rem;
|
max-width: 80%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #f0f0f0;
|
border: 1px solid #f0f0f0;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
@@ -56,8 +56,6 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
Reference in New Issue
Block a user