mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
styling website
This commit is contained in:
@@ -89,6 +89,18 @@ body {
|
|||||||
transition: transform 0.2s ease, background-color 0.2s ease;
|
transition: transform 0.2s ease, background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text{
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image{
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sectionHeight{
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Direction buttons */
|
/* Direction buttons */
|
||||||
.btn:nth-child(1) {
|
.btn:nth-child(1) {
|
||||||
/* Left */
|
/* Left */
|
||||||
|
@@ -10,17 +10,17 @@
|
|||||||
<link rel="stylesheet" href="../static/style.css" />
|
<link rel="stylesheet" href="../static/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="container" id="home">
|
<section class="container sectionHeight">
|
||||||
<p>
|
<p class="text">
|
||||||
The Kobuki Robot Project is an innovative initiative aimed at developing
|
The Kobuki Robot Project is an innovative initiative aimed at developing
|
||||||
a versatile and intelligent robot platform. Our goal is to create a
|
a versatile and intelligent robot platform. Our goal is to create a
|
||||||
robot that can navigate autonomously, interact with its environment, and
|
robot that can navigate autonomously, interact with its environment, and
|
||||||
perform various tasks.
|
perform various tasks.
|
||||||
</p>
|
</p>
|
||||||
<img src="{{url_for('static', filename='images/logo.png')}}" alt="logo" class="imgNav" />
|
<img src="{{url_for('static', filename='images/logo.png')}}" alt="logo" class="image" />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="container" id="about">
|
<section class="container sectionHeight" id="about">
|
||||||
<h2>About the Project</h2>
|
<h2>About the Project</h2>
|
||||||
<p>
|
<p>
|
||||||
This project is a collaborative effort involving engineers, researchers,
|
This project is a collaborative effort involving engineers, researchers,
|
||||||
|
Reference in New Issue
Block a user