Skip to content

Commit

Permalink
Update billboards
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Altmann committed Jan 9, 2015
1 parent 1ffdbca commit 6e3a8f6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
Binary file modified app/assets/images/welcome/billboard_books_big.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/welcome/billboard_gifts_big.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/welcome/billboard_gifts_medium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/billboards/_billboard-gifts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
}

#billboard-gifts > article h2 {
@include static-position($top: 29px, $left: 37px, $width: 400px);
@include static-position($top: 29px, $left: 45px, $width: 400px);
font-size : 30px;
font-weight : 600;
}

#billboard-gifts-price {
@include static-position($top: -1px, $right: -193px, $width: 70px);
@include static-position($top: -1px, $right: -185px, $width: 70px);
font-size : 32px;
font-weight : 700;
}
Expand Down
20 changes: 13 additions & 7 deletions app/views/welcome/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
article
hgroup
h2 Wir haben sie alle
h3 Auf Fairmondo über 1 Mio. Bücher finden
h3 Auf Fairmondo über 1,5 Mio. Bücher finden
= link_to 'Jetzt stöbern', '/categories/bucher?pk_campaign=bb4&pk_kwd=stoebern'
ul
li#billboard-books-link1
Expand Down Expand Up @@ -94,10 +94,12 @@
/ Geschenke unter 15 EUR
.billboard#billboard-gifts
article
h2 Tolle <span id="billboard-gifts-gifts">Produkte</span> unter <span id="billboard-gifts-price">15&thinsp;&euro;</span>
h2
| Tolle <span id="billboard-gifts-gifts">Produkte</span> unter
<span id="billboard-gifts-price">15&thinsp;&euro;</span>
ul
li#billboard-gifts-link1
= link_to '/libraries/8052' do
= link_to '/libraries/8052?pk_campaign=bb6&pk_kwd=geschenke' do
div
p Alle ansehen

Expand Down Expand Up @@ -144,7 +146,8 @@
.teaser-inner
section#filter-fair
.filter-wrapper
= link_to '/articles?article_search_form[fair]=true' do
= link_to '/articles?article_search_form[fair]=true'\
'&pk_campaign=filterbox&pk_kwd=fair' do
.filter-text
h3= t('welcome.filter_boxes.fair.teaser_html')
p= t('welcome.filter_boxes.fair.description')
Expand All @@ -155,7 +158,8 @@

section#filter-eco
.filter-wrapper
= link_to '/articles?article_search_form[ecologic]=true' do
= link_to '/articles?article_search_form[ecologic]=true'\
'&pk_campaign=filterbox&pk_kwd=eco' do
.filter-text
h3= t('welcome.filter_boxes.ecologic.teaser_html')
p= t('welcome.filter_boxes.ecologic.description')
Expand All @@ -166,7 +170,8 @@

section#filter-small
.filter-wrapper
= link_to '/articles?article_search_form[small_and_precious]=true' do
= link_to '/articles?article_search_form[small_and_precious]=true'\
'&pk_campaign=filterbox&pk_kwd=small' do
.filter-text
h3= t('welcome.filter_boxes.small.teaser_html')
p= t('welcome.filter_boxes.small.description')
Expand All @@ -177,7 +182,8 @@

section#filter-used
.filter-wrapper
= link_to '/articles?article_search_form[condition]=old' do
= link_to '/articles?article_search_form[condition]=old'\
'&pk_campaign=filterbox&pk_kwd=used' do
.filter-text
h3= t('welcome.filter_boxes.used.teaser_html')
p= t('welcome.filter_boxes.used.description')
Expand Down

0 comments on commit 6e3a8f6

Please sign in to comment.