Merge pull request #3390 from quay/joseph.schorr/QUAY-1383/change-logo
Update references from CoreOS to Red Hat
This commit is contained in:
commit
26b1aef33e
4 changed files with 11 additions and 33 deletions
|
@ -146,7 +146,7 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug
|
|||
<nav id="co-l-footer" class="page-footer hidden-xs">
|
||||
<div class="col-md-8">
|
||||
<ul>
|
||||
<li><span class="copyright">{{ version_number }} ©2014-{{ current_year }} CoreOS, Inc.</span></li>
|
||||
<li><span class="copyright">{{ version_number }} ©2014-{{ current_year }} Red Hat, Inc.</span></li>
|
||||
<li><a href="https://docs.quay.io/" ng-safenewtab>Documentation and Help</a></li>
|
||||
<li quay-require="['BILLING']"><a href="/tos" target="_self">Terms</a></li>
|
||||
<li quay-require="['BILLING']"><a href="/privacy" target="_self">Privacy</a></li>
|
||||
|
@ -161,7 +161,7 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug
|
|||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<a href="https://coreos.com" ng-safenewtab><img src="/static/img/coreos.svg"></a>
|
||||
<a href="https://redhat.com" ng-safenewtab><img src="/static/img/Logo_RH_RGB_Default.png"></a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
Reference in a new issue