diff --git a/README.md b/README.md index 1ce2381..bdb52fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # TeraHz - [![Documentation Status](https://readthedocs.org/projects/terahz/badge/?version=latest)](https://terahz.readthedocs.io/en/latest/?badge=latest) TeraHz is a low-cost spectrometer based on a Raspberry Pi 3 or 3 B+ and three sensors: diff --git a/etcs/lighttpd/conf-enabled/90-javascript-alias.conf b/etcs/lighttpd/conf-enabled/90-javascript-alias.conf deleted file mode 120000 index dc909f6..0000000 --- a/etcs/lighttpd/conf-enabled/90-javascript-alias.conf +++ /dev/null @@ -1 +0,0 @@ -../conf-available/90-javascript-alias.conf \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index a2fb266..6d3d353 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,4 +1,4 @@ - + @@ -10,7 +10,8 @@
-

TeraHz

+

TeraHz

+
@@ -19,7 +20,7 @@

Spectrogram

Spectral readings

- +
@@ -120,7 +121,7 @@
Band

Lux and UV readings

- +
@@ -150,5 +151,4 @@ - diff --git a/frontend/lib/logo-sq.png b/frontend/lib/logo-sq.png new file mode 100644 index 0000000..97a8df6 Binary files /dev/null and b/frontend/lib/logo-sq.png differ diff --git a/frontend/stylesheet.css b/frontend/stylesheet.css index 2561df4..9cbb102 100644 --- a/frontend/stylesheet.css +++ b/frontend/stylesheet.css @@ -1,3 +1,8 @@ +body { + background: rgb(2,0,36); + background: linear-gradient(138deg, rgba(2,0,36,1) 0%, rgba(5,5,209,1) 51%, rgba(0,212,255,1) 100%); + color: white; +} #A { background-color: #7e00db; color: white; @@ -53,4 +58,7 @@ #U { background-color: #8d0000; color: white; -} \ No newline at end of file +} +.table-secondary { + color: black; +} diff --git a/predstavitev.odt b/predstavitev.odt new file mode 100644 index 0000000..e1a27fc Binary files /dev/null and b/predstavitev.odt differ
Parameter