diff --git a/imports/ui/About.jsx b/imports/ui/About.jsx index 100ac31..10557eb 100644 --- a/imports/ui/About.jsx +++ b/imports/ui/About.jsx @@ -1,9 +1,36 @@ import React from 'react' +import { Container, Row, Col} from 'react-bootstrap'; + export default function About() { return ( -
- About -
+ <> + + + +

About

+ +
+ + This is the frontend for the SmartGarden project in Embedded Systems. + + +
+ + + Created by + + + Timo Volkmann, Andrés Uribe Stengel, Sebastian Herzog and Maximilian Seyfried + + + +
+ ) }