diff --git a/README.md b/README.md index 4b690dc..ff0b376 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Time Keeper HTML5 and JavaScript based timer with notification chime for academic conference. +![Screenshot](screenshot.png) + ### How to Use? Access http://maruta.github.io/timekeeper/ diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..56cf28b Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-256x256.png b/android-chrome-256x256.png new file mode 100644 index 0000000..83b1df6 Binary files /dev/null and b/android-chrome-256x256.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..a32b43a Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..c0c2813 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #f2f2f2 + + + diff --git a/css/timekeeper.css b/css/timekeeper.css index d59cb9a..b1a2ec7 100644 --- a/css/timekeeper.css +++ b/css/timekeeper.css @@ -102,6 +102,10 @@ html,body{ text-align: center; } +.overtime #time{ + color: red; +} + #info{ font-weight: bold; color: white; diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..732eaee Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..dcdc033 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..250c440 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index eb56f46..16bcbb5 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,16 @@ Time Keeper + + + + + + + + @@ -23,6 +31,8 @@
  • +
  • +