diff --git a/01 - JavaScript Drum Kit/index-game-level.html b/01 - JavaScript Drum Kit/index-game-level.html
new file mode 100644
index 0000000000..c5692e253a
--- /dev/null
+++ b/01 - JavaScript Drum Kit/index-game-level.html
@@ -0,0 +1,129 @@
+
+
+
+
+ JS Drum Kit
+
+
+
+
+
+ 0
+
+
+
+
+ A
+ clap
+
+
+ S
+ hihat
+
+
+ D
+ kick
+
+
+ F
+ openhat
+
+
+ G
+ boom
+
+
+ H
+ ride
+
+
+ J
+ snare
+
+
+ K
+ tom
+
+
+ L
+ tink
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/01 - JavaScript Drum Kit/index-game.html b/01 - JavaScript Drum Kit/index-game.html
new file mode 100644
index 0000000000..7d048bc7e8
--- /dev/null
+++ b/01 - JavaScript Drum Kit/index-game.html
@@ -0,0 +1,119 @@
+
+
+
+
+ JS Drum Kit
+
+
+
+
+ 0
+
+
+
+
+ A
+ clap
+
+
+ S
+ hihat
+
+
+ D
+ kick
+
+
+ F
+ openhat
+
+
+ G
+ boom
+
+
+ H
+ ride
+
+
+ J
+ snare
+
+
+ K
+ tom
+
+
+ L
+ tink
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/01 - JavaScript Drum Kit/style.css b/01 - JavaScript Drum Kit/style.css
index 3e0a320b37..d727018087 100644
--- a/01 - JavaScript Drum Kit/style.css
+++ b/01 - JavaScript Drum Kit/style.css
@@ -23,7 +23,7 @@ body,html {
margin:1rem;
font-size: 1.5rem;
padding:1rem .5rem;
- transition:all .07s;
+ transition:all .1s;
width:100px;
text-align: center;
color:white;
@@ -42,6 +42,27 @@ kbd {
font-size: 40px;
}
+#score {
+ position: absolute;
+ display: block;
+ font-size: 100px;
+ top: 0;
+ color: white;
+ top: 80%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+#speedbar {
+ position: absolute;
+ display: block;
+ font-size: 100px;
+ top: 0;
+ color: white;
+ top: 30%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+
.sound {
font-size: 1.2rem;
text-transform: uppercase;
diff --git "a/02 - JS + CSS Clock/12\346\234\210-10-2016 17-04-30.gif" "b/02 - JS + CSS Clock/12\346\234\210-10-2016 17-04-30.gif"
new file mode 100644
index 0000000000..e3dd4dd3f7
Binary files /dev/null and "b/02 - JS + CSS Clock/12\346\234\210-10-2016 17-04-30.gif" differ
diff --git a/02 - JS + CSS Clock/ft.png b/02 - JS + CSS Clock/ft.png
new file mode 100644
index 0000000000..cf6bc6787d
Binary files /dev/null and b/02 - JS + CSS Clock/ft.png differ
diff --git a/02 - JS + CSS Clock/ft2.png b/02 - JS + CSS Clock/ft2.png
new file mode 100644
index 0000000000..3463bc3dd0
Binary files /dev/null and b/02 - JS + CSS Clock/ft2.png differ
diff --git a/02 - JS + CSS Clock/index-rtc.html b/02 - JS + CSS Clock/index-rtc.html
new file mode 100644
index 0000000000..9f48d760f6
--- /dev/null
+++ b/02 - JS + CSS Clock/index-rtc.html
@@ -0,0 +1,102 @@
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/02 - JS + CSS Clock/index-y.html b/02 - JS + CSS Clock/index-y.html
new file mode 100644
index 0000000000..16d7553430
--- /dev/null
+++ b/02 - JS + CSS Clock/index-y.html
@@ -0,0 +1,98 @@
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html
index 36c420f534..ab4bf8bcfe 100644
--- a/02 - JS + CSS Clock/index.html
+++ b/02 - JS + CSS Clock/index.html
@@ -5,20 +5,21 @@
Document
-
-
+
+
+
+
+