ige-geophysics / website

This is the source code for the Geophysics Lab website
https://www.ige.unicamp.br/geophysics/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Template: navbar.html #53

Open hbueno opened 4 years ago

hbueno commented 4 years ago

Just a reminder:

Add navbar.html (0f3ff066c0ceb5ebdfcb2a2825633f363d1f5815) for tests with Bootstrap v4.x (#51).

Initial update using Jinja placeholders (df0a2315b9aab11fa96108746de7d435543de549).

Trying to reproduce something similar of nav.html (#52) but now considereing the changes provided in the new version of Bootstrap.

hbueno commented 4 years ago

Playing with the three examples below.

<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">

<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> 

<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">

How Bootstrap handles when using the third option (navbar-light bg-light)?

See the documentantio of Bootstrap 4.4 about Color constrast.

hbueno commented 4 years ago

More references:

https://getbootstrap.com/docs/4.4/components/navbar/#color-schemes

https://getbootstrap.com/docs/4.4/utilities/colors/