Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
home page styling coming along nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
kimballfrank committed Nov 3, 2012
1 parent 7cb3ed0 commit 5c673e1
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 28 deletions.
20 changes: 10 additions & 10 deletions webapp/public/bootstrap/less/ss-social.less
Expand Up @@ -11,22 +11,22 @@


@font-face { @font-face {
font-family: "SSSocial"; font-family: "SSSocial";
src: url('../../fonts/ss-social-circle.eot'); src: url('/fonts/ss-social-circle.eot');
src: url('../../fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'), src: url('/fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'),
url('../../fonts/ss-social-circle.woff') format('woff'), url('/fonts/ss-social-circle.woff') format('woff'),
url('../../fonts/ss-social-circle.ttf') format('truetype'), url('/fonts/ss-social-circle.ttf') format('truetype'),
url('../../fonts/ss-social-circle.svg#SSSocialCircle') format('svg'); url('/fonts/ss-social-circle.svg#SSSocialCircle') format('svg');
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }


@font-face { @font-face {
font-family: "SSSocial"; font-family: "SSSocial";
src: url('../../fonts/ss-social-regular.eot'); src: url('/fonts/ss-social-regular.eot');
src: url('../../fonts/ss-social-regular.eot?#iefix') format('embedded-opentype'), src: url('/fonts/ss-social-regular.eot?#iefix') format('embedded-opentype'),
url('../../fonts/ss-social-regular.woff') format('woff'), url('/fonts/ss-social-regular.woff') format('woff'),
url('../../fonts/ss-social-regular.ttf') format('truetype'), url('/fonts/ss-social-regular.ttf') format('truetype'),
url('../../fonts/ss-social-regular.svg#SSSocialRegular') format('svg'); url('/fonts/ss-social-regular.svg#SSSocialRegular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
Expand Down
10 changes: 5 additions & 5 deletions webapp/public/bootstrap/less/ss-standard.less
Expand Up @@ -10,11 +10,11 @@


@font-face { @font-face {
font-family: "SSStandard"; font-family: "SSStandard";
src: url('../../fonts/ss-standard.eot'); src: url('/fonts/ss-standard.eot');
src: url('../../fonts/ss-standard.eot?#iefix') format('embedded-opentype'), src: url('/fonts/ss-standard.eot?#iefix') format('embedded-opentype'),
url('../../fonts/ss-standard.woff') format('woff'), url('/fonts/ss-standard.woff') format('woff'),
url('../../fonts/ss-standard.ttf') format('truetype'), url('/fonts/ss-standard.ttf') format('truetype'),
url('../../fonts/ss-standard.svg#SSStandard') format('svg'); url('/fonts/ss-standard.svg#SSStandard') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
Expand Down
4 changes: 2 additions & 2 deletions webapp/public/bootstrap/less/variables.less
Expand Up @@ -20,7 +20,7 @@


// Accent colors // Accent colors
// ------------------------- // -------------------------
@blue: #049cdb; @blue: #44A1E1;
@blueDark: #0064cd; @blueDark: #0064cd;
@green: #46a546; @green: #46a546;
@red: #9d261d; @red: #9d261d;
Expand All @@ -38,7 +38,7 @@


// Links // Links
// ------------------------- // -------------------------
@linkColor: #08c; @linkColor: #44A1E1;
@linkColorHover: darken(@linkColor, 15%); @linkColorHover: darken(@linkColor, 15%);




Expand Down
30 changes: 25 additions & 5 deletions webapp/public/css/kitchenly.css
Expand Up @@ -38,11 +38,15 @@ body.has-bg-photo {
h1.tag-line { h1.tag-line {
color: #fff; color: #fff;
font-size: 48px; font-size: 48px;
line-height: 52px;

} }


h2.description { h2.description {
color: #fff; color: #fff;
font-size: 24px; font-size: 24px;
line-height: 36px;
margin-top: 20px;
font-weight: normal; font-weight: normal;
} }


Expand Down Expand Up @@ -94,31 +98,47 @@ h4.result-title {


#navbar-main { #navbar-main {
margin-top: 24px; margin-top: 24px;
clear: both;
} }


#navbar-main .navbar-inner { #navbar-main .navbar-inner {
padding-right: 0px; padding-right: 0px;
} }


.navbar-form { .navbar-form {
margin-left: -15px; margin-left: -16px;
} }


.navbar-form div { .navbar-form div {
margin-right: 3px; margin-right: 4px;
} }


#navbar-main input { #navbar-main input {
height: 34px; height: 42px;
line-height: 42px;
font-size: 18px; font-size: 18px;
top: -1px; top: -1px;
border: none;
padding-left: 10px;
} }


#navbar-main .add-on { #navbar-main .add-on {
height: 34px; height: 33px;
font-size: 24px; width: 25px;
font-size: 18px;
line-height: 35px;
top: -1px; top: -1px;
padding-top: 5px;
position: relative; position: relative;
color: #333;
}

.homepage-feature {
background: #2B2B29;
margin-left: 0px;
padding: 20px;
margin-bottom: 20px;

} }


#guest-number-picker .btn{ #guest-number-picker .btn{
Expand Down
11 changes: 6 additions & 5 deletions webapp/views/index.jade
Expand Up @@ -7,23 +7,24 @@ header.site-header
a(href='/') kitchen.ly a(href='/') kitchen.ly


div.page-contain.container div.page-contain.container
h1.tag-line.tk-proxima-nova Easily host dinners in your own kitchen. div.homepage-feature.span5
h2.description.tk-pt-serif-caption The best way to turn your kitchen into a restaurant and also find great dinners around town. h1.tag-line.tk-proxima-nova Easily host dinners in your own kitchen.
h2.description.tk-pt-serif-caption The best way to turn your kitchen into a restaurant and also find great dinners around town.


div#navbar-main.navbar.navbar-inverse div#navbar-main.navbar.navbar-inverse
div.navbar-inner div.navbar-inner
form(class="navbar-form pull-left") form(class="navbar-form pull-left")
div#city-picker.input-append.pull-left div#city-picker.input-append.pull-left
input(type="input", placeholder="What city do you want to eat in?")#date-time.span4 input(type="input", placeholder="What city do you want to eat in?")#date-time.span4
span.add-on span.add-on
i.icon-map-marker span.ss-icon.ss-standard location
div#date-picker.input-append.pull-left div#date-picker.input-append.pull-left
input(type="input", placeholder="When do you want to eat?")#location.span4 input(type="input", placeholder="When do you want to eat?")#location.span4
span.add-on span.add-on
i.icon-calendar span.ss-icon.ss-standard date
div#guest-number-picker.btn-group.pull-left div#guest-number-picker.btn-group.pull-left
button.btn.dropdown-toggle.btn-large(data-toggle="dropdown") 1 Guest button.btn.dropdown-toggle.btn-large(data-toggle="dropdown") 1 Guest
i.icon-user.pull-right span.ss-icon.ss-standard.pull-right users
ul.dropdown-menu ul.dropdown-menu
li li
a(href="#") 1 Guest a(href="#") 1 Guest
Expand Down
2 changes: 1 addition & 1 deletion webapp/views/layout.jade
@@ -1,5 +1,5 @@
!!! !!!
html html.no-js
head head
title= title title= title


Expand Down

0 comments on commit 5c673e1

Please sign in to comment.