diff --git a/app/assets/stylesheets/custom/_sponsors.scss b/app/assets/stylesheets/custom/_sponsors.scss index 32716671..918b7d02 100644 --- a/app/assets/stylesheets/custom/_sponsors.scss +++ b/app/assets/stylesheets/custom/_sponsors.scss @@ -67,6 +67,9 @@ .info-sponsors-4th-line { height: 67px; } +.info-sponsors-5th-line { + height: 100px; +} // star sponsors .star-sponsors { diff --git a/app/views/layouts/web/shared/_sponsors.html.haml b/app/views/layouts/web/shared/_sponsors.html.haml index ecae5d7d..a4c022b9 100644 --- a/app/views/layouts/web/shared/_sponsors.html.haml +++ b/app/views/layouts/web/shared/_sponsors.html.haml @@ -70,6 +70,10 @@ %a{:href => "http://www.allintop.ru/", :target => "_blank"} %img.allintop{:src => "/images/logo-allintop.png", :width => 155, :height => 60, :alt => "All-In-Top"} + .line.info-sponsors-5th-line + %a{:href => "http://www.epochta.ru/", :target => "_blank"} + %img{:src => "/images/logo-epochta.png", :width => 100, :height => 100, :alt => "ePochta"} + .right-column %h4 Спонсоры .star-sponsors diff --git a/public/images/logo-epochta.png b/public/images/logo-epochta.png new file mode 100644 index 00000000..9770b258 Binary files /dev/null and b/public/images/logo-epochta.png differ