Update Get Started Page (#1914)

* Added Log into fleet step and info icon

* adjust padding
This commit is contained in:
eashaw 2021-09-02 23:00:04 -05:00 committed by GitHub
parent 333dfd800f
commit 2c8b65dcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

BIN
website/assets/images/info-16x16@2x.png vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

View File

@ -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;

View File

@ -24,9 +24,15 @@
<p class="comment"># Run a local demo of the Fleet server</p>
<p class="command">sudo fleetctl preview</p>
</div>
<p class="mb-0">The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>.</p>
<p class="mb-0"><img alt="A small circle with an I inside of it" style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px" src="/images/info-16x16@2x.png">Windows users can ommit <code>sudo</code> .</p>
</div>
<div style="padding-top: 80px;">
<div style="padding-top: 60px;">
<h2 class="mb-3">3. Log in to Fleet</h2>
<p>The Fleet UI is now available at <a href="http://localhost:1337" target="_blank">http://localhost:1337</a>.</p>
<p class="mb-2"><strong>Email:</strong> admin@example.com</p>
<p><strong>Password:</strong> admin123#</p>
</div>
<div style="padding-top: 60px;">
<h2 class="mb-4">Next steps</h2>
<div class="d-sm-flex">
<a href="/docs/using-fleet/learn-how-to-use-fleet" class="d-flex btn btn-primary btn-md justify-content-center mr-sm-3">