Skip to content

Commit

Permalink
Adds a link to the status page in the footer of the website
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Bauer <[email protected]>
  • Loading branch information
Vad1mo committed Oct 10, 2024
1 parent f184dab commit 9185909
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 19 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ignoreFiles = ["README.md"]
tagline = "Manage and serve container images in a secure environment"
description = "Our mission is to be the trusted cloud native repository for Kubernetes"
intro = "Want to know more about what Harbor is and how it works? Watch this intro video to see how Harbor is helping organizations deliver a consistent image management solution across a variety of cloud native compute platforms like [Kubernetes](https://kubernetes.io) and [Docker](https://docker.com)."
font_awesome_version = "5.12.0"
font_awesome_version = "6.6.0"
favicon = "favicon.png"
cncf_status = "Graduated"
repo = "goharbor/harbor"
Expand Down
58 changes: 40 additions & 18 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,57 +8,79 @@
</div>

<div class="column">
<a class="has-text-black is-small" target="_blank" href="{{ site.Params.github }}">
<div>
<a class="has-text-black is-small" target="_blank" href="{{ site.Params.github }}">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>
<span>
GitHub
</span>
</a>
<br/>
<a class="has-text-black is-small" target="_blank" href="{{ site.Params.logo_repo }}">
</a>
</div>
<div>
<a class="has-text-black is-small" target="_blank" href="{{ site.Params.status_page }}">
<span class="icon">
<i class="fa-solid fa-gauge"></i>
</span>
<span>
Community Registry Status
</span>
</a>
</div>
<div>
<a class="has-text-black is-small" target="_blank" href="{{ site.Params.logo_repo }}">
<span class="icon">
<i class="fa fa-palette"></i>
</span>
<span>
<span>
Logos
</span>
</a>
</a>
</div>
</div>


<div class="column">
<a class="has-text-black is-small" target="_blank" href="{{ site.Params.slack }}">
<div>
<a class="has-text-black is-small" target="_blank" href="{{ site.Params.slack }}">
<span class="icon">
<i class="fab fa-slack"></i>
</span>
<span>
<span>
Slack
</span>
</a>
<br/>
<a class="has-text-black is-small" target="_blank" href="https://twitter.com/{{ site.Params.twitter }}">
</a>
</div>
<div>
<a class="has-text-black is-small" target="_blank"
href="https://twitter.com/{{ site.Params.twitter }}">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
<span>
<span>
Twitter
</span>
</a>
</a>
</div>
</div>
</div>

<hr class="thick" />
<hr class="thick"/>

<div class="is-size-6 has-text-black has-text-weight-light">
<p>
&copy; Harbor Authors {{ $year}} | Documentation Distributed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY-4.0</a>
&copy; Harbor Authors {{ $year}} | Documentation Distributed under <a
href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY-4.0</a>
</p>

<br />
<br/>

<p>
&copy; {{ $year }} <a href="https://linuxfoundation.org" target="_blank">The Linux Foundation</a>. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://linuxfoundation.org/trademark-usage" target="_blank">Trademark Usage</a> page.
&copy; {{ $year }} <a href="https://linuxfoundation.org" target="_blank">The Linux Foundation</a>. All
rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of
trademarks of The Linux Foundation, please see our <a
href="https://linuxfoundation.org/trademark-usage" target="_blank">Trademark Usage</a> page.
</p>
</div>
</div>
Expand Down

0 comments on commit 9185909

Please sign in to comment.