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: video
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
Responsive Images and Video
Images are by default inline elements that are a certain size and will take up that space on your web site. For responsive web design we need our images to be able to shrink in size if the container they are in is smaller than the image. For example: The following needs to be in… Continue reading Responsive Images and Video
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