Browse code

minor revisions

Gandolf authored on 06/23/2021 20:00:08
Showing 3 changed files
1 1
Binary files a/nodepower/docs/nodepower_software_installation_guide.pdf and b/nodepower/docs/nodepower_software_installation_guide.pdf differ
... ...
@@ -40,6 +40,21 @@ p {
40 40
     color: red;
41 41
     /*border: 1px solid black;*/
42 42
 }
43
+#logoBox {
44
+    display:inline-block;
45
+    width:20%;
46
+    /*border:1px solid black;*/
47
+}
48
+#logoInfo {
49
+    padding-left: 20px;
50
+    padding-top: 10px;
51
+    display:inline-block;
52
+    width:45%;
53
+    font:14px arial,sans-serif;
54
+    text-align:left;
55
+    vertical-align: top;
56
+   /*border:1px solid black;*/
57
+}
43 58
 .rowContainer {
44 59
     display: table;
45 60
     width: 100%;
... ...
@@ -64,10 +79,12 @@ p {
64 79
 }
65 80
 .chartContainer {
66 81
     padding: 2px;
67
-    border: 1px solid black;
82
+    /*border: 1px solid black;8?
68 83
 }
69 84
 img.chart {
70 85
     width: 100%;
86
+    height: 233px;
87
+    /*border: 1px solid black;*/
71 88
 }
72 89
 span.chartNav {
73 90
     margin: auto;
... ...
@@ -106,17 +123,21 @@ text.chartNav {
106 123
 
107 124
 <div id="mainContainer">
108 125
 
109
-<h2><a href="https://github.com/fractalxaos/ham/tree/master/nodepower" 
126
+<div id="logoBox">
127
+<a href="https://github.com/fractalxaos/ham/tree/master/nodepower" 
110 128
 style="text-decoration:none" target="_new">
111
-Node Power</a></h2>
112
-<h4>WA7ABU Victor Point AREDN Mesh Installation</h4>
129
+<img src="static/npwlogo.png"></a>
130
+</div>
113 131
 
114
-<div style="width:60%; text-align:left; font:14px arial, sans-serif;">
115
-This web page shows the power consumption of above node(s).  Charts below
116
-provide a historical glimpse of node power consumption, battery and ambient
117
-temperatures.
132
+<div id="logoInfo">
133
+This web page shows the power consumption of the node installation at the site listed below.  The charts provide a historical glimpse for different time periods
134
+of node power consumption, battery and ambient temperatures.
118 135
 </div>
119 136
 
137
+<a href="http://wa7abu-pb400-vp-0ccd.local.mesh:8080/cgi-bin/status"
138
+ style="text-decoration:none" target="_new">
139
+<h4>WA7ABU Victor Point AREDN Mesh Installation</h4></a>
140
+
120 141
 <div id="datetime">
121 142
 <text id="date"></text>
122 143
 &nbsp;&nbsp;
... ...
@@ -237,7 +258,7 @@ Status:
237 258
 <b>NOTES:</b>
238 259
 <ul>
239 260
 <li>Node sensor project plans and software available at
240
-<a href="https://github.com/fractalxaos/ham/tree/master/nodepower" target="_new">
261
+<a href="https://github.com/fractalxaos/ham/archive/master.zip" target="_new">
241 262
 <i>Github.com</i>
242 263
 </a>.</li>
243 264
 <li>Project plans and software also available via the mesh
244 265
new file mode 100644
245 266
Binary files /dev/null and b/nodepower/html/static/npwlogo.png differ