Skip to content

Commit

Permalink
adjust support providers text based on feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Mar 7, 2024
1 parent 0d1796c commit 0fec0c8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
}
}

ul {
li {
font-size: 18px;
font-weight: 300;
line-height: 1.67;
color: #4a4a4a;
color: $textDark;
}
}

img {
width: 100%;
max-width: 660px;
Expand Down
12 changes: 11 additions & 1 deletion support.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ <h2><a href="{{ koorLink }}">Koor Technologies, Inc.</a></h2>
<p>
Koor Technologies offers a variety of services and products to help you with Ceph data storage. Choose stand-alone Ceph or use Rook to connect your storage to Kubernetes. Get help from Koor experts at every step.

Offering managed Ceph service, consulting and support, hosted Rook Ceph clusters and the data-control-center for insights into Rook Ceph clusters.
<br />
Services include:
<ul>
<li>Managed Ceph and Rook service, consulting and support.</li>
<li>Hosted Rook Ceph clusters.</li>
<li>Data Control Center application for insights into Rook Ceph clusters.</li>
</ul>
</p>
</section>

Expand All @@ -40,6 +46,10 @@ <h2><a href="{{ redHatLink }}">Red Hat</a></h2>
Red Hat® OpenShift® Data Foundation—previously Red Hat OpenShift Container Storage—is software-defined storage for containers. Red Hat OpenShift Data Foundation helps teams develop and deploy applications quickly and efficiently across clouds.

Red Hat OpenShift Data Foundation is included with Red Hat OpenShift Platform Plus, a complete set of powerful, optimized tools to secure, protect, and manage your apps.

<ul>
<li>OpenShift Data foundation is based on Rook and other open source projects.</li>
</ul>
</p>
</section>
</div>
Expand Down

0 comments on commit 0fec0c8

Please sign in to comment.