@@ -478,6 +478,18 @@ const Viz4: React.FC = () => {
478478 return (
479479 < div className = "section" id = "section4" >
480480 < div className = "viz-container" >
481+ < div className = "paragraph" >
482+ < p className = "section-badge" > / Visualization 04</ p >
483+ < h1 className = "viz-title" > Crashed flight routes around the world</ h1 >
484+ < p >
485+ Each line on the globe is a flight that never made it to its destination. Lines connect the
486+ departure (white) and arrival (cyan) airports as great-circle arcs, and their colour scales
487+ with the number of fatalities, pale yellow for incidents with no deaths, deep red for the
488+ deadliest. Drag the globe to rotate it, or let it spin on its own. Brush the year range below
489+ to focus on a period. Hover any line to reveal a red X at the crash location (precise where
490+ it's known, dashed and labelled < em > approx.</ em > when only city-level data is available).
491+ </ p >
492+ </ div >
481493 < div className = "widget" ref = { widgetRef } >
482494 < button className = "fullscreen-btn" aria-label = "Toggle Fullscreen" onClick = { toggle } >
483495 < svg viewBox = "0 0 24 24" width = "18" height = "18" fill = "none" stroke = "currentColor" strokeWidth = "1.75" strokeLinecap = "round" strokeLinejoin = "round" >
@@ -528,19 +540,6 @@ const Viz4: React.FC = () => {
528540 </ div >
529541 </ div >
530542 </ div >
531-
532- < div className = "paragraph" >
533- < p className = "section-badge" > / Visualization 04</ p >
534- < h1 className = "viz-title" > Crashed flight routes around the world</ h1 >
535- < p >
536- Each line on the globe is a flight that never made it to its destination. Lines connect the
537- departure (white) and arrival (cyan) airports as great-circle arcs, and their colour scales
538- with the number of fatalities, pale yellow for incidents with no deaths, deep red for the
539- deadliest. Drag the globe to rotate it, or let it spin on its own. Brush the year range below
540- to focus on a period. Hover any line to reveal a red X at the crash location (precise where
541- it's known, dashed and labelled < em > approx.</ em > when only city-level data is available).
542- </ p >
543- </ div >
544543 </ div >
545544 </ div >
546545 )
0 commit comments