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

Commit

Permalink
Add more logos.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Mar 4, 2013
1 parent 116c642 commit 742d2fb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
13 changes: 9 additions & 4 deletions app/assets/stylesheets/custom/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
.info-sponsors-third-line {
height: 54px;
}
.info-sponsors-4th-line {
height: 67px;
}

// star sponsors
.star-sponsors {
Expand Down Expand Up @@ -122,9 +125,11 @@
position: relative;
top: -4px;
}
.itmozg sup {
right: 90px !important;
.ulpeople {
position: relative;
top: 9px;
}
.superjob sup {
right: 30px !important;
.rubyflow {
position: relative;
top: -12px;
}
11 changes: 10 additions & 1 deletion app/views/layouts/web/shared/_sponsors.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
%img{:src => "/images/logo-creater.jpg", :width => 179, :height => 51, :alt => "Creater"}

%br
%h4 Информационные спонсоры
%h4 Информационные партнеры
.logo-wrapper
.line.info-sponsors-first-line
%a{:href => "http://ultop.ru/", :target => "_blank"}
Expand All @@ -56,6 +56,15 @@
.line.info-sponsors-third-line
%a{:href => "http://www.cnews.ru/", :target => "_blank"}
%img.cnews{:src => "/images/logo-cnews.jpg", :width => 144, :height => 54, :alt => "Cnews"}
%a{:href => "http://ul-people.ru/", :target => "_blank"}
%img.ulpeople{:src => "/images/logo-ulpeople.jpg", :width => 160, :height => 36, :alt => "ul-people"}
%a{:href => "http://rubyflow.ru/", :target => "_blank"}
%img.rubyflow{:src => "/images/logo-rubyflow.png", :width => 160, :height => 78, :alt => "RubyFlow"}


.line.info-sponsors-4th-line
%a{:href => "http://rubyjobs.ru/", :target => "_blank"}
%img.rubyjobs{:src => "/images/logo-rubyjobs.png", :width => 77, :height => 67, :alt => "RubyJobs"}

.right-column
%h4 Спонсоры
Expand Down
Binary file added public/images/logo-rubyflow.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-rubyjobs.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-ulpeople.jpg
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 742d2fb

Please sign in to comment.