Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
Rearrange sponsor logos, Add mindmatters
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Coles <alex@alexbcoles.com>
  • Loading branch information
myabc committed May 19, 2011
1 parent ed26119 commit ae8df08
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 13 deletions.
Binary file added public/images/powertool-sponsor-5a02fcc7e0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/powertool-sponsor/mindmatters.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/powertool-sponsor/railslove.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/screwdriver-sponsor-3cf93a3809.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/sponsor-aa2a701c46.png
Binary file not shown.
Binary file removed public/images/sponsor/railslove.png
Binary file not shown.
26 changes: 17 additions & 9 deletions views/index.html.haml
Expand Up @@ -33,15 +33,23 @@
-# TODO: we want to use margins here!
%section#sponsors
%ul
- s = 'sponsor-'
%li=link_to 'co.up', 'http://co-up.de/', :class => "#{s}coup", :title => 'Berlin co-working space'
%li=link_to 'dnsimple', 'https://dnsimple.com/', :class => "#{s}dnsimple", :title => 'Simple Hosted DNS and Domain Management'
%li=link_to 'edenspiekermann', 'http://edenspiekermann.com/', :class => "#{s}edenspiekermann", :title => 'Leading design and communication agency'
%li=link_to 'railslove', 'http://railslove.com/', :class => "#{s}railslove", :title => 'Railslove - - we love building web applications!'
%li=link_to 'rougecardinal', 'http://rougecardinal.fr/', :class => "#{s}rougecardinal", :title => 'Paris-based web development agency'
%li=link_to 'tigrish', 'http://tigrish.com/', :class => "#{s}tigrish", :title => 'Paris-based web and mobile agency'
%li=link_to 'upstream', 'http://upstre.am/', :class => "#{s}upstream", :title => 'Upstream – Agile GmbH'
%h2 with the help of…
.prepend-1
%h3 Our ‘Powertool’ Sponsors
%ul#powertool
- s = 'powertool-sponsor-'
%li=link_to 'mindmatters', 'http://www.mindmatters.de/', :class => "#{s}mindmatters", :title => 'mindmatters - building software for people who use the internet since 2001. get to know us via @halfbyte and @siepert!'
%li=link_to 'railslove', 'http://railslove.com/', :class => "#{s}railslove", :title => 'Railslove - we love building web applications!'

%h3 Our ‘Screwdriver’ Sponsors
%ul#screwdriver
- s = 'screwdriver-sponsor-'
%li=link_to 'co.up', 'http://co-up.de/', :class => "#{s}coup", :title => 'Berlin co-working space'
%li=link_to 'dnsimple', 'https://dnsimple.com/', :class => "#{s}dnsimple", :title => 'Simple Hosted DNS and Domain Management'
%li=link_to 'edenspiekermann', 'http://edenspiekermann.com/', :class => "#{s}edenspiekermann", :title => 'Leading design and communication agency'
%li=link_to 'rougecardinal', 'http://rougecardinal.fr/', :class => "#{s}rougecardinal", :title => 'Paris-based web development agency'
%li=link_to 'tigrish', 'http://tigrish.com/', :class => "#{s}tigrish", :title => 'Paris-based web and mobile agency'
%li=link_to 'upstream', 'http://upstre.am/', :class => "#{s}upstream", :title => 'Upstream – Agile GmbH'

= partial 'conference'
= partial 'location'
Expand Down
18 changes: 15 additions & 3 deletions views/stylesheets/_sponsors.sass
@@ -1,9 +1,21 @@
@import "sponsor/*.png"
@import "screwdriver-sponsor/*.png"
@import "powertool-sponsor/*.png"

$sponsor-sprite-dimensions: true
+all-sponsor-sprites
$screwdriver-sponsor-sprite-dimensions: true
$powertool-sponsor-sprite-dimensions: true

+all-screwdriver-sponsor-sprites
+all-powertool-sponsor-sprites

#sponsors
h3
//color: #ccc
//font-size: small
//text-align: right
//text-transform: uppercase
//border-bottom: 1px dotted #ccc
margin-top: 10px

ul
+inline-block-list-container
> li
Expand Down
2 changes: 1 addition & 1 deletion views/stylesheets/style.sass
Expand Up @@ -72,5 +72,5 @@ header
font-style: italic
+single-text-shadow($light-pink, 2px, 2px, 5px)

h2
h2, h3
text-transform: lowercase

0 comments on commit ae8df08

Please sign in to comment.