Skip to content

Commit

Permalink
Added hero images for internal pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaadland committed Dec 30, 2011
1 parent 549667a commit e99c4c8
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 1 deletion.
Binary file added public/img/content/hero-images/events.jpg
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/content/hero-images/gym.jpg
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/content/hero-images/hero.psd
Binary file not shown.
Binary file added public/img/content/hero-images/hero8.jpg
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/content/hero-images/lobby.jpg
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/content/hero-images/lounge.jpg
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/content/hero-images/restaurant.jpg
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/content/hero-images/rooms.jpg
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/content/hero-images/services.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions views/coffee_lounge_en.haml
Expand Up @@ -4,4 +4,5 @@
Here comes some text thing
%div{:class => "section grid_6"}
%div{:id => "slider"}
%img{:src => "/img/content/hero-images/lounge.jpg", :width => "940", :heigth => "371"}
= partial :bottom_content
1 change: 1 addition & 0 deletions views/events_en.haml
Expand Up @@ -4,4 +4,5 @@
Here comes some text thing
%div{:class => "section grid_6"}
%div{:id => "slider"}
%img{:src => "/img/content/hero-images/events.jpg", :width => "940", :heigth => "371"}
= partial :bottom_content
2 changes: 1 addition & 1 deletion views/guest_rooms_en.haml
Expand Up @@ -4,5 +4,5 @@
Here comes some text thing
%div{:class => "section grid_6"}
%div{:id => "slider"}
%img{:src => "/img/content/imperial-park-rooms/IMG_8626-2.jpg", :width => "940", :heigth => "371"}
%img{:src => "/img/content/hero-images/rooms.jpg", :width => "940", :heigth => "371"}
= partial :bottom_content
1 change: 1 addition & 0 deletions views/gym_en.haml
Expand Up @@ -4,4 +4,5 @@
Here comes some text thing
%div{:class => "section grid_6"}
%div{:id => "slider"}
%img{:src => "/img/content/hero-images/gym.jpg", :width => "940", :heigth => "371"}
= partial :bottom_content
1 change: 1 addition & 0 deletions views/lobby_en.haml
Expand Up @@ -4,4 +4,5 @@
Here comes some text thing
%div{:class => "section grid_6"}
%div{:id => "slider"}
%img{:src => "/img/content/hero-images/lobby.jpg", :width => "940", :heigth => "371"}
= partial :bottom_content
1 change: 1 addition & 0 deletions views/restaurant_en.haml
Expand Up @@ -4,4 +4,5 @@
Here comes some text thing
%div{:class => "section grid_6"}
%div{:id => "slider"}
%img{:src => "/img/content/hero-images/restaurant.jpg", :width => "940", :heigth => "371"}
= partial :bottom_content
1 change: 1 addition & 0 deletions views/services_en.haml
Expand Up @@ -4,4 +4,5 @@
Here comes some text thing
%div{:class => "section grid_6"}
%div{:id => "slider"}
%img{:src => "/img/content/hero-images/services.jpg", :width => "940", :heigth => "371"}
= partial :bottom_content

0 comments on commit e99c4c8

Please sign in to comment.