Skip to content

Commit ddb6129

Browse files
authored
Add project logos (#272)
Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent e677f49 commit ddb6129

File tree

10 files changed

+653
-9
lines changed

10 files changed

+653
-9
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from './styles.module.css';
55
const FeatureList = [
66
{
77
title: 'Infrastructure as a Service (IaaS) with OpenStack',
8-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
8+
Svg: require('@site/static/img/logo-openstack.svg').default,
99
description: (
1010
<>
1111
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.
@@ -14,7 +14,7 @@ const FeatureList = [
1414
},
1515
{
1616
title: 'Software Defined Networking (SDN) with SONiC & OVN',
17-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
17+
Svg: require('@site/static/img/logo-sonic.svg').default,
1818
description: (
1919
<>
2020
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.
@@ -23,7 +23,7 @@ const FeatureList = [
2323
},
2424
{
2525
title: 'Software Defined Storage (SDS) with Ceph',
26-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
26+
Svg: require('@site/static/img/logo-ceph.svg').default,
2727
description: (
2828
<>
2929
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.
@@ -32,7 +32,7 @@ const FeatureList = [
3232
},
3333
{
3434
title: 'Bare Metal as a Service (BMaaS) with Ironic',
35-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
35+
Svg: require('@site/static/img/logo-ironic.svg').default,
3636
description: (
3737
<>
3838
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.
@@ -41,7 +41,7 @@ const FeatureList = [
4141
},
4242
{
4343
title: 'Kubernetes as a Service (KaaS) with Gardener',
44-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
44+
Svg: require('@site/static/img/logo-gardener.svg').default,
4545
description: (
4646
<>
4747
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.
@@ -50,7 +50,7 @@ const FeatureList = [
5050
},
5151
{
5252
title: 'Identity & Access Management with Keycloak',
53-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
53+
Svg: require('@site/static/img/logo-keycloak.svg').default,
5454
description: (
5555
<>
5656
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.
@@ -59,7 +59,7 @@ const FeatureList = [
5959
},
6060
{
6161
title: 'Logging, Monitoring & Telemetry with Prometheus & Grafana',
62-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
62+
Svg: require('@site/static/img/logo-grafana.svg').default,
6363
description: (
6464
<>
6565
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.
@@ -68,7 +68,7 @@ const FeatureList = [
6868
},
6969
{
7070
title: 'Realtime insights with Netdata',
71-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
71+
Svg: require('@site/static/img/logo-netdata.svg').default,
7272
description: (
7373
<>
7474
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.
@@ -83,7 +83,7 @@ function Feature({Svg, title, description}) {
8383
<div className="text--left">
8484
<Svg className={styles.featureSvg} role="img" />
8585
</div>
86-
<div className="text--left padding-horiz--md">
86+
<div className="text--left">
8787
<h3>{title}</h3>
8888
<p>{description}</p>
8989
</div>

static/img/logo-ceph.svg

Lines changed: 10 additions & 0 deletions
Loading

static/img/logo-gardener.svg

Lines changed: 60 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)