* add big ol' link on front page to jamfest

This commit is contained in:
Seth Call 2014-03-11 01:47:22 +00:00
parent 10b10bb9d2
commit c3f60f178a
3 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,7 @@ body.web {
top:-65px;
.home-session-list {
top:5px; // XXX remove post release
width:100%;
height:400px;
border: solid 1px #ed3718;

View File

@ -214,6 +214,11 @@ class UsersController < ApplicationController
@promo_latest, start = Feed.index(nil, limit: 10)
end
# temporary--will go away soon
@jamfest_2014 = Event.find_by_id('80bb6acf-3ddc-4305-9442-75e6ec047c27')
@jamfest_2014 = Event.find_by_id('a2dfbd26-9b17-4446-8c61-b67a542ea6ee') unless @jamfest_2014
# temporary--end
@welcome_page = true
render :layout => "web"
end

View File

@ -7,6 +7,10 @@
= link_to "Already have an account?", signin_path, class: "signin", id: "signin"
- content_for :after_black_bar do
- if @jamfest_2014
.jamfest{style: 'top:-70px;position:relative'}
%a{ href: event_path(@jamfest_2014.slug), style: 'font-size:24px' }
Join us online March 12 for Virtual Jam Fest!
%div{style: "padding-top:20px;"}
.right
= render :partial => "buzz"