From 3628de6de52c8243dd8409bbd10c549eed54cdca Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Wed, 18 Dec 2019 13:54:39 -0500 Subject: [PATCH] website: embed yt videos on intro pages (#6871) - website: embed yt videos on intro pages - for /docs/connect - for /intro - css to handle iframe responding at smaller viewports - Update consul connect video with introductory description. Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> - Update consul connect intro with introductory description. Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> --- website/source/assets/stylesheets/_inner.scss | 5 +++++ website/source/docs/connect/index.html.md | 4 ++++ website/source/intro/index.html.md | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/website/source/assets/stylesheets/_inner.scss b/website/source/assets/stylesheets/_inner.scss index edfc8a9650..5a69d1cd14 100644 --- a/website/source/assets/stylesheets/_inner.scss +++ b/website/source/assets/stylesheets/_inner.scss @@ -157,4 +157,9 @@ @extend .table; @extend .table-striped; } + + iframe { + width: 100%; + max-width: 560px; + } } diff --git a/website/source/docs/connect/index.html.md b/website/source/docs/connect/index.html.md index f265265075..984fea5904 100644 --- a/website/source/docs/connect/index.html.md +++ b/website/source/docs/connect/index.html.md @@ -18,6 +18,10 @@ with Connect](/docs/connect/native.html) for optimal performance and security. Connect can help you secure your services and provide data about service-to-service communications. +Review the video below to learn more about Consul Connect from HashiCorp's co-founder Armon. + + + ## Application Security Connect enables secure deployment best-practices with automatic diff --git a/website/source/intro/index.html.md b/website/source/intro/index.html.md index 0c49e4dac5..4ec5af52f0 100644 --- a/website/source/intro/index.html.md +++ b/website/source/intro/index.html.md @@ -24,6 +24,10 @@ supports both a proxy and native integration model. Consul ships with a simple built-in proxy so that everything works out of the box, but also supports 3rd party proxy integrations such as Envoy. +Review the video below to learn more about Consul from HashiCorp's co-founder Armon. + + + The key features of Consul are: * **Service Discovery**: Clients of Consul can register a service, such as