observer effect content
This commit is contained in:
parent
625a847a81
commit
e4ee25295c
23 changed files with 2982 additions and 0 deletions
46
services/observer-effect/site/clock.html
Normal file
46
services/observer-effect/site/clock.html
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="robots" content="noindex" />
|
||||
<title>Warner Center Radio Array — Master Chronometer</title>
|
||||
<link rel="stylesheet" href="clock.css" />
|
||||
</head>
|
||||
<body class="screen">
|
||||
<main class="console" id="console">
|
||||
<div class="bezel">
|
||||
<header class="plate plate--top">
|
||||
<span class="stencil">WARNER CENTER RADIO ARRAY</span>
|
||||
<span class="rec"><i class="lamp lamp--rec"></i> REC</span>
|
||||
</header>
|
||||
<div class="subplate">MASTER CHRONOMETER</div>
|
||||
|
||||
<div class="readout" id="tubes" aria-hidden="true"></div>
|
||||
<p class="srtime" aria-live="off"><span id="srtime">17:00:00</span> local time</p>
|
||||
|
||||
<div class="lamps">
|
||||
<div class="lampcell">
|
||||
<i class="lamp lamp--green" id="lampLink"></i><span>ARRAY</span>
|
||||
</div>
|
||||
<div class="lampcell" id="cellPulse">
|
||||
<i class="lamp lamp--amber"></i><span>SIGNAL</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="plate plate--bottom">
|
||||
PROPERTY OF THE U.S. DEPARTMENT OF ENERGY · MCMLXIV · AUTHORIZED PERSONNEL ONLY
|
||||
</footer>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="void" id="void" aria-hidden="true"></div>
|
||||
<div class="flash" id="flash" aria-hidden="true"></div>
|
||||
<div class="message" id="message" aria-hidden="true"></div>
|
||||
<button class="sound" id="soundBtn" type="button">◌ SOUND OFF</button>
|
||||
|
||||
<script src="common.js"></script>
|
||||
<script src="sound.js"></script>
|
||||
<script src="clock.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue