-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.html
41 lines (35 loc) · 912 Bytes
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<title>HELIOS - changelog</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<main class="container">
<h1 id="title">Helios - Changelog</h1>
<hr></hr>
<div>
07/28/2016
<ul>
<li>Fixed numbering for gauges section</li>
<li>Changed graph formatting and axis</li>
<li>Added units to graph titles</li>
</ul>
4/18/2016
<ul>
<li>Created changelog</li>
<li>Added current readings area</li>
<li>Changed page anchor naming conventions</li>
<li>Changed table styling (css instead of d3)</li>
<li>Fixed chart positioning for responsive views</li>
<li>Changed background-color from #70BF70 to #5CA05C</li>
</ul>
</div>
</main>
<footer>
WCP37 - Modular Power - 2015-2016
</footer>
</body>
</html>