Rails Frontend Development

Frontend Development

A large part of creating web applications is designing what the user sees when they view a page. This includes the HTML markup and CSS that styles the pages. This stage introduces views in Ruby on Rails, and how they let us shape the content.

Extra Credit

Take a look at the Bootstrap Documentation to see what other styles and components are available. Update the layout file to add a footer.

Try adding a sidebar to the layout by using Bootstrap's grid functionality.