From 7f5af1966e5242393b38883431052c1d99a78348 Mon Sep 17 00:00:00 2001 From: Shaun Date: Sun, 2 Dec 2018 12:48:01 +0000 Subject: [PATCH 1/2] lesson-3 --- README.md | 2 - img/logo.svg | 53 +++++++++++++++++++ index.html | 129 +++++++++++++++++++++++++++++++++++++++++++++++ scripts/auth.js | 0 scripts/index.js | 10 ++++ 5 files changed, 192 insertions(+), 2 deletions(-) delete mode 100644 README.md create mode 100644 img/logo.svg create mode 100644 index.html create mode 100644 scripts/auth.js create mode 100644 scripts/index.js diff --git a/README.md b/README.md deleted file mode 100644 index ea23925..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# firebase-auth -All course files for the Firebase authentication tutorial series on The Net Ninja YouTube channel. diff --git a/img/logo.svg b/img/logo.svg new file mode 100644 index 0000000..2dce1aa --- /dev/null +++ b/img/logo.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..42dc581 --- /dev/null +++ b/index.html @@ -0,0 +1,129 @@ + + + + + + + + GameGuidez + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + \ No newline at end of file diff --git a/scripts/auth.js b/scripts/auth.js new file mode 100644 index 0000000..e69de29 diff --git a/scripts/index.js b/scripts/index.js new file mode 100644 index 0000000..73f710f --- /dev/null +++ b/scripts/index.js @@ -0,0 +1,10 @@ +// setup materialize components +document.addEventListener('DOMContentLoaded', function() { + + var modals = document.querySelectorAll('.modal'); + M.Modal.init(modals); + + var items = document.querySelectorAll('.collapsible'); + M.Collapsible.init(items); + +}); \ No newline at end of file From 502c3205c1b6b944f812a79d72efa3fd03af0296 Mon Sep 17 00:00:00 2001 From: Shaun Date: Sun, 2 Dec 2018 13:37:32 +0000 Subject: [PATCH 2/2] lesson-4 --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/index.html b/index.html index 42dc581..229905a 100644 --- a/index.html +++ b/index.html @@ -121,6 +121,26 @@

Create Guide


+ + + +