Skip to content

Commit

Permalink
Add partner link (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <mohin@appscode.com>
  • Loading branch information
mohin7 committed May 13, 2024
1 parent d22aa7a commit e8fb97d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
8 changes: 8 additions & 0 deletions data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"kubeform"
]
},
"ossMenu": {
"c0": [
"guard"
],
"c1": [
"kubed"
]
},
"productMenu": {
"c0": [
"kubedb",
Expand Down
3 changes: 3 additions & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,9 @@ <h6><a href="{{ $p.RelPermalink }}">{{ $p.Title }}</a></h6>
</div>
<div class="navbar-right-group">
<ul>
<li class="nav-item">
<a href="https://appscode.com/partner/" class="link">Partner</a>
</li>
<li class="nav-item">
<a href="https://appscode.freshdesk.com" class="link">Support</a>
</li>
Expand Down
31 changes: 11 additions & 20 deletions static/assets/sass/components/_product-hero-area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
h1 {
strong {
color: $ac-primary;
// position: relative;
// z-index: 1;
// &:after{
// position: absolute;
// content: "";
// left: 0;
// top: 80%;
// width: 100%;
// height: 100%;
// background-image: url(../images/shape/underline.svg);
// background-repeat: no-repeat;
// z-index: -1;
// }
}
}
&.elasticsearch {
Expand Down Expand Up @@ -190,6 +177,9 @@
.button.ac-button {
border-color: rgba(255, 255, 255, 0.5);
color: $ac-white;
&.is-white {
color: $ac-primary;
}

&:hover {
border-color: $ac-primary;
Expand Down Expand Up @@ -409,14 +399,19 @@

.social-prove-brand-area {
.brand-image-wrapper {
padding: 30px 0;
padding: 16px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 100%;

.single-brand {
border: 1px solid $ac-white-light;
border-radius: 4px;
display: flex;
align-items: center;
padding: 12px 24px;
img {
max-height: 2rem;
filter: grayscale(1);
Expand Down Expand Up @@ -490,7 +485,7 @@ Responsive Classes

.social-prove-brand-area {
.brand-image-wrapper {
padding: 30px 0;
padding: 16px 0;
padding-bottom: 0px;
justify-content: center;

Expand Down Expand Up @@ -557,10 +552,6 @@ Responsive Classes
.social-prove-brand-area {
.brand-image-wrapper {
justify-content: center;

.single-brand {
padding: 0 10px;
}
}
}
}
Expand All @@ -579,7 +570,7 @@ Responsive Classes
}
.social-prove-brand-area {
.brand-image-wrapper {
padding: 30px 0;
padding: 16px 0;
}
}
.hero-area-code-editor {
Expand Down

0 comments on commit e8fb97d

Please sign in to comment.