Final FAQ’s

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

Where to Find Free Content

Here is some information and links on where to find images, text and other media that you can use in your projects. Text For the most part I recommend that you use Wikipedia. If you find a site that has high-quality content, let me know and I may add it here. Video YouTube You can… Continue reading Where to Find Free Content

One-Line Layouts

10 modern layouts in 1 line of CSS by Una Kravets In this article and related resources Una shows how to create modern layouts with just a small amount of CSS. The layouts mostly use CSS Grid and Flexbox. Article (written and video): https://web.dev/one-line-layouts/  Editable Demo Examples on Glitch: https://1linelayouts.glitch.me/  GitHub Repository: https://github.com/una/1linelayouts  YouTube Video… Continue reading One-Line Layouts

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