From ee6f3da16772bc6923523f32d69c87e7b8fec858 Mon Sep 17 00:00:00 2001 From: Brielle Johnston Date: Mon, 6 Apr 2026 13:41:35 -0400 Subject: [PATCH 1/4] Add daily learning structure to day-1.md --- day-1.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 day-1.md diff --git a/day-1.md b/day-1.md new file mode 100644 index 0000000..3dc6f0c --- /dev/null +++ b/day-1.md @@ -0,0 +1,3 @@ +# Daily Learning +## Morning Planning +## Review From 475ab752dd9465252b645a8e8d3f06cfaea544f4 Mon Sep 17 00:00:00 2001 From: Brielle Johnston Date: Mon, 6 Apr 2026 13:43:38 -0400 Subject: [PATCH 2/4] Add tasks for daily learning and planning --- day-1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/day-1.md b/day-1.md index 3dc6f0c..3b99c2d 100644 --- a/day-1.md +++ b/day-1.md @@ -1,3 +1,6 @@ # Daily Learning ## Morning Planning +- [ ] Check out the [github blog](https://github.blog/) for topic ideas. +- [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github). +- [ ] Convert my first blog post into an actual webpage. ## Review From c7df36a250e973f35b12c53a85ed8c696c670008 Mon Sep 17 00:00:00 2001 From: Brielle Johnston Date: Mon, 6 Apr 2026 13:45:25 -0400 Subject: [PATCH 3/4] Add ffmpeg task for media conversion Added a task to convert media from dark mode to light mode using ffmpeg. --- day-1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/day-1.md b/day-1.md index 3b99c2d..317e287 100644 --- a/day-1.md +++ b/day-1.md @@ -4,3 +4,8 @@ - [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github). - [ ] Convert my first blog post into an actual webpage. ## Review +Convert an image or video from dark mode to light mode using [ffmpeg](https://www.ffmpeg.org) + +```bash +ffmpeg -i input.mp4 -vf "negate,hue=h=180,eq=contrast=1.2:saturation=1.1" output.mp4 +``` From 970a562d58f4b333a5c9cfddd18125f3c24ff598 Mon Sep 17 00:00:00 2001 From: Brielle Johnston Date: Mon, 6 Apr 2026 13:47:11 -0400 Subject: [PATCH 4/4] Add image to daily learning document Added an image to enhance the morning planning section. --- day-1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/day-1.md b/day-1.md index 317e287..98d227a 100644 --- a/day-1.md +++ b/day-1.md @@ -1,5 +1,6 @@ # Daily Learning ## Morning Planning +Cloudy morning - [ ] Check out the [github blog](https://github.blog/) for topic ideas. - [ ] Learn about [GitHub Pages](https://skills.github.com/#first-day-on-github). - [ ] Convert my first blog post into an actual webpage.