From b12be384889bc2fda7d753453012a201f550b177 Mon Sep 17 00:00:00 2001 From: Valentin Ionita <33692650+vanntile@users.noreply.github.com> Date: Tue, 12 Feb 2019 12:55:37 +0200 Subject: [PATCH 01/60] VannTile's JavaScript30 implementation --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 17e54a1c95..0c56bf8f4b 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,7 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews! * [Herminio Torres](https://github.com/herminiotorres/JavaScript30) lessons and tricks learned, and a [gh-page](https://herminiotorres.github.io/JavaScript30/) to see working all the mini-projects. * [Dmytro Borysovskyi](https://github.com/dimabory) says many thanks to for the course to Wes 🤝 It was incredible challenge 👌 The full repository with code available [here](https://github.com/dimabory/dimabory.github.io/tree/gh-pages/src/components/JavaScript30Days) and demos can be reached by the link to [gh-pages](https://dimabory.github.io/#/js30days) 👍👍👍 * [Kizito](https://github.com/akhilome/)'s follow along [repo](https://github.com/akhilome/js30) with [completed challenges](https://akhilome.github.io/js30) and [notes](https://akhilome.github.io/js30/notes). +* [VannTile](https://github.com/vanntile)'s [repository](https://github.com/vanntile/JavaScript30) and [GitHub Pages showcase](https://vanntile.github.io/JavaScript30/). Thank you for a great ⌨️ experience. ## Alternative Implementations From ee4c2ab87f03487742005a085d32ed84c0913a1a Mon Sep 17 00:00:00 2001 From: Ian MacIntosh Date: Wed, 20 Feb 2019 23:10:24 -0500 Subject: [PATCH 02/60] =?UTF-8?q?=F0=9F=95=B5=F0=9F=8F=BB=E2=80=8D?= =?UTF-8?q?=E2=99=82=EF=B8=8F=20Make=20Exercise=2016=20filenames=20consist?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All the other exercises have the index file named as "index-START.html" and "index-FINISHED.html" Making this exercise's filenames consistent with the rest --- .../{index-finished.html => index-FINISHED.html} | 0 16 - Mouse Move Shadow/{index-start.html => index-START.html} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename 16 - Mouse Move Shadow/{index-finished.html => index-FINISHED.html} (100%) rename 16 - Mouse Move Shadow/{index-start.html => index-START.html} (100%) diff --git a/16 - Mouse Move Shadow/index-finished.html b/16 - Mouse Move Shadow/index-FINISHED.html similarity index 100% rename from 16 - Mouse Move Shadow/index-finished.html rename to 16 - Mouse Move Shadow/index-FINISHED.html diff --git a/16 - Mouse Move Shadow/index-start.html b/16 - Mouse Move Shadow/index-START.html similarity index 100% rename from 16 - Mouse Move Shadow/index-start.html rename to 16 - Mouse Move Shadow/index-START.html From 23ad2c8ccf5a6236cf267c039a6d667cff715e80 Mon Sep 17 00:00:00 2001 From: Seth Lewis Date: Thu, 13 Jun 2019 17:12:15 -0500 Subject: [PATCH 03/60] removed 0 from end of backgroundimage url in day2 --- 02 - JS and CSS Clock/index-START.html | 27 ++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index 7cbf5f6ba6..1b852a823e 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -1,24 +1,26 @@ + JS + CSS Clock + -
-
-
-
-
-
+
+
+
+
+
+
- + + \ No newline at end of file From e26a1959dbcfede3226f8ce2994bcda7e1f9a9f4 Mon Sep 17 00:00:00 2001 From: Seth Lewis Date: Thu, 13 Jun 2019 17:18:29 -0500 Subject: [PATCH 04/60] removed my workspaces formatting and dropped 0 from background image url on day2 --- 02 - JS and CSS Clock/index-START.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index 1b852a823e..12f721b183 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -1,21 +1,19 @@ - JS + CSS Clock - -
-
-
-
-
+
+
+
+
+
+
-
- - \ No newline at end of file + From d2114a96cc0ff1ac35afe1f14648cfeb863af102 Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Fri, 14 Jun 2019 09:11:49 +0530 Subject: [PATCH 05/60] Fix background image url --- 02 - JS and CSS Clock/index-FINISHED.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02 - JS and CSS Clock/index-FINISHED.html b/02 - JS and CSS Clock/index-FINISHED.html index 7449fc52f5..efe3912bf2 100644 --- a/02 - JS and CSS Clock/index-FINISHED.html +++ b/02 - JS and CSS Clock/index-FINISHED.html @@ -18,7 +18,7 @@