Skip to content

Commit

Permalink
#22 Use the new cortex logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 9, 2017
1 parent f080f66 commit 2862a9e
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 11 deletions.
Binary file added ui/app/images/favicons/favicon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/app/images/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/app/images/favicons/favicon-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/app/images/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/app/images/favicons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions ui/app/images/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion ui/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<meta name="viewport" content="width=device-width">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

<link rel="icon" type="image/png" href="favicon.png" />
<link rel="icon" type="image/png" href="images/favicons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="images/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="images/favicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="images/favicons/favicon-128.png" sizes="128x128" />

<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
Expand Down
16 changes: 7 additions & 9 deletions ui/app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ body {
margin-bottom: 30px;
}


.footer {
/*margin-top: 30px;*/
height: 50px;
}


.clickable {
cursor: pointer;
}
Expand All @@ -26,12 +23,13 @@ body {
.nowrap {
white-space: nowrap;
}
/*.header,
.footer {
padding-left: 15px;
padding-right: 15px;
}*/

.navbar-header {
padding-left: 10px;
}
.navbar-brand {
width: 130px;
padding: 12px 15px;
}
.footer {
padding-top: 19px;
border-top: 1px solid #e5e5e5;
Expand Down
5 changes: 4 additions & 1 deletion ui/app/views/components/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<nav class="navbar navbar-static-top" ng-controller="NavCtrl as nav">
<div class="container">
<div class="navbar-header">
<a href class="navbar-brand"><b>Cortex</b></a>
<!-- <a href class="navbar-brand"><b>Cortex</b></a> -->
<a class="navbar-brand" ui-sref="analyzers">
<img alt="Cortex" src="images/logo-small.svg">
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<i class="fa fa-bars"></i>
</button>
Expand Down

0 comments on commit 2862a9e

Please sign in to comment.