Skip to content

Commit

Permalink
Adding logs and style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cortezcristian committed Sep 2, 2015
1 parent 7733b38 commit 6dc34ea
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 1 deletion.
Binary file added public/favicon-16x16.png
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/favicon-32x32.png
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/favicon-96x96.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/img/anyandgo-logo.png
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/anyandgo-logo.xcf
Binary file not shown.
Binary file added public/img/anyandgo_logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ extends layout
block content
.row.our-main-content
.col-md-3#side
h2.text-center(style="background-color: #333;color:#858585;padding:10px;") Pick anyandgo!
h2.text-center(style="background-color: #333;color:#858585;padding:10px;margin:0;")
img(src="./img/anyandgo-logo.png", style="width:95px;")
| Pick anyandgo!
#topics
ul.hide
li.folder.expanded Docs
Expand Down
4 changes: 4 additions & 0 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ html(lang='en',ng-app="anyandgoApp")
meta(charset='UTF-8')
meta(name='viewport', content='width=device-width')
title= title
// Favicon
link(rel='icon', type='image/png', sizes='32x32', href='/favicon-32x32.png')
link(rel='icon', type='image/png', sizes='96x96', href='/favicon-96x96.png')
link(rel='icon', type='image/png', sizes='16x16', href='/favicon-16x16.png')
block meta
// for Google
meta(name='description', content='')
Expand Down
1 change: 1 addition & 0 deletions views/stylus/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ body
background: #3D3D3D;
border-bottom: 1px solid #5B5B5B;
#content
box-shadow: 2px 0 10px #000;
position: absolute;
top: 0;
//left: 196px;
Expand Down

0 comments on commit 6dc34ea

Please sign in to comment.