Skip to content

Commit 8f2c9e5

Browse files
authored
update home page banner (docker#15940)
1 parent d29a1d8 commit 8f2c9e5

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<section class="cta-banner desktop">
2+
<div class="container">
3+
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
4+
<h2>
5+
Hardened Desktop for Docker Business customers
6+
</h2>
7+
</br>
8+
<p>Two new security features have been introduced for Docker Business users, Settings Management and Enhanced Container Isolation, as part of Docker Desktop’s new Hardened Desktop security model.</p>
9+
</div>
10+
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
11+
<img src="/assets/images/hardened-desktop.PNG" alt="extensions" />
12+
</div>
13+
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
14+
<a class="btn" href="/desktop/hardened-desktop/" target="_blank">
15+
Learn more
16+
</a>
17+
</div>
18+
</div>
19+
</section>

_layouts/landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h5 class="title">How do I?</h5>
143143
</div>
144144
</section>
145145

146-
{% include landing-page/extensions-banner.html %}
146+
{% include landing-page/hardened-desktop.html %}
147147

148148
<section class="container help-by-product">
149149
<div class="row">

assets/images/hardened-desktop.PNG

80.7 KB
Loading

0 commit comments

Comments
 (0)