diff --git a/README.md b/README.md index 07163e5..b46b8ac 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# Countdown Timer +# Gamer Countdown Timer + +Edited from my [pomodoro-timer](https://github.com/BinaryDigitDev/pomodoro-timer) repo for KilobyteKeith's game stream! + +
+ +I've forked Bear's awesome [pomodoro-timer](https://github.com/SpectacledBear/pomodoro-timer) project and added styling with [PaperCSS](https://www.getpapercss.com/) and a new alarm sound from [Pixabay](https://pixabay.com/sound-effects/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=6402). Tomato favicon via [Twemoji](https://github.com/twitter/twemoji). + + +
+ +I created this simple HTML page to assist me in using the Pomodoro technique. It provides a countdown timer based on the three activities outlined in this technique. + +For more information on the Pomodoro technique, please check its [website](http://pomodorotechnique.com/). + +## Licensing + +For more information on licensing for this code, please read the LICENSE.txt file included in this repository. + +The alarm sound is licensed using a [CC BY-NC 4.0 license](http://creativecommons.org/licenses/by-nc/4.0/). The original file was downloaded from http://www.orangefreesounds.com/alarm-clock-ringing/. diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..2a5320c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index fe1575d..164c730 100644 --- a/index.html +++ b/index.html @@ -1,27 +1,29 @@ - + - - - - - + -
-

Game Switch Timer

-
- +
+

Game Switch Timer

+
+

+

+ +

+

+
- - - + + +
+
@@ -30,7 +32,9 @@
+ + + +
diff --git a/pomodoro.css b/pomodoro.css index e101221..591aa52 100644 --- a/pomodoro.css +++ b/pomodoro.css @@ -1,8 +1,10 @@ -html { - background-image: url("asset/geometricbg.png"); - background-color: black; +@import url('https://fonts.googleapis.com/css?family=Press+Start+2P'); + +* { + font-family: "Press Start 2P"; } + #timer label { font-size: xx-large; }