3 - Bootstrap

Overview

This outline provides tips to help mentors guide students to the best answers or outcomes for the lesson topics and exercises.

Open-source HTML/CSS Frameworks

Using the Navbar color schemes, use the browser's dev tools to show how changing the navbar classes in the example website changes the look based on Bootstrap.

Using the Card example, try to illustrate the way tags are nested inside of each other in a specific hierarchy. Emphasise the practice of paying close attention to documentation and picking up on minor details.

Personal Websites

The goal of this exercise is to identify students who are struggling to keep up. Try to identify where a student is struggling:

  • Can they find their files quickly?

  • Are they using the command line when appropriate?

  • Do they understand how their HTML and CSS interact?

  • Do they seem to understand syntax, or are they writing code in the wrong place?

If you find a student who is struggling with any of these basics, try to work through them together, then give them a short assignment where they need to do something on their own.

There will be several students who have the basics down. If they do, push them on some of the higher-level abstract concepts, like re-usable HTML/CSS components, and using CSS specificity cleverly (eg - basic and primary buttons). Beyond that, let them read up on HTML Forms (links in the resources), do some of the advanced suggestions in the syllabus, or challenge them to read and implement BEM naming syntax.

Resources

Homework suggestion

1) Responsive Cake Website Project (4 hours)

In this repository you will find a project for you to complete

https://github.com/CodeYourFuture/HTML-CSS-Coursework-Week3

Before you start, make sure you fork the repository to your Github account.

Practice Day (Saturday)

  • Finish the Online Shop project to look as awesome as you can

  • Finish newsweek.com bootstrap assignment.

  • Push the changes to your repository in Github

Last updated