Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7c194ae
Add homepage data
mohin7 Mar 31, 2026
81e0655
Update hero area
mohin7 Mar 31, 2026
8bd32ef
Update with reusable components
mohin7 Mar 31, 2026
d3d554b
Update homepage
mohin7 Mar 31, 2026
ac025fb
Update product section
mohin7 Apr 1, 2026
3740aea
Add cta section
mohin7 Apr 1, 2026
a999a4e
Update section title
mohin7 Apr 1, 2026
d52900a
Update cta area
mohin7 Apr 1, 2026
15d5c06
Update css
mohin7 Apr 1, 2026
1f93ac3
Remove old css
mohin7 Apr 1, 2026
4aca2cf
Update final cta section
mohin7 Apr 2, 2026
23aeb30
Update service catagories section
mohin7 Apr 2, 2026
f2d8fa0
Update services section
mohin7 Apr 2, 2026
29356d1
Update service content
mohin7 Apr 2, 2026
c3fe425
Fix icon issue
mohin7 Apr 2, 2026
3b11c0d
Update services data
mohin7 Apr 2, 2026
a24cbba
Update cards width
mohin7 Apr 2, 2026
269487b
Update typo
mohin7 Apr 2, 2026
2301ea7
Update products section
mohin7 Apr 2, 2026
e9d47ee
Update products section
mohin7 Apr 2, 2026
5167ac5
Update homepage
mohin7 Apr 2, 2026
25ab9ae
Update our services
mohin7 Apr 2, 2026
d25a83b
Update consistancy
mohin7 Apr 2, 2026
5d0c3f6
Update url
mohin7 Apr 2, 2026
aee617e
Update responsive design
mohin7 Apr 2, 2026
b9c7128
Update url
mohin7 Apr 2, 2026
430de55
Update data
mohin7 Apr 2, 2026
13f269e
Update contact
mohin7 Apr 2, 2026
21c405a
Update contact
mohin7 Apr 2, 2026
718baa2
Update animation
mohin7 Apr 2, 2026
c1e5daf
Update right side content
mohin7 Apr 2, 2026
f53dd0c
Update color
mohin7 Apr 3, 2026
62ba349
Update css
mohin7 Apr 3, 2026
9ed9eaf
Update responsive issue
mohin7 Apr 3, 2026
eed958d
Update responsive design
mohin7 Apr 3, 2026
0f93597
Update icon svg to iconify
mohin7 Apr 3, 2026
7e8936d
Move data
mohin7 Apr 3, 2026
a1ed864
Update data
mohin7 Apr 3, 2026
77f708b
Update tags width
mohin7 Apr 3, 2026
82f554c
Update button spacing
mohin7 Apr 3, 2026
51f03ef
Fix spacing issue
mohin7 Apr 3, 2026
c31b124
30+ -> 25+
tamalsaha Apr 3, 2026
02dfe40
Fix button issue
mohin7 Apr 3, 2026
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
10 changes: 10 additions & 0 deletions data/authors/samiul-islam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Samiul Islam",
"designation": "Senior Software Engineer",
"company": "AppsCode Inc.",
"biography": "Samiul Islam is a Senior Software Engineer, working at AppsCode Inc.",
"profile": "/assets/images/authors/sami.jpg",
"email": "sami@appscode.com",
"github": "https://github.com/samiulsami",
"linkedin": "https://www.linkedin.com/in/samiulsami7786/"
}
134 changes: 134 additions & 0 deletions data/products/appscode/hero_cards.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
{
"cards": [
{
"label": "PRODUCT",
"name": "KubeDB",
"border_class": "border-blue",
"icon_bg": "has-background-link-light",
"icon_color": "has-text-link",
"label_color": "has-text-link",
"wobble_duration": "2.8s",
"lucide_icon": "lucide:database"
},
{
"label": "SERVICE",
"name": "App Modernization",
"border_class": "border-teal",
"icon_bg": "has-background-primary-light",
"icon_color": "has-text-primary",
"label_color": "has-text-primary",
"wobble_duration": "2.6s",
"lucide_icon": "lucide:code"
},
{
"label": "PRODUCT",
"name": "KubeStash",
"border_class": "border-green",
"icon_bg": "has-background-success-light",
"icon_color": "has-text-success",
"label_color": "has-text-success",
"wobble_duration": "2.2s",
"lucide_icon": "lucide:archive"
},
{
"label": "SERVICE",
"name": "Managed Cloud",
"border_class": "border-green",
"icon_bg": "has-background-success-light",
"icon_color": "has-text-success",
"label_color": "has-text-success",
"wobble_duration": "3.0s",
"lucide_icon": "lucide:cloud"
},
{
"label": "PRODUCT",
"name": "Voyager",
"border_class": "border-blue",
"icon_bg": "has-background-link-light",
"icon_color": "has-text-link",
"label_color": "has-text-link",
"wobble_duration": "3.1s",
"lucide_icon": "lucide:git-merge"
},
{
"label": "SERVICE",
"name": "Managed K8s",
"border_class": "border-blue",
"icon_bg": "has-background-info-light",
"icon_color": "has-text-info",
"label_color": "has-text-info",
"wobble_duration": "2.5s",
"lucide_icon": "lucide:server"
},
{
"label": "PRODUCT",
"name": "KubeVault",
"border_class": "border-pink",
"icon_bg": "has-background-danger-light",
"icon_color": "has-text-danger",
"label_color": "has-text-danger",
"wobble_duration": "2.7s",
"lucide_icon": "lucide:shield"
},
{
"label": "SERVICE",
"name": "Managed Databases",
"border_class": "border-orange",
"icon_bg": "has-background-warning-light",
"icon_color": "has-text-warning",
"label_color": "has-text-warning",
"wobble_duration": "2.4s",
"lucide_icon": "lucide:database"
},
{
"label": "PRODUCT",
"name": "ACE Platform",
"border_class": "border-orange",
"icon_bg": "has-background-warning-light",
"icon_color": "has-text-warning",
"label_color": "has-text-warning",
"wobble_duration": "2.1s",
"lucide_icon": "lucide:cloud"
},
{
"label": "SERVICE",
"name": "Platform Engineering",
"border_class": "border-pink",
"icon_bg": "has-background-danger-light",
"icon_color": "has-text-danger",
"label_color": "has-text-danger",
"wobble_duration": "2.9s",
"lucide_icon": "lucide:cpu"
},
{
"label": "SERVICE",
"name": "Product Engineering",
"border_class": "border-pink",
"icon_bg": "has-background-danger-light",
"icon_color": "has-text-danger",
"label_color": "has-text-danger",
"wobble_duration": "3.3s",
"lucide_icon": "lucide:box"
},
{
"label": "SERVICE",
"name": "SRE",
"border_class": "border-pink",
"icon_bg": "has-background-danger-light",
"icon_color": "has-text-danger",
"label_color": "has-text-danger",
"wobble_duration": "2.3s",
"lucide_icon": "lucide:shield-check"
},
{
"label": "SERVICE",
"name": "Observability",
"border_class": "border-teal",
"icon_bg": "has-background-primary-light",
"icon_color": "has-text-primary",
"label_color": "has-text-primary",
"wobble_duration": "2.5s",
"lucide_icon": "lucide:bar-chart-2"
}
]
}
121 changes: 121 additions & 0 deletions data/products/appscode/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"hero": {
"tag": "Partner for Cloud Native Transformation",
"title_main": "Run Kubernetes.",
"title_highlight": "Your Way.",
"description": "We provide production-grade Kubernetes products and comprehensive managed services to accelerate your cloud native journey. Build, deploy, and manage with absolute confidence.",
"buttons": [
{
"text": "Explore Products",
"url": "#products-area",
"is_primary": true,
"is_white": false,
"lucide_icon": "lucide:arrow-right"
},
{
"text": "View Services",
"url": "#services-section",
"is_primary": false,
"is_white": true,
"lucide_icon": "lucide:arrow-right"
}
],
"stats": [
{
"value": "99.99%",
"label": "Uptime SLA",
"lucide_icon": "lucide:activity",
"icon_color": "#22c55e"
},
{
"value": "10K+",
"label": "Deployments",
"lucide_icon": "lucide:server",
"icon_color": "#4b5563"
},
{
"value": "Multi-Cloud",
"label": "Supported",
"lucide_icon": "lucide:globe",
"icon_color": "#22c55e"
}
]
},
"trusted_companies": {
"title_main": "Trusted by Companies",
"title_highlight": "Worldwide"
},
"products_area": {
"tag": "Our Products",
"title": "Kubernetes-Native Products",
"subtitle": "Production-ready operators and tools designed to simplify your Kubernetes operations"
},
"small_cta": {
"title": "Looking for Enterprise Support?",
"subtitle": "Use our Products standalone or combine them with our Managed Services for the best of both worlds. One vendor. Complete peace of mind.",
"button": {
"text": "Contact Sales",
"url": "/contact"
}
},
"services_area": {
"tag": "OUR SERVICES",
"title": "Comprehensive Cloud-Native Services",
"subtitle": "From application modernization to managed infrastructure — expert services tailored to your needs",
"sidebar_title": "SERVICE CATEGORIES",
"stats": [
{
"value": "24/7",
"label": "Expert Support",
"lucide_icon": "lucide:award",
"is_neutral": false
},
{
"value": "99.9%",
"label": "SLA Uptime",
"lucide_icon": "lucide:activity",
"is_neutral": true
},
{
"value": "500+",
"label": "Projects Delivered",
"lucide_icon": "lucide:globe",
"is_neutral": false
}
]
},
"testimonials_area": {
"title_main": "What They Are",
"title_highlight": "Saying About us",
"subtitle": "Trusted by top engineers at the most ambitious companies"
},
"final_cta": {
"tag": "LET'S BUILD TOGETHER",
"title_main": "Ready to Transform Your",
"title_highlight": "Cloud Native Journey?",
"subtitle": "Join hundreds of companies using AppsCode products and services to build, deploy, and manage production-grade Kubernetes applications.",
"benefits": [
{
"text": "Enterprise Support",
"lucide_icon": "lucide:shield"
},
{
"text": "24/7 Monitoring",
"lucide_icon": "lucide:zap"
},
{
"text": "Expert Consultation",
"lucide_icon": "lucide:circle-check"
}
],
"button_primary": {
"text": "Get Started Today",
"url": "/contact/"
},
"button_secondary": {
"text": "Explore Products",
"url": "#products-area"
},
"social_proof": "Trusted by Fortune 500 companies and innovative startups worldwide"
}
}
Loading
Loading