Skip to content

Commit

Permalink
Add favicon, add new logo, update branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Apsu committed Mar 1, 2013
1 parent aa6129d commit da3975d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboard.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ app = express()
app.configure ->
app.set "port", process.env.PORT or 3000
app.set "sport", process.env.SPORT or 3443
app.use express.favicon()
app.use express.favicon(path.join __dirname, "source/favicon.ico")
app.use express.logger("dev")
app.use express.bodyParser()
app.use express.methodOverride()
Expand Down
2 changes: 1 addition & 1 deletion source/coffee/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $ ->
IndexModel = ->
# TODO: Map from data source
@siteNav = ko.observableArray [
name: "Workspace"
name: "OpenCenter"
template: "indexTemplate"
#,
# name: "Profile"
Expand Down
2 changes: 1 addition & 1 deletion source/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Header
background: transparent url('../img/logo-rackspace.png') no-repeat;
background-position: center center;
width: 190px;
height: 70px;
height: 48px;
display: block;
overflow: hidden;
text-indent: 200%;
Expand Down
Binary file added source/favicon.ico
Binary file not shown.
Binary file modified source/img/logo-rackspace.png
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 views/layout.jade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
doctype 5
html
head
title= "OpenCenter Dashboard"
title= "OpenCenter"
link(href='/css/bootstrap.min.css', rel='stylesheet')
link(href='/css/bootstrap-responsive.min.css', rel='stylesheet')
link(href='/css/custom.css', rel='stylesheet')
Expand All @@ -16,4 +16,4 @@ html
script(src='/js/knockout-mapping.min.js')
script(src='/js/knockout-sortable.min.js')
script(src='/js/dashboard.js')
script(src='/js/index.js')
script(src='/js/index.js')

0 comments on commit da3975d

Please sign in to comment.