From b3b1e9b3db7bd85b9f9007dfb76439522781354c Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Tue, 26 Nov 2019 14:25:53 -0500 Subject: [PATCH] =?UTF-8?q?website:=20add=20=E2=80=98intro=20to=20nomad?= =?UTF-8?q?=E2=80=99=20video=20to=20/intro=20-=20additionally=20add=20some?= =?UTF-8?q?=20css=20to=20allow=20the=20embedded=20iframe=20to=20respond=20?= =?UTF-8?q?at=20lower=20browser=20sizes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/source/assets/stylesheets/_inner.scss | 5 +++++ website/source/intro/index.html.markdown | 2 ++ 2 files changed, 7 insertions(+) diff --git a/website/source/assets/stylesheets/_inner.scss b/website/source/assets/stylesheets/_inner.scss index 338c400f7..13047867b 100644 --- a/website/source/assets/stylesheets/_inner.scss +++ b/website/source/assets/stylesheets/_inner.scss @@ -95,4 +95,9 @@ @extend .table; @extend .table-striped; } + + iframe { + width: 100%; + max-width: 560px; + } } diff --git a/website/source/intro/index.html.markdown b/website/source/intro/index.html.markdown index fc750f166..f7bd7f7da 100644 --- a/website/source/intro/index.html.markdown +++ b/website/source/intro/index.html.markdown @@ -16,6 +16,8 @@ Nomad is a flexible workload orchestrator that enables an organization to easily Nomad enables developers to use declarative infrastructure-as-code for deploying applications. Nomad uses bin packing to efficiently schedule jobs and optimize for resource utilization. Nomad is supported on macOS, Windows, and Linux. + + Nomad is widely adopted and used in production by PagerDuty, Target, Citadel, Trivago, SAP, Pandora, Roblox, eBay, Deluxe Entertainment, and more. ## Key Features