Place a resposive row of analog world clocks on your website.
Based on https://www.geeksforgeeks.org/how-to-create-analog-clock-using-html-css-and-javascript/
- Upload all the files to your site.
- Edit or change the "bgImage-300x300.jpg" file to define your own clock face.
- See index.html to analize the markup you need to implement to make this work on your website.
- Edit worldClock.js to define any timezone you wish to add. You need only edit the line "hr = d.getUTCHours() + 9;" where you add or subtract the time difference from UTC to the location you would like to add (in this example that's "+9" from UTC).
