Skip to content

Development

Heroponne requested to merge development into staging

Goals

Main goal 1

Apply Sandstone theme from bootswatch, and add personnal color for primary stuff (btn,...)

Main goal 2

Jumbotron in root_path done

Changes

  • files created in vendor
  • assets.rb edited in config/initializers to create routes
  • application.css edited in application.scss
  • application.scss edited with @import files
  • bootstrap.css created in vendor/assets/stylesheets
  • main.scss created in app/assets/stylesheets
  • _jumbotron.html.erb created in app/views/composts
  • index.html.erb edited in app/views/composts

Tests

localhoast:3000 :

  • Sandstone theme from bootswatch is applied
  • btn-primary is green
  • jumbotron has a great background image
  • jumbotron has a great title and search card
Edited by Heroponne

Merge request reports