diff --git a/app/assets/stylesheets/custom/_areas.scss b/app/assets/stylesheets/custom/_areas.scss index 01062747..bbcf2144 100644 --- a/app/assets/stylesheets/custom/_areas.scss +++ b/app/assets/stylesheets/custom/_areas.scss @@ -8,6 +8,7 @@ $violin: #016f9d; $disabled: #ccc; .themes-talk { + margin-bottom: 40px; .row { margin-bottom: 20px; &:last-child { diff --git a/app/assets/stylesheets/custom/_sponsors.scss b/app/assets/stylesheets/custom/_sponsors.scss index e36f1ee1..07c08b4a 100644 --- a/app/assets/stylesheets/custom/_sponsors.scss +++ b/app/assets/stylesheets/custom/_sponsors.scss @@ -54,15 +54,6 @@ margin: 22px 0; } -.platidoma { - position: relative; - top: -6px; -} -.cnews { - position: relative; - top: 4px; -} - // info sponsors .info-sponsors-first-line { height: 62px; @@ -104,4 +95,18 @@ .legend .sponsor-star { position: relative; top: 2px; +} + +// custom logo position +.platidoma { + position: relative; + top: -6px; +} +.ultop { + position: relative; + top: 10px; +} +.hackday { + position: relative; + top: -4px; } \ 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 0f4096af..e3e953eb 100644 --- a/app/views/layouts/web/shared/_sponsors.html.haml +++ b/app/views/layouts/web/shared/_sponsors.html.haml @@ -37,24 +37,25 @@ %h4 Информационные спонсоры .logo-wrapper .line.info-sponsors-first-line + %a{:href => "http://ultop.ru/", :target => "_blank"} + %img.ultop{:src => "/images/logo-ultop.jpg", :width => 160, :height => 40, :alt => "Ultop"} %a{:href => "http://weblancer.net/", :target => "_blank"} %img{:src => "/images/logo-weblancer.jpg", :width => 119, :height => 62, :alt => "Weblancer"} %a{:href => "http://reg.ru/", :target => "_blank"} %img{:src => "/images/logo-regru.jpg", :width => 174, :height => 62, :alt => "Reg.ru"} - %a{:href => "http://www.cnews.ru/", :target => "_blank"} - %img.cnews{:src => "/images/logo-cnews.jpg", :width => 144, :height => 54, :alt => "Cnews"} + -#%a{:href => "http://mkechinov.ru/", :target => "_blank"} -#%img{:src => "/images/logo-kechinov.jpg", :width => 104, :height => 62, :alt => "Mkechinov"} .line.info-sponsors-second-line %a{:href => "http://www.cmsmagazine.ru/", :target => "_blank"} %img{:src => "/images/logo-cmsmagazine.jpg", :width => 230, :height => 57, :alt => "CMSmagazine"} - %a{:href => "http://mosaica.ru/", :target => "_blank"} - %img{:src => "/images/logo-mosaica.jpg", :width => 256, :height => 57, :alt => "Мозаика"} + %a{:href => "http://hackday.ru/", :target => "_blank"} + %img.hackday{:src => "/images/logo-hackday.jpg", :width => 178, :height => 54, :alt => "Hackday"} .line.info-sponsors-third-line - %a{:href => "http://hackday.ru/", :target => "_blank"} - %img{:src => "/images/logo-hackday.jpg", :width => 178, :height => 54, :alt => "Hackday"} + %a{:href => "http://www.cnews.ru/", :target => "_blank"} + %img.cnews{:src => "/images/logo-cnews.jpg", :width => 144, :height => 54, :alt => "Cnews"} .right-column %h4 Спонсоры @@ -77,6 +78,15 @@ — золотой спонсор %br %br - %h4 HR-спонсор + %h4 + Генеральный информацион- + %br + ный спонсор + %a{:href => "http://mosaica.ru/", :target => "_blank"} + %img{:src => "/images/logo-mosaica.jpg", :width => 240, :height => 54, :alt => "Мозаика"} + %br + %br + %br + %h4 HR-партнер %a{:href => "http://itmozg.ru/", :target => "_blank"} %img{:src => "/images/logo-itmozg.jpg", :width => 136, :height => 112, :alt => "Avito"} diff --git a/public/images/logo-ultop.jpg b/public/images/logo-ultop.jpg new file mode 100644 index 00000000..0ae08c46 Binary files /dev/null and b/public/images/logo-ultop.jpg differ