#####Prep - example repo of CDN and file upload - gist for follow along #####Why this will save you an immense amount of time in future projects & make your future projects more valuable! (3 mins) #####Write 1 CSS skill you’d like to learn from this session on the board or +1 (3 mins) #####Materialize vs Bootstrap vs Semantic - (5 mins) - Cons - some bugs (ex: highlights wrong line in form, MIT license for students from Carnegie Mellon, not backed by Twitter like Bootstrap, much harder to find proper solutions on StackOverflow and other online sources - Pros - Unique from all other bootstrap sites, very approachable (good size of documentation), nice amount of jQuery animations, very clean tables #####Downloading into projects (15 mins) - upload files directly (a bit more difficult to setup) - use CDN (slower, dependent on internet availability) - @import (has never worked for me) - Make sure 1. custom stylesheet is BELOW materialize - CSS = Cascading Style Sheets, order is very important - The whole point of custom css is to overwrite the default settings. - Load after the <%= yield %> in the body of your Rails layouts/applications - Want javascript last because of asynchronous loading AKA will fire off regardless of position #####Documentation (10 mins) - Everyone clicks around, shares 1 cool feature #####Code Along (15 mins) - Creating table with materialize classes #####Questions (?) #####New week session with Chrome Dev Tools? #####Address Issues on the board (?)
Last active
March 23, 2016 02:41
-
-
Save stevepentler/8072fd65431c7cfdbbba to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment