jendiamond / railsgirls-signup

https://railsgirls-signup.herokuapp.com
3 stars 3 forks source link

Add static pages & styling #16

Closed jendiamond closed 8 years ago

jendiamond commented 8 years ago

Issue https://github.com/jendiamond/railsgirls-signup/issues/15

branch static_pages deleted: app/assets/images/.keep new file: app/assets/images/circuit.jpg new file: app/assets/images/railsgirls_la.jpg new file: app/assets/javascripts/static_pages.coffee modified: app/assets/stylesheets/application.scss new file: app/assets/stylesheets/static_pages.scss new file: app/controllers/static_pages_controller.rb new file: app/helpers/static_pages_helper.rb new file: app/views/layouts/_footer.html.erb new file: app/views/layouts/_nav.html.erb modified: app/views/layouts/application.html.erb new file: app/views/static_pages/about.html.erb new file: app/views/static_pages/faq.html.erb new file: app/views/static_pages/home.html.erb modified: app/views/users/new.html.erb modified: config/routes.rb new file: spec/controllers/static_pages_controller_spec.rb new file: spec/helpers/static_pages_helper_spec.rb new file: spec/views/static_pages/about.html.erb_spec.rb new file: spec/views/static_pages/faq.html.erb_spec.rb new file: spec/views/static_pages/home.html.erb_spec.rb