graph TB
Home[π Home
barbhs.com]
%% Main Navigation (Top Nav Bar)
Home --> StartHere[π§ Start Here]
Home --> Writing[βοΈ Writing]
Home --> Projects[π Projects]
Home --> Journey[πΆ My Journey]
Home --> Resources[π Resources]
Home --> Contact[π§ Contact]
%% Writing Hub aggregates content types
Writing --> Thinking[π Essays & Perspectives]
Writing --> DataStories[π Data Narratives]
Writing --> Blog[π Notes & Experiments]
%% Footer / Secondary Navigation
Home -.-> Portfolio[ποΈ Portfolio]
Home -.-> Experience[πΌ Experience]
Home -.-> Research[π¬ Research]
Home -.-> Gallery[π¨ Gallery]
classDef primary fill:#e1f5fe,stroke:#0277bd,stroke-width:2px;
classDef contentHub fill:#f0f4ff,stroke:#4f46e5,stroke-width:2px;
classDef legacy fill:#fff3cd,stroke:#856404,stroke-width:1.5px,stroke-dasharray:5 5;
class StartHere,Writing,Projects,Journey,Resources,Contact primary;
class Thinking,DataStories,Blog contentHub;
class Portfolio,Experience,Research,Gallery legacy;
Navigation Structure:
Solid lines: Main navigation (top nav bar)
Dashed lines: Footer/secondary navigation
Content Types:
Primary navigation items
Content hubs (under Writing)
Legacy/footer items