Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add partner link #101

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions data/authors/dipta-brata-das.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Dipta Brata Das",
"designation": "Software Sales Engineer",
"company": "AppsCode Inc.",
"biography": "Dipta is a Software Sales Engineer, working at AppsCode Inc.",
"profile": "/assets/images/authors/dipta-brata-das.jpg",
"email": "diptod@appscode.com",
"github": "https://github.com/Amphibian007",
"linkedin": "https://www.linkedin.com/in/dipto-brata-das/"
}
2 changes: 1 addition & 1 deletion data/customers.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"name": "wiliot",
"website": "#",
"logo": "/assets/images/customers/2024/wiliot.png",
"show": true
"show": false
},
"intersystems": {
"name": "InterSystems",
Expand Down
42 changes: 42 additions & 0 deletions data/partners.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"showcase_partners": {
"aws": {
"name": "AWS",
"website": "https://aws.amazon.com/",
"logo": "/assets/images/partners/showcase/aws.svg",
"show": true
},
"azure": {
"name": "Azure",
"website": "https://azure.microsoft.com/en-gb/",
"logo": "/assets/images/partners/showcase/azure.svg",
"show": true
},
"gcp": {
"name": "Google Cloud",
"website": "https://cloud.google.com/",
"logo": "/assets/images/partners/showcase/gcp.svg",
"show": true
}
},
"technology_partners": {
"astrokube": {
"name": "Astrokube",
"website": "https://www.astrokube.com/",
"logo": "/assets/images/partners/technology/astrokube.svg",
"show": true
},
"cartman": {
"name": "Cartman",
"website": "https://www.cartman.fi/",
"logo": "/assets/images/partners/technology/cartman-digital.svg",
"show": true
},
"dedicatted": {
"name": "Dedicatted",
"website": "https://dedicatted.com/",
"logo": "/assets/images/partners/technology/dedicatted.svg",
"show": true
}
}
}
16 changes: 8 additions & 8 deletions data/products/appscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"themeColor": ""
},
"heroImage": {
"src": "/assets/images/products/appscode/appscode-hero.png",
"src": "/assets/images/products/appscode/appscode-hero.webp",
"alt": "AppsCode"
},
"logo": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"summary": "Our Mission is to Accelerate the transition to Containers by building a Kubernetes-native Data Platform",
"get_in_touch_url": "https://appscode.com/contact/",
"intro": "8az5rYUxyGs",
"hero_image": "/assets/images/products/appscode/appscode-hero.png"
"hero_image": "/assets/images/products/appscode/appscode-hero.webp"
},
"main_products": [
{
Expand Down Expand Up @@ -111,7 +111,7 @@
"Monitoring",
"Security"
],
"illustration": "/assets/images/products/kubedb/kubedb-illustration-1.png"
"illustration": "/assets/images/products/kubedb/kubedb-illustration-1.webp"
},
{
"id": "disaster-recovery",
Expand Down Expand Up @@ -193,8 +193,8 @@
],
"subscription": {
"title": "Cloud reimagined <br /> for the age of Kubernetes",
"summary_left": "Deploy, manage, upgrade Kubernetes on any cloud and automate deployment, scaling, and management of containerized applications. Make Kubernetes accessible any member of your development team using ByteBuilder's innovative Kubernetes Dashboard.",
"summary_right": "AppsCode simplifies and automate every single component related to Kubernetes. We produce high quality production-grade tools for developers to experience to make the most of their Kubernetes journey."
"summary_left": "Deploy, manage, upgrade Kubernetes on any cloud and automate deployment, scaling, and management of containerized applications. Make Kubernetes accessible any member of your development team using AppsCode's innovative Kubernetes Dashboard.",
"summary_right": "AppsCode simplifies every aspect of Kubernetes clusters. We produce high quality production-grade tools for developers so they can make the most out of their Kubernetes journey."
},
"social_connect": {
"title": "More than 5,000 developers use AppsCode products every month to deliver value",
Expand All @@ -214,23 +214,23 @@
"social_cards": [
{
"name": "Github",
"icon": "/assets/images/icon/count/octocat.svg",
"icon": "/assets/images/icon/count/octocat.webp",
"users": "5,000+",
"sub_title": "Github Stars",
"summary": "5000+ Github Stars. Lorem ipsum is a dular site advantage of the",
"url": "https://github.com/appscode"
},
{
"name": "Docker",
"icon": "/assets/images/icon/count/docker.svg",
"icon": "/assets/images/icon/count/docker.webp",
"users": "4.5M+",
"sub_title": "Docker Downloads",
"summary": "5000+ Github Stars. Lorem ipsum is a dular site advantage of the",
"url": "https://hub.docker.com/u/appscode"
},
{
"name": "Get Support",
"icon": "/assets/images/icon/count/support.svg",
"icon": "/assets/images/icon/count/support.webp",
"users": "70,000+",
"sub_title": "Operators Deployed",
"summary": "5000+ Github Stars. Lorem ipsum is a dular site advantage of the",
Expand Down
4 changes: 2 additions & 2 deletions data/products/bytebuilders.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
},
"repoURL": "https://github.com/bytebuilders",
"starRepo": "bytebuilders/community",
"docRepo": "bytebuilders/community",
"starRepo": "appscode/community",
"docRepo": "appscode/community",
"videos": {
"intro": "8az5rYUxyGs"
},
Expand Down
18 changes: 17 additions & 1 deletion data/products/kubedb.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,22 @@
"hostDocs": false,
"show": true
},
{
"version": "v2024.4.27",
"hostDocs": true,
"show": true,
"info": {
"autoscaler": "v0.30.0",
"cli": "v0.45.0",
"dashboard": "v0.21.0",
"installer": "v2024.4.27",
"ops-manager": "v0.32.0",
"provisioner": "v0.45.0",
"schema-manager": "v0.21.0",
"ui-server": "v0.21.0",
"webhook-server": "v0.21.0"
}
},
{
"version": "v2024.3.16",
"hostDocs": true,
Expand Down Expand Up @@ -1020,7 +1036,7 @@
"hostDocs": false
}
],
"latestVersion": "v2024.3.16",
"latestVersion": "v2024.4.27",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubedb",
Expand Down
11 changes: 10 additions & 1 deletion data/products/kubestash.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@
"hostDocs": false,
"show": true
},
{
"version": "v2024.4.27",
"hostDocs": true,
"show": true,
"info": {
"cli": "v0.7.0",
"installer": "v2024.4.27"
}
},
{
"version": "v2024.3.16",
"hostDocs": true,
Expand All @@ -186,7 +195,7 @@
}
}
],
"latestVersion": "v2024.3.16",
"latestVersion": "v2024.4.27",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubestash",
Expand Down
2 changes: 1 addition & 1 deletion data/products/voyager.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
},
"supportLinks": {
"Support URL": "https://appscode.freshdesk.com",
"Website URL": "https://appscode.com/products/voyager"
"Website URL": "https://voyagermesh.com/"
},
"stripeProductID": "prod_FARYkUPIIB0Ocx",
"plans": {
Expand Down
23 changes: 13 additions & 10 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<a class="single-product"
href="{{ index $.Site.Params $p.website.domainKey}}{{ $p.website.path }}">
<div class="product-logo">
<img src="{{ $p.icon.src }}" alt="{{ $p.icon.alt }}">
<img src="{{ $p.icon.src }}" alt="{{ $p.icon.alt }}" loading="lazy">
</div>
<div class="product-info">
<h6>{{ $p.name }}</h6>
Expand All @@ -195,7 +195,7 @@ <h6>{{ $p.name }}</h6>
<a class="single-product"
href="{{ index $.Site.Params $p.website.domainKey}}{{ $p.website.path }}">
<div class="product-logo">
<img src="{{ $p.icon.src }}" alt="{{ $p.icon.alt }}">
<img src="{{ $p.icon.src }}" alt="{{ $p.icon.alt }}" loading="lazy">
</div>
<div class="product-info">
<h6>{{ $p.name }}</h6>
Expand All @@ -216,7 +216,7 @@ <h6>{{ $p.name }}</h6>
<a class="single-product"
href="{{ index $.Site.Params $p.website.domainKey}}{{ $p.website.path }}">
<div class="product-logo">
<img src="{{ $p.icon.src }}" alt="{{ $p.icon.alt }}">
<img src="{{ $p.icon.src }}" alt="{{ $p.icon.alt }}" loading="lazy">
</div>
<div class="product-info">
<h6>{{ $p.name }}</h6>
Expand All @@ -239,7 +239,7 @@ <h6>{{ $p.name }}</h6>
<!-- single product description start -->
<div class="product-description">
<div class="brand">
<img src="{{ $p.logo.src }}" alt="{{ $p.logo.alt }}">
<img src="{{ $p.logo.src }}" alt="{{ $p.logo.alt }}" loading="lazy">
</div>

<p>{{ $p.summary | safeHTML }}</p>
Expand All @@ -264,7 +264,7 @@ <h6>{{ $p.name }}</h6>
<!-- single product description start -->
<div class="product-description">
<div class="brand">
<img src="{{ $p.logo.src }}" alt="{{ $p.logo.alt }}">
<img src="{{ $p.logo.src }}" alt="{{ $p.logo.alt }}" loading="lazy">
</div>


Expand All @@ -287,7 +287,7 @@ <h6>{{ $p.name }}</h6>
<!-- single product description start -->
<div class="product-description">
<div class="brand">
<img src="{{ $p.logo.src }}" alt="{{ $p.logo.alt }}">
<img src="{{ $p.logo.src }}" alt="{{ $p.logo.alt }}" loading="lazy">
</div>


Expand Down Expand Up @@ -395,6 +395,9 @@ <h6>RESOURCES</h6>
<!-- navbar items start -->
<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 Expand Up @@ -510,7 +513,7 @@ <h6>RESOURCES</h6>
<a href="{{ .PageRef }}" class="single-product">
{{ if .Pre }}
<div class="product-logo">
<img src="{{ .Pre }}" alt="Menu Icon">
<img src="{{ .Pre }}" alt="Menu Icon" loading="lazy">
</div>
{{ end }}
<div class="product-info">
Expand Down Expand Up @@ -548,7 +551,7 @@ <h6>{{ .Name }}</h6>
d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</a>
<img src="{{ $.Site.Params.intro_video.thumbnail }}" alt="">
<img src="{{ $.Site.Params.intro_video.thumbnail }}" alt="thumbnail" loading="lazy">
</div>
</div>
</div>
Expand Down Expand Up @@ -729,7 +732,7 @@ <h2 class="is-gradient" data-aos="fade-up" data-aos-duration="500">What They Are
<!-- user info wrapper start -->
<div class="user-info-wrapper">
<figure class="image is-64x64">
<img class="is-rounded" src="{{ $user.profile }}" alt="{{ $user.name }}">
<img class="is-rounded" src="{{ $user.profile }}" alt="{{ $user.name }}" loading="lazy">
</figure>
<div class="user-info">
<h5>{{ $user.name }}</h5>
Expand Down Expand Up @@ -810,7 +813,7 @@ <h3 data-aos="fade-up" data-aos-duration="500">Backup & Restore your Databases o
<!-- logo start -->
<div class="footer-logo">
<a href="{{.Site.Params.domain_appscode}}"><img src="{{$.Site.Data.products.appscode.logo.src}}"
alt="{{$.Site.Data.products.appscode.logo.alt}}" class="img" /></a>
alt="{{$.Site.Data.products.appscode.logo.alt}}" class="img" loading="lazy" /></a>
</div>
<!-- logo end -->

Expand Down
18 changes: 1 addition & 17 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@

{{ $p := (index .Site.Data.products .Site.Params.product_key) }}

<!-- banner adds start -->
<div class="banner-area-start modal-1">
<div class="modal">
<div class="modal-background" onclick="closeModal()"></div>
<div class="modal-content">
<div class="box p-0 is-flex">
<a href="https://appscode.com/webinar/" target="_blank">
<img src="/assets/images/webinar/10Feb22.png" alt="">
</a>
</div>
</div>
<button class="modal-close is-large" onclick="closeModal()"></button>
</div>
</div>
<!-- banner adds end -->

<!-- new hero area start -->
<!-- style="background-image: url(/assets/images/products/kubedb/hero-product-bg-dark.png);" -->
<section class="hero-area is-product is-gradient is-dark has-image-bg" style="background-image:
Expand Down Expand Up @@ -152,7 +136,7 @@ <h2 class="is-gradient" data-aos="fade-up" data-aos-duration="500">Special Featu
<div class="single-features-item" data-aos="fade-up"
data-aos-duration="500">
<div class="feature-icon">
<img src="{{ $f.icon.src }}" alt="{{ $f.icon.alt }}" />
<img src="{{ $f.icon.src }}" alt="{{ $f.icon.alt }}" loading="lazy"/>
</div>
<div class="feature-information">

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/images/addons/illustrations/data-encryption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/images/addons/illustrations/deduplication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/images/addons/illustrations/logical-backup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/images/addons/illustrations/monitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/images/addons/illustrations/volume-snapshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions static/assets/images/addons/logos/elasticsearch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading