diff --git a/website/src/components/HomepageFeatures.tsx b/website/src/components/HomepageFeatures.tsx index 15316f03..ab28c9d8 100644 --- a/website/src/components/HomepageFeatures.tsx +++ b/website/src/components/HomepageFeatures.tsx @@ -10,41 +10,41 @@ type FeatureGroup = { } const opaMainVideoContent = ( -
+

The Platformers - OPA on AWS

) const opaSecondVideoContent = ( -
+

OPA on AWS at PlatformCon 2024

) const opaThirdVideoContent = ( -
+

Containers from the couch

) const opaForthVideoContent = ( -
+

OPA on AWS at BackstageCon 2024

) const opaFifthVideoContent = ( -
+

OPA on AWS Tech Playlist

{/* */}
) const opaSixthVideoContent = ( -
+
{/*

Hamburg Containers days 2024

*/}
@@ -143,11 +143,11 @@ const opaDescription : FeatureItem[] = [ Svg: require('@site/static/img/regulations.svg').default, noSVG:true, minHeight:'300px', - customTextStyle:{fontSize:'24px', textAlign:'left', maxWidth:'65%', margin:'auto', minHeight:'275px'}, + customTextStyle:{fontSize:'24px', textAlign:'left', maxWidth:'100%', margin:'auto', minHeight:'275px'}, description: ( - <> +
Orchestrate Platforms and Applications (OPA) on AWS is an open source reference implementation that ties together AWS services into an enterprise-ready offering. By abstracting AWS services, OPA on AWS allows application developers to focus on what they do best – write application logic!

Platform engineering teams can promote best practices at-scale, while providing a productive and pleasurable experience for non-cloud developers - +
), }, ] @@ -233,7 +233,7 @@ const opaCarousel : FeatureItem[] = [ Svg: require('@site/static/img/regulations.svg').default, noSVG:true, minHeight:'300px', - customTextStyle:{fontSize:'24px', maxWidth:'70%', margin:'auto',minHeight:'170px'}, + customTextStyle:{fontSize:'24px', maxWidth:'100%', margin:'auto',minHeight:'170px'}, description: ( <> {carouselContent} diff --git a/website/src/css/custom.css b/website/src/css/custom.css index f24fdc35..054bb823 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -108,6 +108,11 @@ font-size:12px; color: #0d317f; font-weight: bold; } +.opaDescription +{ + max-width: 65%; + margin: auto; +} @media screen and (max-width: 620px) { .logoText1 { @@ -157,6 +162,15 @@ font-size:12px; } + .opa-video-item iframe{ + width: 300px; + } + +.opaDescription + { + max-width: 100%; + } + } .tagline {