From 2c8b65dcd7a056f7d30341a7c71342e2fcbeb48e Mon Sep 17 00:00:00 2001 From: eashaw Date: Thu, 2 Sep 2021 23:00:04 -0500 Subject: [PATCH] Update Get Started Page (#1914) * Added Log into fleet step and info icon * adjust padding --- website/assets/images/info-16x16@2x.png | Bin 0 -> 617 bytes website/assets/styles/pages/get-started.less | 12 +++++++++++- website/views/pages/get-started.ejs | 10 ++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100755 website/assets/images/info-16x16@2x.png diff --git a/website/assets/images/info-16x16@2x.png b/website/assets/images/info-16x16@2x.png new file mode 100755 index 0000000000000000000000000000000000000000..9f6762244c9ec73b9e4f38dbdd5bcc7ce33a084f GIT binary patch literal 617 zcmV-v0+#)WP)j%pnMMyU0k1C}E%no!th%E8RGz)Ma1# z?1ff~L&Z1&b2As{1a&kG&f4v*%eRK9ze!%8Q zO)UITgP&OweyER3Y5yU$U5dFY#ps_@``CCvo>cZN~FjiShge8jbbK9O}0H00000NkvXXu0mjf D6lxJK literal 0 HcmV?d00001 diff --git a/website/assets/styles/pages/get-started.less b/website/assets/styles/pages/get-started.less index 569a790ed..e0391b31b 100644 --- a/website/assets/styles/pages/get-started.less +++ b/website/assets/styles/pages/get-started.less @@ -65,7 +65,17 @@ box-shadow: none; } } - + code { + background-color: @ui-off-white; + border: 1px solid @border-lt-gray; + color: @core-fleet-black-75; + font-size: 13px; + padding: 4px 8px; + line-height: 16px; + font-family: @code-font; + display: inline-block; + border-radius: 6px; + } .muted { padding: 24px; border: 1px solid @core-fleet-black-25; diff --git a/website/views/pages/get-started.ejs b/website/views/pages/get-started.ejs index 715f7cdcf..5c779c932 100644 --- a/website/views/pages/get-started.ejs +++ b/website/views/pages/get-started.ejs @@ -24,9 +24,15 @@

# Run a local demo of the Fleet server

sudo fleetctl preview

-

The Fleet UI is now available at http://localhost:1337.

+

A small circle with an I inside of itWindows users can ommit sudo .

-
+
+

3. Log in to Fleet

+

The Fleet UI is now available at http://localhost:1337.

+

Email: admin@example.com

+

Password: admin123#

+
+

Next steps