Skip to content

Commit

Permalink
Merge pull request #21 from wknet123/refinement_of_logo
Browse files Browse the repository at this point in the history
Refinement of logo
  • Loading branch information
reasonerjt committed Mar 11, 2016
2 parents 9b1c70d + 0a03b52 commit e39dfd4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ENV MYSQL_USR root \

COPY views /go/bin/views
COPY static /go/bin/static
COPY favicon.ico /go/bin/favicon.ico

RUN chmod u+x /go/bin/harbor \
&& sed -i 's/TLS_CACERT/#TLS_CAERT/g' /etc/ldap/ldap.conf \
Expand Down
Binary file added favicon.ico
Binary file not shown.
Binary file added static/resources/image/Harbor_Logo_rec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions views/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<p>&nbsp;</p>
<h1>Harbor</h1>
<p>&nbsp;</p>
<img class="pull-left" src="static/resources/image/Harbor_Logo_rec.png" alt="Harbor's Logo" height="180" width="360"/>
<p class="pull-left" style="margin-top: 85px; color: #245580; font-size: 30pt;">An enterprise-class registry server</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion views/segment/header-content.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Harbor <sub>BETA</sub></a>
<a class="navbar-brand" href="/"><img src="static/resources/image/Harbor_Logo_rec.png" height="40px" width="80px"/></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<form class="navbar-form navbar-right">
Expand Down

0 comments on commit e39dfd4

Please sign in to comment.