Skip to content

Commit

Permalink
just bieber support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lucovsky committed Jul 24, 2012
1 parent 76f7493 commit 1646da7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
15 changes: 9 additions & 6 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ timelines:
button: Speechless
page_bg: /img/gaga-background.jpg
tweetbox_bg: /img/gaga-box.jpg
tweetbox_min_height: '50px'
twittername: ladygaga
- key: gaga2
title: A GaGa Mind2
button: Speechless2
page_bg: /img/gaga-background.jpg
tweetbox_bg: /img/gaga-box.jpg
twittername: marklucovsky

- key: justinbieber
title: '@justinbieber'
button: '#believe'
page_bg: /img/bieber-background.jpg
tweetbox_bg: /img/bieber-box.png
tweetbox_min_height: '60px'
twittername: justinbieber
1 change: 1 addition & 0 deletions gaga.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

# return the page, rendered via haml
get '/' do
headers['Cache-Control'] = 'no-store'
get_timeline_config
halt 400 if !@config

Expand Down
Binary file added public/img/bieber-background.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 added public/img/bieber-box.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 added public/img/bieber-box.png
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 views/css.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
background-color: #000000

#tweet-box
min-height: 50px
min-height: #{@config['tweetbox_min_height']}
width: 100%
background-image: url("#{@config['tweetbox_bg']}")
background-size: 100%
Expand Down

0 comments on commit 1646da7

Please sign in to comment.