Skip to content

Commit 88407e0

Browse files
authored
Merge pull request #27 from com-480-data-visualization/meet-curators-screen
Implementation of Curators screen
2 parents 1e50438 + 5a509fa commit 88407e0

6 files changed

Lines changed: 627 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
.vscode/
44
.env
55

6+
.__pycache__
7+
68
data/*
79
!data/.gitkeep

docs/country_timeline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ <h2>No records found.</h2>
893893

894894
<header class="top-bar">
895895
<div class="brand">
896-
<span class="brand-earth">Earth</span> Natural Disaster Museum<span class="brand-dim"> · est. 2026</span>
896+
<a href="curators.html"><span class="brand-earth">Earth</span> Natural Disaster Museum<span class="brand-dim"> · est. 2026</span></a>
897897
</div>
898898
<nav class="breadcrumb">
899899
<a href="globe.html" class="back-to-globe">The Globe: Earth</a>

docs/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,12 @@ button {
418418
white-space: nowrap;
419419
flex-shrink: 0;
420420
}
421+
.brand a {
422+
color: inherit;
423+
text-decoration: none;
424+
cursor: pointer;
425+
}
426+
.brand a:hover { opacity: 0.75; }
421427

422428
.brand-earth {
423429
font-style: italic;

0 commit comments

Comments
 (0)