Site plan

Page Map

%%{init: {'themeVariables': { 'fontFamily': 'Encode Sans Condensed, sans-serif', 'nodePadding': 4, 'fontSize': '14px'}, 'flowchart': { 'rankSpacing': 30, 'nodeSpacing': 10 }}}%%

graph TD
    %% --- STYLING ---
    %% 1. Default Style (LADDER ITEMS): Text only, no box
    classDef default fill:none,stroke:none,font-size:13px;
    
    %% 2. Menu Style (TOP ROW): Grey Box, Bold
    classDef menu fill:#e6e6e6,stroke:#333,stroke-width:2px,font-weight:bold,rx:3px,ry:3px;
    
    %% 3. Splash Screen: White Box, Thick Border
    classDef splash fill:#000,stroke:#000,stroke-width:4px,font-size:16px,font-weight:bold;

    %% --- STRUCTURE ---
    ROOT["Splash Screen"]:::splash

    %% The Menu Row (Boxes)
    %% Note: Dots removed from numbering to fix syntax error
    ROOT --> MENU1[1 Prima Facie]:::menu
    ROOT --> MENU2[2 Shakespeare]:::menu
    ROOT --> MENU3[3 Oxford]:::menu
    ROOT --> MENU4[4 Other Candidates]:::menu
    ROOT --> MENU5[5 False Grails]:::menu
    ROOT --> MENU6[6 Resources]:::menu

    %% Ladder 1 (Text Only)
    MENU1 --- P1_1[Listing]
    P1_1  --- P1_2[PFC]
    P1_2  --- P1_3[PFC cred]
    P1_3  --- P1_4[Role of Evidence]
    P1_4  --- P1_5[Hyphens]
    P1_5  --- P1_6[Stylometry]

    %% Ladder 2
    MENU2 --- P2_1[Listing]
    P2_1  --- P2_2[Biography]
    P2_2  --- P2_3[Contemporaries]
    P2_3  --- P2_4[Signatures]
    P2_4  --- P2_5[Hand D]
    P2_5  --- P2_6[Monument]
    P2_6  --- P2_7[The First Folio]
    P2_7  --- P2_8[The Droueshout Engraving]
    P2_8  --- P2_9[Eulogies]
    

  %% Ladder 3
    MENU3 --- P3_1[Listing]
    P3_1  --- P3_2[Biographies]
    P3_2  --- P3_3[Education]
    P3_3  --- P3_4[Poetry]
    P3_4  --- P3_5[Orthography]
    P3_5  --- P3_6[Death]

    
    %% Ladder 4
    MENU4 --- P4_1[Listing]
    P4_1  --- P4_2[Marlowe]
    P4_2  --- P4_3[A Woman]
    P4_3  --- P4_4[Bacon]
    P4_4  --- P4_5[Klingons]

    %% Ladder 5
    MENU5 --- P5_1[Tempest]
    P5_1  --- P5_2[Swan of Avon]
    P5_2  --- P5_3[Italy]
    P5_3  --- P5_4[The Bible]
    P5_4  --- P5_5[Arithromancy]
    P5_5  --- P5_6[Codes]
   

    %% Ladder 6
    MENU6 --- P6_1[Bibliography]
    P6_1  --- P6_2[The Web]
    P6_2  --- P6_3[Biographies]
    P6_3  --- P6_4[EEBO/CQP]