Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
n3k0rA committed Apr 14, 2012
1 parent 0ef5c0f commit 326fb32
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 19 deletions.
Binary file added app/assets/images/FranklinGotTExtCon.ttf
Binary file not shown.
Binary file added app/assets/images/cocineros.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 27 additions & 7 deletions app/assets/stylesheets/layout.css.scss
@@ -1,9 +1,9 @@

@font-face
{
font-family: headline;
src: url('headline.ttf'),
url('headline.eot'); /* IE9+ */
font-family: theFont;
src: url('FranklinGotTExtCon.ttf'),
url('FranklinGotTExtCon.eot'); /* IE9+ */
}

body {
Expand Down Expand Up @@ -31,7 +31,7 @@ body {
#header, #footer {
width:100%;
overflow:hidden;
background-color: #324B4A;

}


Expand All @@ -41,7 +41,8 @@ body {

#header {
max-height:110px;
font-family: headline;
font-family: theFont;
text-transform:uppercase;
}

#logo {
Expand All @@ -52,6 +53,7 @@ body {

.logo_size {
max-height:110px;
border: none;
}

#header_right {
Expand Down Expand Up @@ -83,7 +85,9 @@ body {

.log {
background-color:white;

a{

color:black;
&:hover{
color:gray;
Expand Down Expand Up @@ -131,6 +135,7 @@ body {
display: inline;
list-style: none;
margin: 0 5px;

}
}
.tab{
Expand Down Expand Up @@ -161,6 +166,7 @@ body {
}
}


/* Main
*/

Expand All @@ -174,6 +180,7 @@ body {
*/
#left {
position:relative;
float:left;
margin: 0;
padding: 0;
display: block;
Expand All @@ -185,7 +192,8 @@ body {
#submenu {
color:white;
font-size:110%;
font-family: headline;
font-family: theFont;
text-transform:uppercase;
margin: 7px auto;
text-align: center;
white-space: nowrap;
Expand Down Expand Up @@ -213,13 +221,25 @@ body {
}

#central {
background-color: green;

}


/* RIGHT
*/

#right {
float:right;
max-width:24%;
}

/* This is SIDE SEARCH BOX
*/
#search_box{
position:absolute;
background-color:blue;

}


/* Pagination Style
Expand Down
5 changes: 2 additions & 3 deletions app/controllers/events_controller.rb
Expand Up @@ -17,9 +17,8 @@ def category
# GET /events
# GET /events.json
def index
#@events = Event.all

@events = Event.paginate(:page => params[:page], :order=> 'startDate ASC')
@events = Event.paginate(:page => params[:page])
#@events = Event.paginate(:page => params[:page], :order=> 'startDate ASC')
end

# GET /events/1
Expand Down
10 changes: 4 additions & 6 deletions app/views/layouts/application.html.haml
Expand Up @@ -110,9 +110,7 @@
%p#notice= notice
= yield
#right

#sidebar
#searchBox
#search_box
%p
=t :search_keyword
%input#event_title.blockShadow{:name => "titleinput", :size => "20", :type => "text", :value => ""}/
Expand All @@ -125,9 +123,9 @@
%p
=t :search_where
%input#search_where{:style=>"display=none", :name => "titleinput", :size => "20", :type => "date_select", :value => "", :placeholder => I18n.t(:search_placeholder_where)}/
%p ---------------------------------------
#sButton
%li= link_to "Crack on!", root_path
%p ---------------------------------------
#sButton
%li= link_to "Crack on!", root_path



Expand Down
Binary file not shown.
Binary file added public/assets/FranklinGotTExtCon.ttf
Binary file not shown.
Binary file modified public/assets/application-0e03e866fc154713367954aa3467479f.js.gz
Binary file not shown.

This file was deleted.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

0 comments on commit 326fb32

Please sign in to comment.