Skip to content

Commit

Permalink
Add project logos (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 29, 2023
1 parent e677f49 commit ddb6129
Show file tree
Hide file tree
Showing 10 changed files with 653 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Infrastructure as a Service (IaaS) with OpenStack',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/logo-openstack.svg').default,
description: (
<>
Discover the Power of Flexibility and Scalability with OpenStack! In the dynamic world of cloud computing, OpenStack stands out as a comprehensive open-source solution, empowering businesses with robust Infrastructure as a Service (IaaS) capabilities. Embrace unparalleled flexibility as you deploy a variety of workloads, from virtual machines to container orchestration environments, all on a platform that seamlessly integrates with your existing systems.
Expand All @@ -14,7 +14,7 @@ const FeatureList = [
},
{
title: 'Software Defined Networking (SDN) with SONiC & OVN',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/logo-sonic.svg').default,
description: (
<>
With SONiC, experience unparalleled flexibility and scalability in your network operations. It enables you to control your network resources with software, simplifying complex tasks and providing a more efficient and adaptable network environment. This platform is not just about efficiency; it's about enabling rapid innovation and customization to meet the ever-evolving demands of cloud computing and data centers.
Expand All @@ -23,7 +23,7 @@ const FeatureList = [
},
{
title: 'Software Defined Storage (SDS) with Ceph',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Svg: require('@site/static/img/logo-ceph.svg').default,
description: (
<>
In the dynamic world of digital data, Ceph stands out as a game-changer. This highly scalable, open-source software-defined storage solution is designed to address the growing demand for performance, reliability, and flexibility in data management. Whether it's for small projects or large-scale enterprise needs, Ceph seamlessly adapts to any environment.
Expand All @@ -32,7 +32,7 @@ const FeatureList = [
},
{
title: 'Bare Metal as a Service (BMaaS) with Ironic',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/logo-ironic.svg').default,
description: (
<>
With Ironic, you get direct access to bare-metal hardware, eliminating the overhead of virtualization and offering a level of performance that virtual environments can't match. Ideal for high-performance computing, large-scale data processing, and intensive workloads.
Expand All @@ -41,7 +41,7 @@ const FeatureList = [
},
{
title: 'Kubernetes as a Service (KaaS) with Gardener',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/logo-gardener.svg').default,
description: (
<>
Kubernetes as a Service (KaaS) with Gardener offers a dynamic, scalable, and efficient solution for managing containerized applications across multiple cloud environments. Embrace the power of Kubernetes, optimized by Gardener's advanced automation and cluster management capabilities. With Gardener, you get seamless integration, simplified operations, and enhanced security for your Kubernetes clusters, whether on-premises, in the cloud, or in a hybrid setting.
Expand All @@ -50,7 +50,7 @@ const FeatureList = [
},
{
title: 'Identity & Access Management with Keycloak',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Svg: require('@site/static/img/logo-keycloak.svg').default,
description: (
<>
Unlock the full potential of your digital security with Keycloak, the cutting-edge solution for Identity and Access Management (IAM). Designed for modern enterprises, Keycloak offers a robust and flexible platform to manage user identities and control access to applications and services.
Expand All @@ -59,7 +59,7 @@ const FeatureList = [
},
{
title: 'Logging, Monitoring & Telemetry with Prometheus & Grafana',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/logo-grafana.svg').default,
description: (
<>
Integrating Prometheus with Grafana offers a seamless experience. Set up is straightforward, and the synergy between Prometheus's detailed data collection and Grafana's sophisticated visualization tools provides an unmatched monitoring solution. This powerful combination empowers your team to make data-driven decisions, ensuring your systems are not only performing optimally but also poised for future growth.
Expand All @@ -68,7 +68,7 @@ const FeatureList = [
},
{
title: 'Realtime insights with Netdata',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/logo-netdata.svg').default,
description: (
<>
Netdata is revolutionizing the world of realtime monitoring, offering an unparalleled experience in tracking system performance and health. This powerful tool provides instant insights, ensuring you're always one step ahead in identifying and resolving issues. With its user-friendly interface, Netdata makes monitoring accessible to everyone, regardless of technical expertise.
Expand All @@ -83,7 +83,7 @@ function Feature({Svg, title, description}) {
<div className="text--left">
<Svg className={styles.featureSvg} role="img" />
</div>
<div className="text--left padding-horiz--md">
<div className="text--left">
<h3>{title}</h3>
<p>{description}</p>
</div>
Expand Down
10 changes: 10 additions & 0 deletions static/img/logo-ceph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions static/img/logo-gardener.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 ddb6129

Please sign in to comment.