diff --git a/content/en/about/training/index.md b/content/en/about/training/index.md new file mode 100644 index 0000000000..5d53d5b8d3 --- /dev/null +++ b/content/en/about/training/index.md @@ -0,0 +1,38 @@ +--- +title: Training and Certification +description: A list of providers for professional Istio Training and Certification. +subtitle: The array of providers who can help you with professional Istio Training and Certification. +weight: 34 +skip_toc: true +skip_byline: true +skip_pagenav: true +doc_type: about +--- + +[comment]: <> (To add an Istio certification or training, please see https://github.com/istio/community/blob/master/CONTRIBUTING.md#promote-your-company-on-istioio.) + +{{< tabset category-name="ecosystem-type" class="tabset--ecosystem" forget-tab=true >}} + +{{< tab + name="Training" + category-value="Training" + description="Learn how Istio Service Mesh can boost your platform, with well crafted, professional courses." +>}} + +{{< interactive_panels items="training" >}} + +{{< /tab >}} + +{{< tab + name="Certification" + category-value="Certification" + description="Here are some of the well-known certification exams available to validate your Istio skills" +>}} + +{{< interactive_panels items="certification" >}} + +{{< /tab >}} + +{{< /tabset >}} + +{{< interactive_panel_modal >}} diff --git a/data/companies.yml b/data/companies.yml index 59c14828fb..5177f3136c 100644 --- a/data/companies.yml +++ b/data/companies.yml @@ -594,3 +594,40 @@ users: - name: "GoTo Financial" logo: "/logos/gotofinancial.svg" url: "https://gotofinancial.com/" + +training: + - name: "Introduction to Istio" + logo: "/logos/lf-training.png" + url: "https://training.linuxfoundation.org/training/introduction-to-istio-lfs144/" + description: "Introduction to Istio (LFS144)" + details: + - "This course is a practical introduction to Istio, designed for anyone who wishes to build on their knowledge of Linux, Docker, and Kubernetes to learn how to install and configure a service mesh and to understand the benefits of deploying and running distributed applications in a service mesh environment." + - name: "Istio ServiceMesh Essentials" + logo: "/logos/lf-training.png" + url: "https://training.linuxfoundation.org/training/introduction-to-istio-lfs245/" + description: "Istio ServiceMesh Essentials (LFS245)" + details: + - "Dive into Istio, the secure, feature-rich, service mesh solution for Kubernetes-based microservices architecture." + - name: "Your Name Here" + logo: "/logos/istio.svg" + url: "https://github.com/istio/community/blob/master/CONTRIBUTING.md#promote-your-company-on-istioio" + description: "Submit a PR to add your professional Istio course details here!" + details: + - "Add information about your what the course focuses on" + - "You can add multiple paragraphs." + +certification: + - name: "Istio Certified Associate" + logo: "/logos/ica-icon-color.svg" + url: "https://training.linuxfoundation.org/certification/istio-certified-associate-ica/" + description: "The Istio Certified Associate (ICA) by the Linux Foundation" + details: + - "The Istio Certified Associate (ICA) exam demonstrates a solid understanding of Istio principles, terminology, and best practices for setting up Istio." + - "The ICA is a pre-professional certification designed for engineers, CI/CD practitioners, or anyone with special interests in Istio. A certified ICA will confirm their foundational knowledge of Istio principles, terminology, and best practices and demonstrate their ability to set up Istio." + - name: "Your Name Here" + logo: "/logos/istio.svg" + url: "https://github.com/istio/community/blob/master/CONTRIBUTING.md#promote-your-company-on-istioio" + description: "Submit a PR to add your professional Istio certification exam details here!" + details: + - "Add information about your how the certification exam can be taken" + - "You can add multiple paragraphs." \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index ae3ea26407..98cd47044f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -147,13 +147,21 @@ disableAliases = true parent = "about" weight = 5 + [[menu.main]] + identifier = "training" + name = "Training" + title = "Training" + url = "/about/training" + parent = "about" + weight = 6 + [[menu.main]] identifier = "faq" name = "FAQ" title = "FAQ" url = "/about/faq" parent = "about" - weight = 6 + weight = 7 [[menu.main]] identifier = "blog" diff --git a/static/logos/ica-icon-color.svg b/static/logos/ica-icon-color.svg new file mode 100644 index 0000000000..561af355cb --- /dev/null +++ b/static/logos/ica-icon-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/logos/lf-training.png b/static/logos/lf-training.png new file mode 100644 index 0000000000..1d45a3fa36 Binary files /dev/null and b/static/logos/lf-training.png differ