If you can, for ease of development, I'd recommend picking a css framework
for your application and using whatever navigation container it provides.
There's a bunch of different frameworks but two would be:

Zurb foundation <https://get.foundation/sites/docs/menu.html>
Bootstrap <https://getbootstrap.com/docs/4.4/examples/#navbars>

Then you can just follow the examples they have to add a nav-bar to your
page. You'll likely want the nav-bar to be either in a base.html file that
you extend
<https://docs.djangoproject.com/en/2.2/ref/templates/builtins/#extends> for
most pages or in an include template
<https://docs.djangoproject.com/en/2.2/ref/templates/builtins/#include>.

Hope that helps,
Dominick
delponte.d...@gmail.com



On Wed, Dec 4, 2019 at 7:26 AM Anointed <anointedpatrickab...@gmail.com>
wrote:

> Hello guys,
>  I need a description of how to link several HTML pages as in a navigation
> bar
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/6ae84e5a-cd06-40ac-90e9-cb2e4a0c0e6b%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALLhV5Sykwc1EjJ%2Bn_PbeYn0THPzJB6SaHDnVrFzD-33LmZoNQ%40mail.gmail.com.

Reply via email to