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 Nov 20, 2024
1 parent ebb28a6 commit 27f9b68
Show file tree
Hide file tree
Showing 47 changed files with 651 additions and 306 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ docs: hugo-tools
rm -rf static/files/cluster-api-provider-aws
rm -rf static/files/cluster-api-provider-azure
rm -rf static/files/cluster-api-provider-gcp
rm -rf static/files/products/appscode/aws-marketplace
rm -rf static/files/products/appscode/azure-marketplace
rm -rf static/files/products/appscode/gcp-marketplace

.PHONY: docs-skip-assets
docs-skip-assets: hugo-tools
Expand All @@ -24,6 +27,9 @@ assets: hugo-tools
rm -rf static/files/cluster-api-provider-aws
rm -rf static/files/cluster-api-provider-azure
rm -rf static/files/cluster-api-provider-gcp
rm -rf static/files/products/appscode/aws-marketplace
rm -rf static/files/products/appscode/azure-marketplace
rm -rf static/files/products/appscode/gcp-marketplace

.PHONY: gen
gen:
Expand Down
10 changes: 10 additions & 0 deletions data/authors/abu-sayed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Abu Sayed",
"designation": "Software Engineer",
"company": "AppsCode Inc.",
"biography": "Abu Sayed is a Software Engineer, working at AppsCode Inc. He has been involved with KubeDB project since 2023 and very enthusiastic about Kubernetes and open source in general.",
"profile": "/assets/images/authors/abu-sayed.jpg",
"email": "sayed@appscode.com",
"github": "https://github.com/sayedppqq",
"linkedin": "https://www.linkedin.com/in/sayedppqq/"
}
9 changes: 9 additions & 0 deletions data/authors/ashraful-haque.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Ashraful Haque",
"designation": "Software Engineer",
"biography": "Ashraful Haque is a Software Engineer at AppsCode Inc., involved with the Kubernetes project since 2023. He is passionate about Kubernetes and dedicated to open-source technologies.",
"profile": "/assets/images/authors/ashraful.jpg",
"email": "ashraf@appscode.com",
"github": "https://github.com/AshrafulHaqueToni",
"linkedin": "https://www.linkedin.com/in/ashraful-haque-264133176"
}
2 changes: 1 addition & 1 deletion data/authors/md-ishtiaq-islam.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"designation": "Software Engineer",
"company": "AppsCode Inc.",
"biography": "Ishtiaq is a Software Engineer, working at AppsCode Inc. He has been involved with Kubernetes project since 2022 and very enthusiastic about Kubernetes and open source in general.",
"profile": "/assets/images/authors/profile-photos-84x84/md-ishtiaq-islam.jpg",
"profile": "/assets/images/authors/md-ishtiaq-islam.jpg",
"email": "ishtiaq@appscode.com",
"github": "https://github.com/ishtiaqhimel",
"linkedin": "https://www.linkedin.com/in/md-ishtiaq-islam/"
Expand Down
10 changes: 10 additions & 0 deletions data/authors/tapajit-chandra-paul.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Tapajit Chandra Paul",
"designation": "Software Engineer",
"company": "AppsCode Inc.",
"biography": "Tapajit Chandra Paul is a Software Engineer, working at AppsCode Inc. He has been involved with Kubernetes project since 2022 and very enthusiastic about Kubernetes and open source in general.",
"profile": "/assets/images/authors/tapajit-chandra-paul.jpg",
"email": "tapajit@appscode.com",
"github": "https://github.com/tapojit047",
"linkedin": "https://www.linkedin.com/in/tapajit-chandra-paul/"
}
18 changes: 9 additions & 9 deletions data/clouds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,63 @@
"aws": {
"key": "aws",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/aws.png",
"src": "/assets/images/clouds/aws.png",
"alt": "Amazon Web Services"
}
},
"azure": {
"key": "azure",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/azure.png",
"src": "/assets/images/clouds/azure.png",
"alt": "Microsoft Azure"
}
},
"gce": {
"key": "gce",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/gcp.png",
"src": "/assets/images/clouds/gcp.png",
"alt": "Google Cloud"
}
},
"digitalocean": {
"key": "digitalocean",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/digitalocean.png",
"src": "/assets/images/clouds/digitalocean.png",
"alt": "DigitalOcean"
}
},
"linode": {
"key": "linode",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/linode.png",
"src": "/assets/images/clouds/linode.png",
"alt": "Linode"
}
},
"openstack": {
"key": "openstack",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/openstack.png",
"src": "/assets/images/clouds/openstack.png",
"alt": "OpenStack"
}
},
"packet": {
"key": "packet",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/packet.png",
"src": "/assets/images/clouds/packet.png",
"alt": "Packet"
}
},
"baremetal": {
"key": "baremetal",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/baremetal.png",
"src": "/assets/images/clouds/baremetal.png",
"alt": "Baremetal"
}
},
"docker": {
"key": "docker",
"logo": {
"src": "https://cdn.appscode.com/images/clouds/docker.png",
"src": "/assets/images/clouds/docker.png",
"alt": "Docker"
}
}
Expand Down
24 changes: 15 additions & 9 deletions data/customers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"logo": "/assets/images/customers/2024/nokia.png",
"show": true
},
"bank-al-etihad": {
"name": "bank-al-etihad",
"website": "#",
"logo": "/assets/images/customers/2024/bank-al-etihad.png",
"show": true
},
"clewmed": {
"name": "Clewmed",
"website": "#",
Expand Down Expand Up @@ -86,55 +92,55 @@
"intersystems": {
"name": "InterSystems",
"website": "https://www.intersystems.com",
"logo": "https://cdn.appscode.com/images/customers/intersystems/logo.png",
"logo": "/assets/images/customers/intersystems/logo.png",
"show": false
},
"elpheria": {
"name": "Elpheria",
"website": "https://www.elpheria.com",
"logo": "https://cdn.appscode.com/images/customers/elpheria/logo.png",
"logo": "/assets/images/customers/elpheria/logo.png",
"show": false
},
"zebra": {
"name": "Zebra",
"website": "https://www.zebra.com",
"logo": "https://cdn.appscode.com/images/customers/zebra/logo.png",
"logo": "/assets/images/customers/zebra/logo.png",
"show": false
},
"pricehubble": {
"name": "PriceHubble AG",
"website": "https://pricehubble.com",
"logo": "https://cdn.appscode.com/images/customers/pricehubble/logo.svg",
"logo": "/assets/images/customers/pricehubble/logo.svg",
"show": false
},
"rungway": {
"name": "Rungway",
"website": "https://rungway.com",
"logo": "https://cdn.appscode.com/images/customers/rungway/logo.png",
"logo": "/assets/images/customers/rungway/logo.png",
"show": false
},
"devolutions": {
"name": "Devolutions.net",
"website": "https://devolutions.net",
"logo": "https://cdn.appscode.com/images/customers/devolutions/DevolutionsBlue-LR.png",
"logo": "/assets/images/customers/devolutions/DevolutionsBlue-LR.png",
"show": false
},
"liveramp": {
"name": "LiveRamp",
"website": "https://liveramp.com",
"logo": "https://cdn.appscode.com/images/customers/liveramp/logo.png",
"logo": "/assets/images/customers/liveramp/logo.png",
"show": false
},
"birdi": {
"name": "BIRDI Pty Ltd",
"website": "https://www.birdi.com.au",
"logo": "https://cdn.appscode.com/images/customers/birdi/BIRDI-Logo_Retina.png",
"logo": "/assets/images/customers/birdi/BIRDI-Logo_Retina.png",
"show": false
},
"astarte": {
"name": "Astarte",
"website": "http://astarte-platform.org",
"logo": "https://cdn.appscode.com/images/customers/astarte/astarte.png",
"logo": "/assets/images/customers/astarte/astarte.png",
"show": false
}
}
8 changes: 4 additions & 4 deletions data/press.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"link": "https://www.infoworld.com/article/3214627/3-open-source-projects-that-make-kubernetes-easier.html",
"timeToRead": "5 mins to Read",
"image": {
"src": "https://cdn.appscode.com/images/press/1.png"
"src": "/assets/images/press/1.png"
}
},
{
Expand All @@ -14,7 +14,7 @@
"link": "https://www.dataengineeringpodcast.com/kubedb-kubernetes-database-episode-79/",
"timeToRead": "50 mins to Listen",
"image": {
"src": "https://cdn.appscode.com/images/press/2.png"
"src": "/assets/images/press/2.png"
}
},
{
Expand All @@ -23,7 +23,7 @@
"link": "https://thenewstack.io/cncf-introduces-c/",
"timeToRead": "5 mins to Read",
"image": {
"src": "https://cdn.appscode.com/images/press/3.png"
"src": "/assets/images/press/3.png"
}
},
{
Expand All @@ -32,7 +32,7 @@
"link": "https://www.youtube.com/watch?v=7NDU7KkWolE",
"timeToRead": "10 mins to Watch",
"image": {
"src": "https://cdn.appscode.com/images/press/4.png"
"src": "/assets/images/press/4.png"
}
}
]
2 changes: 1 addition & 1 deletion data/products/appscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
],
"cta_area": {
"title": "Get Started with AppsCode",
"sub_title": "AppsCode is FREE to use on any supported Kubernetes engines. There is no up-front investment required, and you need to pay only for the resources you use to your infrastructure provider. We offer a 30 days license FREE of cost to try KubeDB.",
"sub_title": "AppsCode is FREE to use on any Kubernetes distribution. There is no up-front investment required, and you need to pay only for the resources you use to your infrastructure provider. We offer a 30 days license FREE of cost to try KubeDB.",
"url": "/contact"
}
}
Expand Down
Loading

0 comments on commit 27f9b68

Please sign in to comment.