From 65924eaeedc1e5741ca378afb50bfa82c090333d Mon Sep 17 00:00:00 2001 From: hongarc Date: Tue, 15 Oct 2019 18:52:17 +0700 Subject: [PATCH 1/4] Ignore .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .DS_Store create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index bca7eea7a56d9f00aea82ef56539a1d3fd7b50cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyG{c!5S)b+C()#&^e^xSRuuY3`2j>igCd;1(3{??ajL@0s)|36Qdk+;pO-- ck}|LPocq0SN(?&VK_}{Gz;%&Hfom)93qA)GhyVZp diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e43b0f98 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store From 2da7314216733b1d078c9c6f678a07599645848c Mon Sep 17 00:00:00 2001 From: sheriallis Date: Fri, 18 Oct 2019 10:41:16 +0200 Subject: [PATCH 2/4] Add example project to Pomodoro Clock --- Projects/1-Beginner/Pomodoro-Clock.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Pomodoro-Clock.md b/Projects/1-Beginner/Pomodoro-Clock.md index 8047504b..667102cf 100644 --- a/Projects/1-Beginner/Pomodoro-Clock.md +++ b/Projects/1-Beginner/Pomodoro-Clock.md @@ -25,3 +25,4 @@ The Pomodoro Technique is a time management method developed by Francesco Cirill - [Joe Weaver's example](https://codepen.io/JoeWeaver/pen/bLbbxK) - [FreeCodeCamp Pomodoro Clock example](https://codepen.io/freeCodeCamp/full/XpKrrW) - [A desktop pomodoro app for menubar/tray.](https://github.com/amitmerchant1990/pomolectron) +- [Sheri Richardson's example](https://github.com/sheriallis/pomodoro-timer) \ No newline at end of file From 99ddbd27765a31107fcdcf78d99e248ac8710e2d Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Fri, 18 Oct 2019 15:18:47 +0300 Subject: [PATCH 3/4] Update Pomodoro-Clock.md --- Projects/1-Beginner/Pomodoro-Clock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/Pomodoro-Clock.md b/Projects/1-Beginner/Pomodoro-Clock.md index 667102cf..844b4b20 100644 --- a/Projects/1-Beginner/Pomodoro-Clock.md +++ b/Projects/1-Beginner/Pomodoro-Clock.md @@ -25,4 +25,4 @@ The Pomodoro Technique is a time management method developed by Francesco Cirill - [Joe Weaver's example](https://codepen.io/JoeWeaver/pen/bLbbxK) - [FreeCodeCamp Pomodoro Clock example](https://codepen.io/freeCodeCamp/full/XpKrrW) - [A desktop pomodoro app for menubar/tray.](https://github.com/amitmerchant1990/pomolectron) -- [Sheri Richardson's example](https://github.com/sheriallis/pomodoro-timer) \ No newline at end of file +- [Sheri Richardson's example](https://srd-pomodoro-timer.netlify.com/) From fbf3142963dfe6b06ad94091f29863b01762c408 Mon Sep 17 00:00:00 2001 From: Jake Wilson Date: Sat, 19 Oct 2019 17:03:50 -0400 Subject: [PATCH 4/4] Fix typo in charity-finder-app.md Change 'JSON' to 'XML'. --- Projects/2-Intermediate/Charity-Finder-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/Charity-Finder-App.md b/Projects/2-Intermediate/Charity-Finder-App.md index 8f906b82..11f4a391 100644 --- a/Projects/2-Intermediate/Charity-Finder-App.md +++ b/Projects/2-Intermediate/Charity-Finder-App.md @@ -56,7 +56,7 @@ the relationship between projects and organizations. - [What is Web Site Conversion?](https://www.marketing91.com/what-is-website-conversion/) - [Global Giving API](https://www.globalgiving.org/api/) -- Sample JSON for a project returned through the API: +- Sample XML for a project returned through the API: ```