Skip to content
Snippets Groups Projects
Commit e8aba4c4 authored by marcelinhor's avatar marcelinhor
Browse files

mudanca menu

parent 52bfae11
Branches main
No related tags found
No related merge requests found
Pipeline #483841 passed
......@@ -6,7 +6,7 @@ body {
margin-left: auto;
}
.bg-dark {
background-color: #343a401A !important;
background-color: #343a404C !important;
}
.bg-hero {
background-color: #bcd5f8; height: 550px;
......
......@@ -3,7 +3,7 @@
<!---- TEAM NAME ---->
<a class="navbar-brand" href="#">
<img src = "https://static.igem.wiki/teams/5428/logo4.png" style ="width: 6%; height: 6%;">
<img src = "https://static.igem.wiki/teams/5428/logo4.png" style ="width: 5%; height: 5%;">
USP-Brazil
</a>
......@@ -59,6 +59,7 @@
Human Practices
</a>
<ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='human-practices') }}">Human Practices</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='integrated-human-practices') }}">Integrated Human Practices</a></li>
</ul>
......@@ -70,7 +71,6 @@
Awards
</a>
<ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='hardware') }}">Hardware</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='inclusivity') }}">Inclusivity</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment