A simple clock made with D3.
After I'd made it I got a bit caught up in trying to make it look like Dieter Ram's Braun clock face adding a whole bunch fo extra stuff...
It's still not quite there.
A simple clock made with D3.
After I'd made it I got a bit caught up in trying to make it look like Dieter Ram's Braun clock face adding a whole bunch fo extra stuff...
It's still not quite there.
license: gpl-3.0 | |
height: 600 |
<!doctype html> | |
<html lang="en-us"> | |
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> | |
<body> | |
<style> | |
pre { | |
border: 1px solid #eee; | |
margin: 10px 0; | |
font-family: monospace; |