diff --git a/_includes/landing-page/extensions-banner.html b/_includes/landing-page/extensions-banner.html new file mode 100644 index 0000000000..31371af846 --- /dev/null +++ b/_includes/landing-page/extensions-banner.html @@ -0,0 +1,19 @@ +
+
+
+

+ Build your own Docker Extension +

+
+

Use our SDK to build new functionality into Docker Desktop, extend its existing capabilities, and integrate additional developer tools.

Create and install an extension today and join our growing list of Extension Partners when you publish your extension to the Marketplace.

+
+
+ extensions +
+ +
+
\ No newline at end of file diff --git a/_layouts/landing.html b/_layouts/landing.html index 08531a57a4..63a60e257b 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -143,7 +143,7 @@ - {% include landing-page/dockercon-banner.html %} + {% include landing-page/extensions-banner.html %}
diff --git a/_scss/_landing.scss b/_scss/_landing.scss index 09ae2033cf..d78379b292 100644 --- a/_scss/_landing.scss +++ b/_scss/_landing.scss @@ -227,7 +227,7 @@ body.landing { section.cta-banner { background-color: $dark-blue; - padding: 75px 0; + padding: 65px 0; h2, h5, p { color: white; @@ -240,8 +240,8 @@ body.landing { } img { - margin-bottom: 20px; - max-height: 100px; + margin-bottom: 10px; + max-height: 190px; } h2 { @@ -253,8 +253,8 @@ body.landing { background: #FF3F73; color: white; font-size: 17px; - margin-top: 50px; - padding: 20px 60px; + margin-top: 20px; + padding: 15px 30px; img { margin: 0; diff --git a/images/extensions.PNG b/images/extensions.PNG new file mode 100644 index 0000000000..c8a929c7f2 Binary files /dev/null and b/images/extensions.PNG differ