@@ -51,7 +51,7 @@ flowchart LR
5151 classDef default fill:#f5f5f5,stroke:#2e8555,stroke-width:2px,color:#333;
5252 classDef process fill:#e6f3ed,stroke:#2e8555,stroke-width:2px,color:#333;
5353 class A process;
54-
54+
5555 %% Adjust width to match other sections
5656 style A width: 300px
5757```
@@ -69,31 +69,32 @@ flowchart LR
6969 A4 --> A2
7070 end
7171
72- %% Right Column - Scheduling
73- subgraph B[📅 Scheduling]
74- B1[👩💻 Grouping] --> B2[📅 Schedule Talks]
75- B2 --> B3[📝 Send Confirmations]
76- B3 --> B4[📅 Add to Calendar]
77- B4 --> B5[📢 Share Schedule]
78- end
72+ %% Right Column - Scheduling
73+ subgraph B[📅 Scheduling]
74+ B1[👩💻 Grouping] --> B2[📅 Schedule Talks]
75+ B2 --> B3[📝 Send Confirmations]
76+ B3 --> B4[📅 Add to Calendar]
77+ B4 --> B5[📢 Share Schedule]
78+ end
7979
80- %% Flow between columns
81- A3 -- Yes --> B1
80+ %% Flow between columns
81+ A3 -- Yes --> B1
8282
83- %% Styling
84- classDef default fill:#f0f7ff,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
85- classDef process fill:#e3f2fd,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
86- classDef decision fill:#fff8e1,stroke:#ff8f00,stroke-width:2px,color:#e65100;
87- class A,B process;
88- class A3 decision;
89-
90- %% Adjust spacing
91- style A width: 350px
92- style B width: 350px
93-
94- %% Make the diagram more compact
95- linkStyle default stroke-width:1.5px,fill:none,stroke:#1976d2
96- ```
83+ %% Styling
84+ classDef default fill:#f0f7ff,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
85+ classDef process fill:#e3f2fd,stroke:#1976d2,stroke-width:2px,color:#0d47a1;
86+ classDef decision fill:#fff8e1,stroke:#ff8f00,stroke-width:2px,color:#e65100;
87+ class A,B process;
88+ class A3 decision;
89+
90+ %% Adjust spacing
91+ style A width: 350px
92+ style B width: 350px
93+
94+ %% Make the diagram more compact
95+ linkStyle default stroke-width:1.5px,fill:none,stroke:#1976d2
96+
97+ ````
9798</div>
9899
99100#### Speaker Prep
@@ -120,7 +121,7 @@ flowchart LR
120121 classDef default fill:#f5f5f5,stroke:#2e8555,stroke-width:2px,color:#333;
121122 classDef process fill:#e6f3ed,stroke:#2e8555,stroke-width:2px,color:#333;
122123 class A,B process;
123- ```
124+ ````
124125
125126#### Event
126127
0 commit comments