Skip to content

Instantly share code, notes, and snippets.

@Michael-Kelly-Digital-Design
Last active March 5, 2018 23:18
Show Gist options
  • Select an option

  • Save Michael-Kelly-Digital-Design/874cd7fea48047a3a463052da1ecea04 to your computer and use it in GitHub Desktop.

Select an option

Save Michael-Kelly-Digital-Design/874cd7fea48047a3a463052da1ecea04 to your computer and use it in GitHub Desktop.
CC2 Assignment 1: Clock

PS1 MDDN 242 2017

Is it Time?

With my clock I want to take the wide appeal of the popular binary state clockisitwednesday.org and expand its concept to a universally relevant application. IsItTime is a handy tool, useful when you need to check whether the constant of time has collapsed on itself. The clock will use large, bold, red text for readability and clarity. It will display "YES" if linear time continues to function. If this is not the case, the physics that govern the universe around us will disintegrate.

  • Considering renaming to "IsTime"
  • Pick a font
<head>
<style> body {padding: 0; margin: 0;} </style>
</head>
<body style="background-color:white">
<img src="preview.jpg" width="960" height="500"/>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment