Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
More partners added: RAEC, ROCID, InNumbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Mar 15, 2013
1 parent e18b263 commit 4bee7ba
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/custom/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
.info-sponsors-5th-line {
height: 80px;
}
.info-sponsors-6th-line {
height: 53px;
}

// star sponsors
.star-sponsors {
Expand Down Expand Up @@ -154,4 +157,12 @@
}
.cru {
padding-top: 10px;
}
.raec {
position: relative;
top: 10px;
}
.rocid {
position: relative;
top: 10px;
}
8 changes: 8 additions & 0 deletions app/views/layouts/web/shared/_sponsors.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@
%a{:href => "http://www.dailycomm.ru/", :target => "_blank"}
%img.dailycomm{:src => "/images/logo-dailycomm.jpeg", :width => 180, :height => 54, :alt => "DailyComm"}

.line.info-sponsors-6th-line
%a{:href => "http://rocid.ru/", :target => "_blank"}
%img.rocid{:src => "/images/logo-rocid.png", :width => 150, :height => 53, :alt => "ROCID"}
%a{:href => "http://raec.ru/", :target => "_blank"}
%img.raec{:src => "/images/logo-raec.png", :width => 160, :height => 29, :alt => "РАЭК"}
%a{:href => "http://in-numbers.ru/", :target => "_blank"}
%img{:src => "/images/logo-innumbers.png", :width => 150, :height => 36, :alt => "inNumbers"}

.right-column
%h4 Спонсоры
.star-sponsors
Expand Down
Binary file added public/images/logo-innumbers.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logo-raec.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logo-rocid.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bee7ba

Please sign in to comment.