Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/members/octopusdeploy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Octopus Deploy
site: https://octopus.com
logo: octopusdeploy.svg
---
4 changes: 4 additions & 0 deletions content/members/octopusdeploy/octopusdeploy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const Header = ({ color }) => {
<React.Fragment>

<div className="announcement-banner bg-[#302871] py-3">
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/register/?utm_source=argoproj&utm_medium=homepage&utm_campaign=10608228-KubeCon-NA-2025&utm_content=hero">
Join us at ArgoCon NA 2025, colocated with KubeCon/CloudNativeCon 2025 · Nov 10-13 · Register Today!
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/?utm_source=argoproj&utm_medium=homepage&utm_campaign=10608228-KubeCon-NA-2025&utm_content=hero">
Join us at ArgoCon Amsterdam 2026, colocated with KubeCon EU 2026 · March 23-26 · Register Today!
<svg class="HoverArrow" width="10" height="10" viewBox="0 0 10 10" aria-hidden="true">
<g fill-rule="evenodd">
<path class="HoverArrow__linePath" d="M0 5h7"></path>
Expand Down
2 changes: 1 addition & 1 deletion src/components/maintainers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Maintainers = () => {
filter: {
internal: {
contentFilePath: {
regex: "/(members/codefresh|intuit|blackrock|redhat|akuity|pipekit)/"
regex: "/(members/octopusdeploy|intuit|blackrock|redhat|akuity|pipekit)/"
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
.announcement-banner svg {
fill: #ffffff;
}

.items-center img {
max-height: 75%;
}