Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed May 10, 2024
1 parent 547f3b7 commit d22aa7a
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 13 deletions.
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
}
}
}
6 changes: 3 additions & 3 deletions data/products/appscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
12 changes: 4 additions & 8 deletions static/assets/images/icon/cloud-service-provider/aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/images/icon/count/docker.webp
Binary file not shown.
Binary file added static/assets/images/icon/count/octocat.webp
Binary file not shown.
Binary file added static/assets/images/icon/count/support.webp
Binary file not shown.
5 changes: 5 additions & 0 deletions static/assets/images/partners/showcase/aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/assets/images/partners/showcase/azure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/assets/images/partners/showcase/gcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d22aa7a

Please sign in to comment.