Skip to content

Commit 69c0c3c

Browse files
committed
good enough
1 parent 076b40c commit 69c0c3c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

labapp/app/markdown/welcome.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div href="/" class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none border-bottom"></div>
99

1010
This lab is a <strong>practical</strong> training activity.
11-
Each exercise will ask you to <strong>configure</strong> F5 Distributed Cloud ("XC") objects to reinforce core XC Multi-Cloud Networking ("MCN") concepts.
11+
Each exercise will ask you to <strong>configure</strong> F5 Distributed Cloud ("XC") objects to reinforce core XC Multi-Cloud Networking ("MCN") App Connect concepts.
1212
Once configured, you will <strong>test</strong> the configuration using this web application.
1313

1414
<div style="height:25px"></div>

labapp/app/static/custom.css

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ main {
3030
margin-top: auto;
3131
}
3232

33+
.logo-box {
34+
display: flex;
35+
flex-direction: column;
36+
align-items: center;
37+
justify-content: center;
38+
margin-top: auto;
39+
}
40+
3341

3442
.markdown-body {
3543
padding: 50px;

labapp/app/templates/base.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<!-- Sidebar -->
2626
<div class="col-auto bg-light sidebar" id="sidebar">
2727
<div class="flex-shrink-0 p-3 bg-white" style="width: 280px;">
28-
<a href="/" class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none border-bottom">
28+
<a href="/" class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none border-bottom logo-box">
2929
<img src="/static/logo.png" width="100" height="auto" alt="Logo">
30-
<span class="fs-6 fw-semibold">App Connect</span>
30+
<span class="fs-3"><strong>App Connect</strong></span>
3131
</a>
3232
<ul class="list-unstyled ps-0">
3333
<li class="mb-1">

0 commit comments

Comments
 (0)