Apologies if this question has been asked before, as I am unsure of the terminology to use in my search for resources.
I am attempting to create a tabbed header menu catered to different groups of individuals. Each group will have its own customized menu while still sharing some pages. The goal is to provide intuitive navigation based on the visitor's identity and relevance to the content.
For example:
| Student | Teacher | Parents |
| ----------------------------|
| Timetable, Homework, Activities ........|
| Student | Teacher | Parents |
|-------------| |-------------|
| Homework, Schedule .....................|
| Student | Teacher | Parents |
|---------------------------| |
| Timetable ..............................|
In the above examples, both the Student and Parent menus include a "Timetable" page with identical content (linked to the same URL). However, accessing the Timetable page from the Student tab should display the navigation under the Student tab, and vice versa for the Parent tab.
I plan to differentiate the tabs further with color-coding and potentially add dropdowns to certain items, but I am currently stuck at this initial phase.
Could someone please clarify what this feature is called? Any specific terms I could search for would be greatly appreciated. I am finding my searches thus far to be unfruitful and frustrating :(
Thank you! :)