From e8aba4c401e26dec2498bf9fa74b37ee83d77e6f Mon Sep 17 00:00:00 2001 From: marcelinhor <mareginato31@gmail.com> Date: Tue, 1 Oct 2024 01:39:20 -0300 Subject: [PATCH] mudanca menu --- static/style.css | 2 +- wiki/menu.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index c663952..1b15163 100644 --- a/static/style.css +++ b/static/style.css @@ -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; diff --git a/wiki/menu.html b/wiki/menu.html index 72281a2..6e51f2d 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -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> -- GitLab