diff --git a/src/Python/flask/web/static/style.css b/src/Python/flask/web/static/style.css index 4b7a58e..dc848db 100644 --- a/src/Python/flask/web/static/style.css +++ b/src/Python/flask/web/static/style.css @@ -89,6 +89,18 @@ body { transition: transform 0.2s ease, background-color 0.2s ease; } +.text{ + width: 50%; +} + +.image{ + height: 100%; +} + +.sectionHeight{ + height: 200px; +} + /* Direction buttons */ .btn:nth-child(1) { /* Left */ diff --git a/src/Python/flask/web/static/base.html b/src/Python/flask/web/templates/base.html similarity index 100% rename from src/Python/flask/web/static/base.html rename to src/Python/flask/web/templates/base.html diff --git a/src/Python/flask/web/templates/index.html b/src/Python/flask/web/templates/index.html index ab326f4..2be0405 100644 --- a/src/Python/flask/web/templates/index.html +++ b/src/Python/flask/web/templates/index.html @@ -10,17 +10,17 @@ -
-

+

+

The Kobuki Robot Project is an innovative initiative aimed at developing a versatile and intelligent robot platform. Our goal is to create a robot that can navigate autonomously, interact with its environment, and perform various tasks.

- logo + logo
-
+

About the Project

This project is a collaborative effort involving engineers, researchers,