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.
6 videos • 3 quizzes • 3 code challenges
-
Play
Preview
Cloning the Project
7 minutes 1 seconds
-
ABC
Preview
Quiz: Cloning Rails Projects
4 questions
-
Play
Preview
Introducing Views
9 minutes 18 seconds
-
Code Challenge
Preview
Code Challenge: ERB Basics
1 objective
-
Play
Preview
Installing Twitter Bootstrap
11 minutes 35 seconds
-
ABC
Preview
Quiz: Quiz: What is Bootstrap?
4 questions
-
Play
Preview
Laying Out the Page
11 minutes 36 seconds
-
Code Challenge
Preview
Code Challenge: Layouts
5 objectives
-
Play
Preview
Updating the Index Page
11 minutes 34 seconds
-
Code Challenge
Preview
Code Challenge: ERB Loops
3 objectives
-
Play
Preview
Adding Interactivity
15 minutes 23 seconds
-
ABC
Preview
Quiz: Review
6 questions
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.