diff --git a/app/assets/stylesheets/custom/_sponsors.scss b/app/assets/stylesheets/custom/_sponsors.scss index ba86f5fd..53a00651 100644 --- a/app/assets/stylesheets/custom/_sponsors.scss +++ b/app/assets/stylesheets/custom/_sponsors.scss @@ -64,6 +64,9 @@ .info-sponsors-third-line { height: 54px; } +.info-sponsors-4th-line { + height: 67px; +} // star sponsors .star-sponsors { @@ -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; } \ No newline at end of file diff --git a/app/views/layouts/web/shared/_sponsors.html.haml b/app/views/layouts/web/shared/_sponsors.html.haml index fa8bffad..7d44ae79 100644 --- a/app/views/layouts/web/shared/_sponsors.html.haml +++ b/app/views/layouts/web/shared/_sponsors.html.haml @@ -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"} @@ -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 Спонсоры diff --git a/public/images/logo-rubyflow.png b/public/images/logo-rubyflow.png new file mode 100644 index 00000000..9b2f0471 Binary files /dev/null and b/public/images/logo-rubyflow.png differ diff --git a/public/images/logo-rubyjobs.png b/public/images/logo-rubyjobs.png new file mode 100644 index 00000000..e70b299d Binary files /dev/null and b/public/images/logo-rubyjobs.png differ diff --git a/public/images/logo-ulpeople.jpg b/public/images/logo-ulpeople.jpg new file mode 100644 index 00000000..46c99560 Binary files /dev/null and b/public/images/logo-ulpeople.jpg differ