Here are some resources, tutorials and videos that answer questions or difficult areas you identified for the Final Project. Git Merge Conflicts Shorter Videos These videos don’t go into full detail like the videos in the next section. They try to quickly show a process. Git Merge Conflict Shorter [4:06] Git Merge Conflict Long [8:22]… Continue reading Final FAQ’s
Tag: tutorial
Deploy to Netlify
This post covers how to get your site in the web using Netlify’s servers. Terminology Some words you might not know Netlify: Netlify is a hosting platform specializing in hosting projects build with workflows like ours (static site generator and GitHub). They have a generous free pricing tier that is great for the kind of… Continue reading Deploy to Netlify
HTML Fundamentals Videos
This is a series of videos I made showing the fundamentals of HTML and how to write it. HTML Everything is a Box This video covers HTML basics, inline vs block and some of the most common types of HTML elements (Text, media and Content Sectioning). HTML Fundamentals Part 1 This covers the basics of… Continue reading HTML Fundamentals Videos