Skip to content

Commit 70e28f4

Browse files
Add files via upload
1 parent 38023ad commit 70e28f4

8 files changed

+3422
-7
lines changed

aid_menu.html

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

destination.html

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

global_menu.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Global</title>
6+
<title>Context</title>
77
<link href="https://fonts.googleapis.com/css?family=Hind+Siliguri&display=swap" rel="stylesheet">
88
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
99
<link href="css/perfect-scrollbar.css" rel="stylesheet">
@@ -158,12 +158,12 @@
158158

159159
<body>
160160
<div id ="menuPanel">
161-
<h1>Global</h1>
161+
<h1>Context</h1>
162162
<div id = "text">
163163
<a href="demographics.html" style="display:block;" id="but">Demographics</a>
164-
<a href="refugees.html" id="but" style="display:block;">Refugees</a>
164+
<!--<a href="refugees.html" id="but" style="display:block;">Refugees</a>
165165
<a href="convention.html" id="but" style="display:block;">Geopolitics</a>
166-
<a href="finance.html" id="but" style="display:block;">Finance</a>
166+
<a href="finance.html" id="but" style="display:block;">Finance</a>-->
167167
</div>
168168
</div>
169169
<svg>

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,11 @@
174174
<div id ="mainMenu">
175175
<h1>Global Refugee Atlas</h1>
176176
<div id = "text">
177-
<a href="global_menu.html" onmouseover="showGlobal()" onmouseout="hideGlobal()" style="display:block;" id="but">Global</a>
177+
<a href="global_menu.html" onmouseover="showGlobal()" onmouseout="hideGlobal()" style="display:block;" id="but">Context</a>
178178
<a href="journey_menu.html" onmouseover="showRoutes()" onmouseout="hideRoutes()" id="but" style="display:block;">Journeys</a>
179-
<a href="camp_menu.html" onmouseover="showCamps()" onmouseout="hideCamps()" id="but" style="display:block;">Camps</a>
180-
<a href="camp_menu.html" onmouseover="showCamps()" onmouseout="hideCamps()" id="but" style="display:block;">Voices</a>
179+
<a href="settlement_menu.html" onmouseover="showCamps()" onmouseout="hideCamps()" id="but" style="display:block;">Settlements</a>
180+
<a href="aid_menu.html" onmouseover="showCamps()" onmouseout="hideCamps()" id="but" style="display:block;">Aid</a>
181+
<a href="camp_menu.html" onmouseover="showCamps()" onmouseout="hideCamps()" id="but" style="display:block;">Perception</a>
181182
</div>
182183
</div>
183184
<svg>

journey_menu.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,16 @@
166166
text-align:center;
167167
line-height:64px;
168168
}
169+
h2{
170+
font-family: 'Roboto Condensed', sans-serif;
171+
font-variant: small-caps;
172+
font-weight:bold;
173+
font-size:38px;
174+
width:200px;
175+
text-align:center;
176+
line-height:64px;
177+
margin-left:50px;
178+
}
169179

170180
</style>
171181
</head>
@@ -174,7 +184,11 @@
174184
<div id ="mainMenu">
175185
<h1>Journeys</h1>
176186
<div id = "text">
187+
<a href="origin.html" id="but" style="display:block;">Origin</a>
188+
<a href="destination.html" id="but" style="display:block;">Destination</a>
189+
<h2>VOICES</h2>
177190
<a href="journeys/index.html" onmouseover="selectType(100)" onmouseout="resetRoutes()" style="display:block;" id="but">Escaping Burundi</a>
191+
<a href="journeys/index.html" onmouseover="selectType(100)" onmouseout="resetRoutes()" style="display:block;" id="but">Journey 2</a>
178192
</div>
179193
</div>
180194
<svg>

0 commit comments

Comments
 (0)