Skip to content

Commit 34be432

Browse files
committed
refactor: Apply changes from design review
1 parent 2b836a2 commit 34be432

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

templates/20-04/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2>Expanded Security Maintenance (ESM) for 20.04 LTS</h2>
142142
</div>
143143
<div class="u-fixed-width">
144144
{{ image (
145-
url="https://assets.ubuntu.com/v1/667439d5-esm.png",
145+
url="https://assets.ubuntu.com/v1/4fb3a7e7-esm-updated.png",
146146
alt="",
147147
width="2464",
148148
height="1027",
@@ -164,9 +164,6 @@ <h2>What do you get with Ubuntu Pro for 20.04 LTS?</h2>
164164
Standard Security Maintenance of an Ubuntu LTS release covers binary packages that reside in the Main Ubuntu repository for a period of five years. For continued security beyond the standard five-year maintenance period, Ubuntu Pro delivers security maintenance to a wide range of binary packages that are commonly used in cloud and server workloads on 64-bit x86 AMD/Intel architectures for a period of five years beyond the end of standard support.
165165
</p>
166166
<p>Additionally, Ubuntu Pro can also cover all packages in the Ubuntu Universe repository, until April 2030.</p>
167-
<div class="p-cta-block">
168-
<a href="">Link to blog post&nbsp;&rsaquo;</a>
169-
</div>
170167
</div>
171168
{%- endif -%}
172169

@@ -218,13 +215,15 @@ <h5>Infrastructure packages</h5>
218215
{%- endif -%}
219216

220217
{%- if slot == 'list_item_title_3' -%}
218+
221219
<h5>Application packages</h5>
222220
{%- endif -%}
223221

224222
{%- if slot == 'list_item_description_3' -%}
225223
<p>
226224
Canonical provides application extended security maintenance to the binary packages that reside in Main and Universe. A few commonly-used packages include:
227225
</p>
226+
<hr class="p-rule--muted u-no-margin--bottom" />
228227
<ul class="p-list--divided">
229228
<li class="p-list__item is-ticked">Python - 3.8</li>
230229
<li class="p-list__item is-ticked">PostgreSQL - 12</li>
@@ -241,7 +240,8 @@ <h5>Application packages</h5>
241240
quote_text="ESM literally saved our lives. It's allowing us to upgrade from 14.04 LTS at our own pace. It's taken the pressure off, and it also means we can tackle the Ubuntu upgrades at the same time as we roll out the new version of our platform.",
242241
citation_source_name_text="Zivago Lee",
243242
citation_source_title_text="Director of DevOps Engineeringr",
244-
citation_source_organisation_text="Interana"
243+
citation_source_organisation_text="Interana",
244+
is_shallow=True
245245
) -%}
246246

247247
{%- if slot == 'heading_link' -%}
@@ -280,7 +280,7 @@ <h2>
280280
</section>
281281

282282
<hr class="is-fixed-width" />
283-
{% with section_classes='p-section', heading_topic='Ubuntu 20.04 LTS', heading_class='p-heading--2', limit='4', article_image='True', article_excerpt='True', tag_id='3733', tag_name='ubuntu-20-04' %}
283+
{% with section_classes='p-section--deep', heading_topic='Ubuntu 20.04 LTS', heading_class='p-heading--2', limit='4', article_image='True', article_excerpt='True', tag_id='3733', tag_name='ubuntu-20-04' %}
284284
{% include "shared/_latest_news_strip.html" %}
285285
{% endwith %}
286286

templates/shared/_latest_news_strip.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="{% if heading_class %}{{ heading_class }}{% else %}p-heading--3{% end
4040
<div class="row">
4141
<div class="col-medium-2 col-small-4 col-3">
4242
{% if article_image %}
43-
<div class="u-crop--16-9 u-hide--medium u-hide--small">
43+
<div class="u-crop--16-9 u-hide--small">
4444
<div class="article-image p-image-wrapper"></div>
4545
</div>
4646
{% endif %}

0 commit comments

Comments
 (0)