Skip to content

Commit

Permalink
moved ref to overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed May 6, 2024
1 parent 8e94882 commit 806fbde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
8 changes: 0 additions & 8 deletions labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,6 @@ def port():
ns=ns
)

@app.route('/reference')
def ref():
"""reference page"""
ns = get_eph_ns()
return render_template('coming-soon.html',
title="MCN Practical: Reference"
)

@app.route('/score')
def score():
"""scoreboard page"""
Expand Down
14 changes: 7 additions & 7 deletions labapp/app/templates/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,21 +188,21 @@ <h1><strong>Cloud App</strong></h1>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-12">
<a href="https://aws-cloud-app.mcn-lab.f5demos.com/pretty" target="_blank">
<img src="/static/images/overview/aws.png" height="75px" width="auto" class="rounded"/>
</a>
<a href="https://aws-cloud-app.mcn-lab.f5demos.com/pretty" target="_blank">
<img src="/static/images/overview/aws.png" style="height: 75px; width: auto;" class="rounded mx-auto d-block"/>
</a>
</div>
<div class="col-lg-6 col-md-12 h-100">
<div class="col-lg-6 col-md-12">
<a href="https://azure-cloud-app.mcn-lab.f5demos.com/pretty" target="_blank">
<img src="/static/images/overview/azure.png" height="75px" width="auto" class="rounded"/>
<img src="/static/images/overview/azure.png" style="height: 75px; width: auto;" class="rounded mx-auto d-block"/>
</a>
</div>
</div>
</div>
</div>

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

<h1><strong>Reference</strong></h1>
<h1><strong>References</strong></h1>
<p>
Consult these sources if you need additional information to complete the exercises.
</p>
Expand Down

0 comments on commit 806fbde

Please sign in to comment.