-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for new partnes on the landing page
Signed-off-by: Christian Berendt <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|