muh gradients
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# TeraHz
|
# TeraHz
|
||||||
|
|
||||||
|
|
||||||
[](https://terahz.readthedocs.io/en/latest/?badge=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:
|
TeraHz is a low-cost spectrometer based on a Raspberry Pi 3 or 3 B+ and three sensors:
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
../conf-available/90-javascript-alias.conf
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<h1>TeraHz</h1>
|
<h1><img src="lib/logo-sq.png" height="64px">TeraHz</h1>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<button id="update" class="btn btn-primary m-1 float-right">Get data</button>
|
<button id="update" class="btn btn-primary m-1 float-right">Get data</button>
|
||||||
@@ -19,7 +20,7 @@
|
|||||||
<h3>Spectrogram</h3>
|
<h3>Spectrogram</h3>
|
||||||
<canvas id="spectrogram" width="640px" height="480"></canvas>
|
<canvas id="spectrogram" width="640px" height="480"></canvas>
|
||||||
<h3>Spectral readings</h3>
|
<h3>Spectral readings</h3>
|
||||||
<table class="table table-sm" id="specter">
|
<table class="table table-dark table-sm" id="specter">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Band</th>
|
<th>Band</th>
|
||||||
@@ -120,7 +121,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
<h3>Lux and UV readings</h3>
|
<h3>Lux and UV readings</h3>
|
||||||
<table class="table" id="luxuv">
|
<table class="table-dark table" id="luxuv">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Parameter</th>
|
<th>Parameter</th>
|
||||||
@@ -150,5 +151,4 @@
|
|||||||
<script src="lib/chart.bundle.js"></script>
|
<script src="lib/chart.bundle.js"></script>
|
||||||
<script src="frontend.js"></script>
|
<script src="frontend.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
BIN
frontend/lib/logo-sq.png
Normal file
BIN
frontend/lib/logo-sq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
@@ -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 {
|
#A {
|
||||||
background-color: #7e00db;
|
background-color: #7e00db;
|
||||||
color: white;
|
color: white;
|
||||||
@@ -54,3 +59,6 @@
|
|||||||
background-color: #8d0000;
|
background-color: #8d0000;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.table-secondary {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|||||||
BIN
predstavitev.odt
Normal file
BIN
predstavitev.odt
Normal file
Binary file not shown.
Reference in New Issue
Block a user