DHS.gov – Primary Navigation Map (Mermaid)

Snapshot of the current DHS.gov primary menu and key sub-sections. This is a living diagram—edit the Mermaid block to update. :contentReference[oaicite:1]{index=1}

Primary Menu

From the DHS.gov header: Topics, News, In Focus, How Do I?, Get Involved, About DHS. Sub-items under “Topics” reflect the mega-menu. :contentReference[oaicite:2]{index=2}

flowchart TB
  NAV["DHS.gov — Primary Nav"]

  %% TOP LEVEL
  NAV --> T[Topics]
  NAV --> N[News]
  NAV --> F[In Focus]
  NAV --> H[How Do I?]
  NAV --> G[Get Involved]
  NAV --> A[About DHS]

  %% TOPICS → SUBSECTIONS (from the homepage mega-menu)
  subgraph S1[Topics]
    direction TB
    T --> T1[Border Security]
    T --> T2[Citizenship & Immigration]
    T --> T3[Cybersecurity]
    T --> T4[Disasters]
    T --> T5[Election Security]
    T --> T6[Homeland Security Enterprise]
    T --> T7[Human Trafficking]
    T --> T8[Immigration & Customs Enforcement]
    T --> T9[Preventing Terrorism & Targeted Violence]
    T --> T10[Resilience]
    T --> T11[Science & Technology]
    T --> T12[Trade & Economic Security]
    T --> T13[Transportation Security]
  end

  %% NEWS (section only — items rotate daily)
  N:::muted

  %% IN FOCUS (subset examples shown on homepage)
  subgraph S2[In Focus]
    direction TB
    F --> F1[CBP Home]
    F --> F2[Cybersecurity]
    F --> F3[Fentanyl]
    F --> F4[Independent Review of 2024 Attempted Assassination]
    F --> F5[Making America Safe Again]
  end

  %% HOW DO I? (category landing)
  H:::muted

  %% GET INVOLVED (subset from homepage)
  subgraph S3[Get Involved]
    direction TB
    G --> G1[Blue Campaign]
    G --> G2[If You See Something, Say Something®]
    G --> G3[Know2Protect]
    G --> G4[Nationwide SAR Initiative]
    G --> G5[Ready.gov]
    G --> G6[Secure Our World]
    G --> G7[U.S. Coast Guard Auxiliary]
  end

  %% ABOUT DHS (category landing)
  A:::muted

  classDef muted fill:#1d2030,stroke:#2a2f45,color:#cbd5e1;
      

Source: DHS.gov header & mega-menu. :contentReference[oaicite:3]{index=3}