This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="clock" class="progress-clock"> | |
<button class="progress-clock__time-date" data-group="d" type="button"> | |
<small data-unit="w">Sunday</small><br> | |
<span data-unit="mo">January</span> | |
<span data-unit="d">1</span> | |
</button> | |
<button class="progress-clock__time-digit" data-unit="h" data-group="h" type="button">12</button><span class="progress-clock__time-colon">:</span><button class="progress-clock__time-digit" data-unit="m" data-group="m" type="button">00</button><span class="progress-clock__time-colon">:</span><button class="progress-clock__time-digit" data-unit="s" data-group="s" type="button">00</button> | |
<span class="progress-clock__time-ampm" data-unit="ap">AM</span> | |
<svg class="progress-clock__rings" width="256" height="256" viewBox="0 0 256 256"> | |
<defs> |