Commit df0dcb767270778147d147ce84beec58368eef40

Authored by Miguel Barão
1 parent 739d2532
Exists in master and in 1 other branch dev

- fixed uevora logo in the navigation bar

static/logo_horizontal10.png 0 → 100644

5.47 KB

templates/maintopics.html
@@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
29 <body> 29 <body>
30 <nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-primary"> 30 <nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-primary">
31 <!-- <a class="navbar-brand" href="#"> --> 31 <!-- <a class="navbar-brand" href="#"> -->
32 - <img src="/static/logo_horizontal.png" class="navbar-brand" height="48" alt="UEvora"> 32 + <img src="/static/logo_horizontal10.png" class="navbar-brand" alt="UEvora">
33 <!-- </a> --> 33 <!-- </a> -->
34 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> 34 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
35 <span class="navbar-toggler-icon"></span> 35 <span class="navbar-toggler-icon"></span>
templates/topic.html
@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 <!-- Navbar --> 59 <!-- Navbar -->
60 <nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-primary"> 60 <nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-primary">
61 <!-- <a class="navbar-brand" href="#"> --> 61 <!-- <a class="navbar-brand" href="#"> -->
62 - <img src="/static/logo_horizontal.png" class="navbar-brand" height="48" alt="UEvora"> 62 + <img src="/static/logo_horizontal10.png" class="navbar-brand" alt="UEvora">
63 <!-- </a> --> 63 <!-- </a> -->
64 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> 64 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
65 <span class="navbar-toggler-icon"></span> 65 <span class="navbar-toggler-icon"></span>
@@ -87,7 +87,7 @@ @@ -87,7 +87,7 @@
87 87
88 <!-- ===================================================================== --> 88 <!-- ===================================================================== -->
89 <div class="progress"> 89 <div class="progress">
90 - <div class="progress-bar bg-warning" id="topic_progress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="min-width: 1em;width: 0%"></div> 90 + <div class="progress-bar bg-primary" id="topic_progress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="min-width: 1em;width: 0%"></div>
91 </div> 91 </div>
92 <!-- ===================================================================== --> 92 <!-- ===================================================================== -->
93 <!-- main panel with questions --> 93 <!-- main panel with questions -->