#####Prerequisites:
- Ruby
- Rails
- HTML
- CSS
- git
- pivotal tracker
# Activate the gem you are reporting the issue against. | |
#gem 'activerecord', '~>4.0.0' | |
#gem 'activesupport', '~>4.0.0' | |
#gem 'activerecord', '~>4.0.0' | |
#gem 'railties', '~>4.0.0' | |
gem 'actionpack', '~>4.1.0' | |
gem 'activesupport', '~>4.1.0' | |
gem 'activerecord', '~>4.1.0' | |
gem 'railties', '~>4.1.0' | |
gem 'sqlite3' |
#Image Carousel App
You will construct an image carousel from the spec provided below.
Make one like the carousel provided by Bootstrap ( http://getbootstrap.com/2.3.2/javascript.html#carousel) - but you will be building yours from scratch
##Specification:
@import url(http://fonts.googleapis.com/css?family=Oleo+Script); | |
@import url(http://fonts.googleapis.com/css?family=Ruluko); | |
#content { | |
margin: 0 auto; | |
text-align: center; | |
width: 700px; | |
} | |
#nav { |