Add analog clock page
This commit is contained in:
@@ -5,6 +5,7 @@ An interactive web app that visualizes the **CosmoChron Binary Epoch (CoBiE)** t
|
||||
## Features
|
||||
|
||||
- **Live CoBiE Clock**: Displays the current CoBiE timestamp, updating every second.
|
||||
- **Analog Clock**: Full-screen clock with 16 hex markers and CoBiE hands.
|
||||
- **UTC & TAI Display**: Shows both UTC and International Atomic Time (TAI) in human-readable format.
|
||||
- **Timezone Selector**: Switch between UTC, TAI, or any IANA timezone.
|
||||
- **Interactive Calendar**: Browse past and future Megasequences and Eonstrips with Prev/Next controls.
|
||||
@@ -53,6 +54,9 @@ An interactive web app that visualizes the **CosmoChron Binary Epoch (CoBiE)** t
|
||||
|
||||
```
|
||||
├── index.html # Main HTML markup
|
||||
├── analog.html # Analog clock interface
|
||||
├── clock.js # Clock logic
|
||||
|
||||
├── style.css # Separated styles
|
||||
├── script.js # JavaScript logic
|
||||
├── README.md # This documentation
|
||||
|
||||
Reference in New Issue
Block a user