diff --git a/day-1.md b/day-1.md new file mode 100644 index 0000000..01bfbf1 --- /dev/null +++ b/day-1.md @@ -0,0 +1,31 @@ +# Daily Learning +## Morning Planning +Cloudy morning + +Task List +- [ ] 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. +- [ ] Learn daily. + +Unordered List +- Item 1 +- Item 2 +- hellooo +Mona the Octocat + +Ordered List +1. Step 1 +2. Step 2 +3. Step 3 + +## 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 +``` + +```js +var myVar = "Hello, world!"; +```