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

Commit

Permalink
More sponsors logo added & logo position changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Mar 1, 2013
1 parent 5d12b68 commit ec1fe83
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 16 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/custom/_areas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $violin: #016f9d;
$disabled: #ccc;

.themes-talk {
margin-bottom: 40px;
.row {
margin-bottom: 20px;
&:last-child {
Expand Down
23 changes: 14 additions & 9 deletions app/assets/stylesheets/custom/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
24 changes: 17 additions & 7 deletions app/views/layouts/web/shared/_sponsors.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Спонсоры
Expand All @@ -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"}
Binary file added public/images/logo-ultop.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 ec1fe83

Please sign in to comment.