diff --git a/countdown_timer.html b/countdown_timer.html
new file mode 100644
index 0000000..66ab248
--- /dev/null
+++ b/countdown_timer.html
@@ -0,0 +1,326 @@
+
+
+Countdown Timer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/events.js b/events.js
new file mode 100644
index 0000000..aac7d83
--- /dev/null
+++ b/events.js
@@ -0,0 +1,73 @@
+var events = [
+ {
+ "date": "May 23, 2019 16:00:00",
+ "subject": "start",
+ "notes": ""
+ },
+ {
+ "date": "May 26, 2019 07:00:00",
+ "subject": "VTO",
+ "notes": "at Crosspoint"
+ },
+ {
+ "date": "May 26, 2019 13:00:00",
+ "subject": "Lunch",
+ "notes": "Something good."
+ },
+ {
+ "date": "May 27, 2019 00:00:01",
+ "subject": "Memorial Day",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 09:00:00",
+ "subject": "1:1 A",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 09:30:00",
+ "subject": "Team Meeting",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 10:00:00",
+ "subject": "Code Review",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 11:15:00",
+ "subject": "DSU",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 14:00:00",
+ "subject": "MTA Tool Deploy Meeting",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 15:30:00",
+ "subject": "OS Review Board",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 18:30:00",
+ "subject": "1:1 S",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 19:00:00",
+ "subject": "AU Team Meeting",
+ "notes": ""
+ },
+ {
+ "date": "May 28, 2019 19:00:00",
+ "subject": "1:1 P",
+ "notes": ""
+ },
+ {
+ "date": "May 29, 2019 09:30:00",
+ "subject": "1:1 JB",
+ "notes": ""
+ }
+
+]