Browse Source

WIP: additional informations and theme

master
n0m1s 6 years ago
parent
commit
b0e018c92c
Signed by: nomis GPG Key ID: BC0454CAD76FE803
2 changed files with 28 additions and 1 deletions
  1. +7
    -0
      html/index.css
  2. +21
    -1
      html/index.html

+ 7
- 0
html/index.css View File

@ -3,3 +3,10 @@
width: 80vw;
height: 40vw;
}
#lighting_profile {
width: 90vw;
}
#lighting_profile button {
}

+ 21
- 1
html/index.html View File

@ -7,6 +7,26 @@
<script src="illumination_curve.js"></script>
</head>
<body>
<canvas id="illuminationCurve" width="2000" height="1000"></canvas>
<header>
<h1>LAMP</h1>
<div id="right_header">
<div id="theme_switcher">
<!--TODO-->
</div>
<div id="timedate">
<!--TODO: put current time here-->
Jeudi 27 Février 2020<br/>
13:37
</div>
</div>
</header>
<section id="lighting_profile">
<h1>Lighting Profile</h1>
<canvas id="illuminationCurve" width="2000" height="1000"></canvas>
<button id="set_curve_linear">Linear</button>
<button id="set_curve_default">Default</button>
<button id="illumination_test">Test</button>
<button id="illumination_save">Save</button>
</section>
</body>
</html>

Loading…
Cancel
Save