Skip to content

Commit

Permalink
Prepare for new partnes on the landing page
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Apr 11, 2024
1 parent 5e663f2 commit 2ecd27a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
6 changes: 5 additions & 1 deletion i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@
"description": "Adaptors title"
},
"partners.title": {
"message": "Unsere Integrationspartner",
"message": "Unsere Partner",
"description": "Partners title"
},
"integration_partners.title": {
"message": "Unsere Integrationspartner",
"description": "Integration partners title"
},
"module.title": {
"message": "Unterstützte Komponenten",
"description": "Software module title"
Expand Down
6 changes: 5 additions & 1 deletion i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
"description": "Adaptors title"
},
"partners.title": {
"message": "Our integration partners",
"message": "Our partners",
"description": "Partners title"
},
"integration_partners.title": {
"message": "Our integration partners",
"description": "Integration partners title"
},
"module.title": {
"message": "Supported components",
"description": "Software module title"
Expand Down
12 changes: 9 additions & 3 deletions src/components/Partners/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,15 @@ export default function Partners() {
<section className={styles.partners}>
<div className="container" style={{"padding": "20px"}}>
<div className="row">
<div className={clsx('col col--12')}>
<h1><Translate description="Partners title">partners.title</Translate></h1>
<p>Our integration partners have years of experience in building and operating cloud environments of all sizes. They have a wide range of skills and can ensure the smooth integration of customised private clouds. Some of our integration partners offer managed operations for private clouds as well as Kubernetes. Send us an email to <a href="mailto:[email protected]">[email protected]</a> for more information.</p>
<div className={clsx('col col--12')}>
<h1><Translate description="Partners title">partners.title</Translate></h1>
<p></p>
</div>
</div>
<div className="row">
<div className={clsx('col col--12')}>
<h1><Translate description="Integration partners title">integration_partners.title</Translate></h1>
<p>Our integration partners have years of experience in building and operating cloud environments of all sizes. They have a wide range of skills and can ensure the smooth integration of customised private clouds. Some of our integration partners offer managed operations for private clouds as well as Kubernetes. Send us an email to <a href="mailto:[email protected]">[email protected]</a> for more information.</p>
<p></p>
</div>
</div>
Expand Down

0 comments on commit 2ecd27a

Please sign in to comment.