Skip to content

Commit 4e14fc8

Browse files
committed
Integrate interactive Data Journalism Editorial static page to dashboard
1. Served Static Editorial: - Copied '/workspaces/hackathon/index.html' into 'frontend/public/editorial.html', making it directly served by uvicorn/Vite. - This represents a complete, standalone, gorgeous data journalism research narrative outlining what the open bus telemetry reveals in Israel. 2. Navigation Link Added: - Added a styled badge button pointing to '📰 Data Journalism Editorial' directly inside the React masthead, letting users toggle this page in a new tab.
1 parent 57967f6 commit 4e14fc8

2 files changed

Lines changed: 4327 additions & 0 deletions

File tree

frontend/public/editorial.html

Lines changed: 4318 additions & 0 deletions
Large diffs are not rendered by default.

frontend/src/App.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@ export default function App() {
171171
🖥️ Start Pitch Mode
172172
</button>
173173
<div style={{ marginLeft: 10, display: 'flex', gap: 10 }}>
174+
<a
175+
href="/editorial.html"
176+
target="_blank"
177+
rel="noreferrer"
178+
className="badge"
179+
style={{ textDecoration: 'none', background: 'var(--s1)', color: '#fff', borderColor: 'var(--s1)', display: 'flex', alignItems: 'center', gap: 4 }}
180+
>
181+
📰 Data Journalism Editorial
182+
</a>
174183
<a
175184
href="/tlv-bus-speed.html"
176185
target="_blank"

0 commit comments

Comments
 (0)