Skip to content

Commit

Permalink
feat(clock-clock-white): add clock-clock-white effects
Browse files Browse the repository at this point in the history
  • Loading branch information
xzj committed Apr 12, 2021
1 parent 4294488 commit a13a58e
Show file tree
Hide file tree
Showing 4 changed files with 674 additions and 0 deletions.
33 changes: 33 additions & 0 deletions clock-clock-white/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style.css" />
<script src="./main.js"></script>
<title>Clock Clock White</title>
</head>
<body>
<!-- generate a base structure -->
<div id="_template" class="clock">
<ul class="ticks abs-center">
<li></li>
<li></li>
</ul>
<ul class="pointer abs-center">
<li></li>
<li></li>
</ul>
</div>

<div id="display-frame"></div>

<a
target="_blank"
href="https://www.humanssince1982.com/the-clock-clock-white"
>
Inspired by humanssince1982.com
</a>
</body>
</html>
Empty file added clock-clock-white/main.js
Empty file.
Loading

0 comments on commit a13a58e

Please sign in to comment.