V School | Better Humans, Better Outcomes

HTML Tables

"Back in the day", developers would lay out their entire websites in a table to position things. DON'T EVER DO THAT!! We use CSS and fancy CSS based grid systems like Bootstrap now. Tables are still useful for presenting tabular data, like something you might want to show in an

Colors, Fonts and Text.

Colors Even though it's easy to use the built-in CSS colors (like blue, red, burlywood, etc.), when you're doing real web design you'll almost always want to use a tool to find the exact color you want. color.adobe.com is an excellent way to find great colors, because it

Yet More Git Practice

* Create a Git repository on Github. * Commit and push an index.html file on the master branch. * Create a new branch called addAngular. * Add an app.js file and add Angular to your html and js files. * Make it so that $scope.test = "Hello World!" will display Hello World! on

Git togetheeeerrrrr...over me.

We are all great Aerosmith fans. Let's make a site devoted to Aerosmith. This exercise requires that each person make a portion of an angular website and contribute to the whole site through Github. Divide up the following sections of the website and create them. Each section must have its

TDD: Test Driven Developement & Touchdown Denver!

For this warmup you will have to create a Karma.conf.js file, write a test, and then write a function that makes the test pass. Reference for setting up Karma.conf.js file: http://coursework.vschool.io/karma 1. Create a karma.conf.js file that uses the phantomJS

V School | Better Humans, Better Outcomes © 2026