Project Portfolios engine for Refinery CMS.
This cretes a tagged list of portfolio for refinery cms. This allows you to create a beautiful portfolio with tag cloud, that helps
to shows related projects to viewer. The project details can showed in a popup.
Clicking on the projects will open the project detail popup.
You can view my portfolio here to see how it works.
Plugins used
Javascript
- Jquery - http://jquery.com/
- Quicksand - http://razorjack.net/quicksand/
- bpopup - http://dinbror.dk/bpopup/
Dependencies
- acts-as-taggable-on
Tag cloud css
- ButtonMaker - http://css-tricks.com/examples/ButtonMaker
Install as gem
Add acts-as-taggable-on gem to Gemfile
gem 'acts-as-taggable-on', '~>2.1.0'Then run
gem 'refinerycms-project_portfolios', '~>0.0.5'
bundle install
rails generate acts_as_taggable_on:migration
rails generate refinerycms_project_portfolios
rake db:migrate
Note
In the application.html.erb add the following sections
<%= yield :javascripts %>
And you need to add jquery to the Header
<%= javascript_include_tag 'jquery.js' %>
A sample stylesheet is given with the plugin in "public/stylesheets/portfolio.css"