mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 06:28:06 +01:00
Merge pull request #21 from wknet123/refinement_of_logo
Refinement of logo
This commit is contained in:
commit
e39dfd48ac
@ -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 \
|
||||
|
BIN
favicon.ico
Executable file
BIN
favicon.ico
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
static/resources/image/Harbor_Logo_rec.png
Executable file
BIN
static/resources/image/Harbor_Logo_rec.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -15,9 +15,8 @@
|
||||
<!-- Main jumbotron for a primary marketing message or call to action -->
|
||||
<div class="jumbotron">
|
||||
<div class="container">
|
||||
<p> </p>
|
||||
<h1>Harbor</h1>
|
||||
<p> </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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user