Monday 5/2 Collaborating on Code We will look more into how to collaborate with Git and GitHub by learning about branching and how to add your teammates to a single repository. Learning to work with other people in Git and GitHub is a valuable skill. Branches are what make this possible. What we learn today… Continue reading Week 13: 5/2 + 5/4
Tag: images
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