Commit 36e673a
committed
Apply semantic variants to 15 existing accordions in case studies
Completes accordion component brand coherence by applying appropriate
semantic variants based on content purpose across all existing usage.
**Changes:**
statsbomb.mdx (3 accordions → all status variant):
- Line 598: "Year One: Finding the Core Partnership"
- Line 606: "Years Two-Three: Scaling from Partnership to Distributed Team"
- Line 666: "The External Constraint"
- Rationale: Team building timeline milestones and achievements
statsbomb-technical-appendix.mdx (12 accordions → 10 skill, 2 category):
Skill variant (amber/gold - code implementations):
- Line 64: "Example: Soccer Possession Rules (DSL Syntax)"
- Line 106: "ANTLR Grammar Fragment"
- Line 193: "Rule Engine Core Logic (TypeScript)"
- Line 306: "Collection Flow State Machine (XState Configuration)"
- Line 430: "Video Mode State Machine"
- Line 566: "Pipeline Implementation (TypeScript)"
- Line 788: "Graph Representation (TypeScript)"
- Line 930: "Claims Model Implementation (TypeScript)"
- Line 1094: "Implementation: Module-Scoped Keybindings (TypeScript)"
- Line 1270: "Technical Implementation Notes"
Category variant (sky blue - architectural categorizations):
- Line 1067: "Keyboard Mapping Examples by Context"
- Line 1249: "CV Pipeline Architecture"
- Rationale: Organizational breakdowns and system classifications, NOT code
**Visual Semantic Benefits:**
Readers can now scan and instantly understand accordion content type:
- 🟢 Green border (status) = Milestones/achievements (what happened)
- 🟡 Amber border (skill) = Code implementations (how it's built)
- 🔵 Blue border (category) = Architectural organization (how it's structured)
**Impact:**
- All 15 accordions now benefit from Egyptian semantic styling
- Content type visually obvious before expansion
- Consistent with Callout component pattern (left accent border + subtle bg)
- Brand coherence complete: accordions feel native to Egyptian design system1 parent e437b7c commit 36e673a
File tree
2 files changed
+14
-14
lines changed- src/pages/portfolio
2 files changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | | - | |
| 788 | + | |
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
930 | | - | |
| 930 | + | |
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| |||
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | | - | |
| 1067 | + | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | 1070 | | |
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
1094 | | - | |
| 1094 | + | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
| |||
1246 | 1246 | | |
1247 | 1247 | | |
1248 | 1248 | | |
1249 | | - | |
| 1249 | + | |
1250 | 1250 | | |
1251 | 1251 | | |
1252 | 1252 | | |
| |||
1267 | 1267 | | |
1268 | 1268 | | |
1269 | 1269 | | |
1270 | | - | |
| 1270 | + | |
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
| 606 | + | |
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
| 666 | + | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
| |||
0 commit comments