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

Commit

Permalink
partners block added
Browse files Browse the repository at this point in the history
  • Loading branch information
aelaa committed Feb 19, 2014
1 parent e4d052f commit bd1e357
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/web/custom/_sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
}

// custom logo position
.creater {
top: -6px;
}
.platidoma {
top: -16px;
}
Expand Down Expand Up @@ -146,4 +149,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions app/views/layouts/web/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
= bootstrap_flash
= yield
= render 'layouts/web/shared/sponsors'
= render 'layouts/web/shared/partners'

= render "layouts/web/shared/counters"
= render "layouts/web/shared/footer"
13 changes: 13 additions & 0 deletions app/views/layouts/web/shared/_partners.html.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.clearfix
.sponsors
.border
.column
%h4 Партнёры

.logo-wrapper
.line
%a{ href: "http://platidoma.ru/", target: "_blank" }
%img.platidoma{ src: "/images/logo-platidoma.jpg", width: 118, height: 55, alt: "ПлатиДома" }
%a{ href: "http://creater.ru/", target: "_blank" }
%img.creater{ src: "/img/logos/creater.jpg", width: 118, height: 55, alt: "Веб-студия Creater" }
9 changes: 8 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ <h4>Некоммерческое партнерство содействия р
<li><a href="http://i-dt.ru/"><img src="img/logos/interra.jpg"></a></li>
<li><a href="http://m-st.ru/"><img src="img/logos/mst1.jpg"></a></li>
<li><a href="http://www.simtech.ru/"><img src="img/logos/simtech.jpg"></a></li>
<li><a href="http://platidoma.ru/"><img src="img/logos/platidoma.jpg"></a></li>
<li><a href="http://www.simbirsoft.com/ruru/"><img src="img/logos/simbirsoft.png"></a></li>
<li><a href="http://mymediacompany.ru/"><img src="img/logos/mymedia.jpg"></a></li>
<li><a href="http://itmcompany.ru/"><img src="img/logos/itm.jpg"></a></li>
Expand All @@ -181,6 +180,14 @@ <h4>При поддержке Правительства Ульяновской
<ul>
<li><a href="http://it.ulgov.ru/"><img src="img/logos/ulgov.jpg" alt="" /></a></li>
</ul>
</div>
<div id="orgs">
<h3>Партнёры</h3>
<br>
<ul>
<li><a href="http://platidoma.ru/"><img src="img/logos/platidoma.jpg"></a></li>
<li><a href="http://creater.ru/"><img src="img/logos/creater.jpg"></a></li>
</ul>
</div>
<div class='clearfix'></div>
</div>
Expand Down

0 comments on commit bd1e357

Please sign in to comment.