Welcome back for day 25 of the #blackcode28 Black History Month challenge. Today is a tutorial day! Have you heard of GitHub? It serves as a version control software for your coding projects. I am still learning about both git and GitHub but I think its never too early to be exposed to them both. There are so many tutorials online to learn about git and GitHub. Here are a … [Read more...] about Learning about Git and Github
Featured
Your Future Career
Welcome back to day 24 of the #blackcode28 Black History Month 28 day coding challenge. Today we journal. We only have 4 days left so let's make them count and give our all! We have done a lot of writing prompts talking about our future transition into the tech field. Today I want you to do two things. The first is to look at profiles on LinkedIn of people doing the job … [Read more...] about Your Future Career
Choose a Color Scheme for Your Website
Welcome back for day 23 of the #blackcode28 Black History Month 28 day coding challenge. Today we have a coding day! When create a simple website choosing a color can be a very profound part of the process. There are many sites that can help you choose color schemes that compliment each other. Try the following sites: Html Color CodesCoolors I hope this was helpful! … [Read more...] about Choose a Color Scheme for Your Website
Write a Reflection Piece
Welcome back for day 22 in the #blackcode28 Black History Month coding challenge. Today we will discuss the work you have been doing on your website. Take out your journals and write about the experience with this challenge from day 1 to 21. Over the past three weeks we have learned simple html to create a website for Black History Month. Here are a few writing prompts: … [Read more...] about Write a Reflection Piece
Line Break Element in HTML
Welcome back for day 21 of the #blackcode28 Black History Month 28 day coding Challenge. Today we are back learning simple HTML for our minimal style website. A line break on a website offers breaks between paragraphs. The element could be used for stylistic purposes as well. Any area of text where you would like to see a break you would add <br>. Check out W3 … [Read more...] about Line Break Element in HTML