Skip to content

Commit 8d0a906

Browse files
authored
Merge pull request #24 from com-480-data-visualization/fix/website-structure
Clean up files
2 parents 3cb0225 + 1727d8c commit 8d0a906

4 files changed

Lines changed: 98 additions & 245 deletions

File tree

docs/country_timeline.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
.brand-dim { color: rgba(255,255,255,0.6); font-style: italic; }
7575

7676
.breadcrumb {
77-
flex: 1;
78-
min-width: 0;
77+
grid-column: 2;
7978
display: flex;
8079
align-items: center;
8180
justify-content: center;
@@ -87,7 +86,6 @@
8786
text-transform: uppercase;
8887
color: rgba(255,255,255,0.6);
8988
white-space: nowrap;
90-
overflow: hidden;
9189
}
9290
.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
9391
.breadcrumb a:hover { color: rgba(255,255,255,0.9); }
@@ -244,8 +242,8 @@
244242
left: 0;
245243
width: 100vw;
246244
height: 100vh;
247-
z-index: 1; /* Puts it behind your HUD */
248-
pointer-events: auto; /* Allows clicking on the 3D cards */
245+
z-index: 1;
246+
pointer-events: auto;
249247
}
250248

251249
.webgl-stage canvas {
@@ -885,15 +883,15 @@
885883
<div class="no-data" id="noData">
886884
<h2>No records found.</h2>
887885
<p>The archive holds no catalogued disasters for this country. Try another exhibit.</p>
888-
<a href="index.html" class="pill-btn" style="margin-top:16px">← Back to Globe</a>
886+
<a href="globe.html" class="pill-btn back-to-globe" style="margin-top:16px">← Back to Globe</a>
889887
</div>
890888

891889
<header class="top-bar">
892890
<div class="brand">
893891
<span class="brand-earth">Earth</span> Natural Disaster Museum<span class="brand-dim"> · est. 2026</span>
894892
</div>
895893
<nav class="breadcrumb">
896-
<a href="globe.html">The Globe: Earth</a>
894+
<a href="globe.html" class="back-to-globe">The Globe: Earth</a>
897895
<span class="sep">/</span>
898896
<span id="breadcrumbCountry"></span>
899897
</nav>

0 commit comments

Comments
 (0)