(5) Intro
- Why you should master styling, early
- Pros/Cons of Materialize
(15) Good CSS vs Bad CSS with examples
(5) Uploading into Projects
(15) Documentation
(15+) Live example & Play Time
- lots of inline styling
- extremely verbose
- poor use of classes
- extremely specific stying with many ID's
- hard to digest what is hitting what
Login with: [email protected] || Wisconsin
- great use of classes
- CSS is organized/split based on location
- proper naming conventions
- Example of local materialize files
- Example of CDN materialize
- Example of CDN materialize javascript
- Example of Icon Upload
- Example of Custom Google Font
- Example of local materialize in Sinatra
- Fork Paincaver
- Click FORK, please
- copy "the link"
- $ git clone "link"
- Command Line: $ bundle exec
- Command Line: $ rails s
- Visit localhost:3000, click on Login with Strava, login with username and password
- Open it in your editor
- Click Folder App
- Click Folder Views
- Click Folder Workouts
- Click _index_center.html.erb
- Play