Skip to content

Commit

Permalink
adding oreilly as sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Apr 26, 2010
1 parent d3610e6 commit 432a83f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/sass/application.sass
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ hr

li
display: inline
margin-left: 25px
margin: auto 25px 10px auto

&.first
margin-left: 0
Expand Down
15 changes: 15 additions & 0 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@
%li
= link_to image_tag('sponsors/peepcode.jpg', :alt => 'Peepcode'), 'http://peepcode.com/', :popup => true

%li.first
= link_to image_tag('sponsors/oreilly.jpg', :alt => 'OReilly Media'), 'http://oreilly.com/', :popup => true

%li
!= mail_to '[email protected]', image_tag('sponsors/default.jpg', :alt => 'Anuncie aqui'), :encode => :javascript

%li
!= mail_to '[email protected]', image_tag('sponsors/default.jpg', :alt => 'Anuncie aqui'), :encode => :javascript

%li
!= mail_to '[email protected]', image_tag('sponsors/default.jpg', :alt => 'Anuncie aqui'), :encode => :javascript

%li
!= mail_to '[email protected]', image_tag('sponsors/default.jpg', :alt => 'Anuncie aqui'), :encode => :javascript

%p#credit
<strong>Website por:</strong> #{link_to "Gabriel Sobrinho", "http://twitter.com/sobrinho"}
(desenvolvimento), #{link_to "Daniel Lopes", "http://areacriacoes.com.br/"} (design e desenvolvimento).
Expand Down
Binary file added public/images/sponsors/oreilly.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ hr {
text-align: center; }
#ft li {
display: inline;
margin-left: 25px; }
margin: 10px 25px 10px 0; }
#ft li.first {
margin-left: 0; }
#ft a {
Expand Down

0 comments on commit 432a83f

Please sign in to comment.