William Ponton
This page acts as a repository for any resources, interesting articles, videos, or other links that I use or find intersting during the challenge. I will reference the day related to the resource.
This video refreshed my memory on how to clone a Github project using Anaconda prompt.
Will R Chase's site is a huge inspiration for my personal portfolio site. I love Will's site because it shows a lot of personality and has some really impressive visualizations.
Angela Baltes my friend from a Python bootcamp also has a killer site that I was inspired by. I love simplicity and professionalism of her site.
This article is a start to solving my problem of pushing a local project to a new Git repo from VS.
This Git Cheat Sheet is a nifty cheat sheet for Git commands.
Ultimate Git cheat sheet right here. I stumbled on this one and I think this will solve all my problems.
I finally solved my Github upstream problem using this article I found after googling the error in my VS compiler. Eureka!
Found a really cool SVG generator site that creates the css code for complex backgrounds. Really cool! Check it out - SVG Backgrounds
I was researching some ways to have multiple sized images responsive to different screen views and came upon this article about srcset and sizes attributes. Check it out - Responsive images
More research on responsive image grids and I found a few other great tutorials from W3 School. How To - Image Grid as well as CSS Image SPrites.
Matplotlib resources I have been using to update the notebook in the DS Playbook project. Check out the documentation here.