Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
3e9afaf
Update theme to match Supermodel brand guidelines
jonathanpopham Mar 11, 2026
fa841eb
Update chart/graph colors and fonts to match brand palette
jonathanpopham Mar 11, 2026
474a83b
Switch treemap to vertical slice layout on narrow screens
jonathanpopham Mar 11, 2026
e6ba49b
Revert "Switch treemap to vertical slice layout on narrow screens"
jonathanpopham Mar 11, 2026
cc0b512
Update typography to match brand guide type scale
jonathanpopham Mar 11, 2026
563c284
Replace treemap with horizontal bar list on mobile (<600px)
jonathanpopham Mar 11, 2026
35a31a2
Make homepage treemap responsive with resize listener
jonathanpopham Mar 11, 2026
41ccb34
Allow hero stats to wrap at any viewport width
jonathanpopham Mar 11, 2026
5fac445
Replace SVG treemap with HTML flexbox composition
jonathanpopham Mar 11, 2026
9365f54
Use percentage flex-basis for proportional composition boxes
jonathanpopham Mar 11, 2026
9552e7f
Compact composition boxes to match treemap proportions
jonathanpopham Mar 11, 2026
4133cc1
Two-row composition layout for area-proportional boxes
jonathanpopham Mar 11, 2026
51605d2
Revert "Two-row composition layout for area-proportional boxes"
jonathanpopham Mar 11, 2026
23db7f4
Make force graphs resize with viewport
jonathanpopham Mar 11, 2026
2fadd03
Hide empty chart panel on hub pages with no distribution data
jonathanpopham Mar 11, 2026
b7901ad
Revert "Hide empty chart panel on hub pages with no distribution data"
jonathanpopham Mar 11, 2026
b14c112
Fix WCAG contrast issues flagged by CodeRabbit
jonathanpopham Mar 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<link rel="manifest" href="/manifest.json">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&family=Martian+Mono:wght@300;400;500&family=Lexend+Peta:wght@400&display=swap" rel="stylesheet">
Loading
Loading