Skip to content

Commit

Permalink
update for winners of BOB
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenna committed May 9, 2014
1 parent bea3736 commit 60f4aeb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ GEM
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
erubis (2.7.0)
eventmachine (1.0.0)
eventmachine (1.0.3)
excon (0.16.10)
execjs (1.3.0)
multi_json (~> 1.0)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.9.1)
faraday (>= 0.7.4, < 0.10)
fog (1.8.0)
builder
excon (~> 0.14)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
mime-types (1.17.2)
multi_json (1.1.0)
multi_xml (0.4.1)
multipart-post (1.1.5)
multipart-post (1.2.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.6.3)
Expand Down
Binary file added app/assets/images/bob-body.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/bob-header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions app/assets/stylesheets/reco-process.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ a:hover{

.top-bg img{width:100%;}

.logo{padding:20px 0 20px 0;}
.logo{}

#top{
background:#c1d82f;
margin-top:20px;
background:#c3d600;
position:relative;
}
.nav{margin-bottom:0px;}
Expand Down Expand Up @@ -110,8 +109,8 @@ td.user-list-edit form, td.user-list-edit form div{display:inline-block; margin-
}
.green-btn{background-position:0 0 !important; }

.home #page_body {text-align:center;}
.home .limiter{background-color:#efe9e5;}
.home #page_body {text-align:center; margin-top:0px;}
.home .limiter{padding:0px;}

.view-it-link{display:none;}

Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class=" container interior">
<% end %>

<div class="logo"><%= link_to (image_tag "bob-logo-type.png"), root_url %></div>
<div class="logo"><%= link_to (image_tag "bob-header.jpg"), "https://www.surveymonkey.com/s/GW2TCWC" %></div>



Expand Down
3 changes: 2 additions & 1 deletion app/views/pages/home.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<%= image_tag "bob-body.jpg"%>
<%= link_to "Recommend a Colleague Now!", location_path, :class => "btn btn-large reco-button" %>
<%#= link_to "Recommend a Colleague Now!", location_path, :class => "btn btn-large reco-button" %>

0 comments on commit 60f4aeb

Please sign in to comment.