From bb11d5920586715472288c7ff45e69339a4126fe Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 8 Sep 2023 11:27:26 +0200 Subject: [PATCH] basis van website gebouwd --- web/css.css | 38 ++++++++++++++++++++++++++++++++++++++ web/index.html | 17 +++++++++++++++-- web/serialviewer.ts | 0 web/statestiek.html | 23 +++++++++++++++++++++++ 4 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 web/css.css create mode 100644 web/serialviewer.ts create mode 100644 web/statestiek.html diff --git a/web/css.css b/web/css.css new file mode 100644 index 0000000..687697d --- /dev/null +++ b/web/css.css @@ -0,0 +1,38 @@ + +body { + display: flex; + flex-direction: column; + min-height: 100vh; +} + +html { + background-color: rgb(71, 68, 68); +} + +div { + color: white; +} +.menubalk a { + float: left; + color: #f2f2f2; + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 17px; +} + +.menubalk a:hover { + background-color: rgb(199, 71, 71); + color: black; +} + +.menubalk a.active { + background-color: #aa0404; + color: white; +} + +.menubalk { + background-color: #333; + overflow: hidden; +} + diff --git a/web/index.html b/web/index.html index 225f9dc..39f6416 100644 --- a/web/index.html +++ b/web/index.html @@ -3,9 +3,22 @@ - Document + + Weerstation + + + -

test

+
+

Dit is een weerstation website.

+

Deze website weergeeft statestieke informatie van een weerstation

+
\ No newline at end of file diff --git a/web/serialviewer.ts b/web/serialviewer.ts new file mode 100644 index 0000000..e69de29 diff --git a/web/statestiek.html b/web/statestiek.html new file mode 100644 index 0000000..70c3c31 --- /dev/null +++ b/web/statestiek.html @@ -0,0 +1,23 @@ + + + + + + + Weerstation + + + + + +
+ +
+ + \ No newline at end of file