Skip to content
This repository has been archived by the owner on Aug 17, 2018. It is now read-only.

Commit

Permalink
[ux] add pasteur logo (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Apr 20, 2016
1 parent aad31a2 commit e14c888
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ span.policymaker_name {
margin-bottom: 3px;
text-align: center;
}

#pasteur-logo {
width: 150px;
}

img.center {
display: block;
margin: 0 auto;
}
Binary file added static/img/pasteur.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: 4 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<link rel="stylesheet" type="text/css" href="app.css">
</head>
<body ng-app="roarmap-h2020-view">
<a href="http://www.pasteur4oa.eu/">
<img src="img/pasteur.png" alt="Pasteur4oa logo" class="center"
id="pasteur-logo" />
</a>
<div class="center">
<a href="#/search">[search]</a>
<a href="#/by/country">[by country]</a>
Expand Down

0 comments on commit e14c888

Please sign in to comment.