mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
feat: add footer with build information and GitHub link
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
parent
5b0dcadac2
commit
886006420b
2 changed files with 27 additions and 0 deletions
|
|
@ -125,6 +125,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<p>
|
||||||
|
Built by Chris Frankland-Wright and John Rogers | Have Blue Broadcast Media |
|
||||||
|
<a href="https://github.com/cjfranko/NTP-Timeturner" target="_blank" rel="noopener noreferrer">https://github.com/cjfranko/NTP-Timeturner</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src="icon-map.js"></script>
|
<script src="icon-map.js"></script>
|
||||||
<script src="mock-data.js"></script>
|
<script src="mock-data.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,27 @@ button:hover {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 40px;
|
||||||
|
padding-top: 20px;
|
||||||
|
border-top: 1px solid #444;
|
||||||
|
color: #c5ced6;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: #1a7db6;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* Status-specific colors */
|
/* Status-specific colors */
|
||||||
#sync-status.in-sync, #jitter-status.good { font-weight: bold; color: #28a745; }
|
#sync-status.in-sync, #jitter-status.good { font-weight: bold; color: #28a745; }
|
||||||
#sync-status.clock-ahead, #sync-status.clock-behind, #jitter-status.average { font-weight: bold; color: #ffc107; }
|
#sync-status.clock-ahead, #sync-status.clock-behind, #jitter-status.average { font-weight: bold; color: #ffc107; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue