Skip to content

Commit

Permalink
Apply code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtruj013 committed Dec 2, 2024
1 parent b07de91 commit f2e7c3c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
1 change: 0 additions & 1 deletion static/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ $color-shadow: rgba(0, 0, 0, 0.5) !default;
@include ubuntu-u-vertically-center;
@include ubuntu-p-dell;
@include ubuntu-p-tube-line;
@include ubuntu-p-detailed-list;
@include p-takeover-financial-services;
@include vf-p-icon-success-grey;
@include vf-p-icon-restart;
Expand Down
12 changes: 5 additions & 7 deletions templates/ceph/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,20 @@
{% block content %}

{% call(slot) vf_hero(
title_text='Install Ceph on Ubuntu',
layout='50/50',
title_text="Install Ceph on Ubuntu",
layout="50/50",
is_split_on_medium=true
) -%}
{%- if slot == 'description' -%}

{%- if slot == "description" -%}
<p>
Ceph is a storage system designed for excellent performance, reliability, and scalability. However, the installation and management of Ceph can be challenging. The Ceph-on-Ubuntu solution takes the administration minutiae out of the equation through the use of snaps and Juju charms. With either approach, the deployment of a Ceph cluster becomes trivial as does the scaling of the cluster's storage capacity.

</p>
<p>Looking for help running Ceph?</p>
{%- endif -%}
{%- if slot == 'cta' -%}
{%- if slot == "cta" -%}
<a href="/ceph/contact-us" class="p-button--positive js-invoke-modal">Get in touch</a>
{%- endif -%}
{%- if slot == 'image' -%}
{%- if slot == "image" -%}

<div class="p-image-container--3-2 is-highlighted u-hide--small">
{{ image(url="https://assets.ubuntu.com/v1/b2b015d3-install-ceph-on-ubuntu.png",
Expand Down
6 changes: 4 additions & 2 deletions templates/ceph/shared/_latest-news-ceph.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ <h2>
</h2>
</div>
</div>
<div class="row p-section--shallow" id="ceph-install-latest"></div>
<div class="p-section--shallow">
<div class="row" id="ceph-install-latest"></div>
</div>

<template style="display:none" id="ceph-install-template">
<template id="ceph-install-template">
<div class="col-3 col-medium-2 u-equal-height-items">
<div class="u-crop--16-9">
<div class="article-image p-image-wrapper"></div>
Expand Down
6 changes: 4 additions & 2 deletions templates/download/shared/_latest-blogs_download.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ <h2 class="p-text--small-caps">
</div>
</div>
<div class="col-9 col-medium-6">
<div class="row p-section--shallow" id="ubuntu-desktop-latest"></div>
<div class="p-section--shallow">
<div class="row" id="ubuntu-desktop-latest"></div>
</div>
</div>
</div>

<template style="display:none" id="ubuntu-desktop-template">
<template id="ubuntu-desktop-template">
<div class="col-3 col-medium-2 u-equal-height-items">
<div class="u-crop--16-9">
<div class="article-image p-image-wrapper"></div>
Expand Down

0 comments on commit f2e7c3c

Please sign in to comment.