-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
139 lines (120 loc) · 6.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4964NB1NTF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4964NB1NTF');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Ashley Louie + Niko McGlashan">
<title>Charting A New Regional Course of Action</title>
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.typekit.net/eqc7jzl.css">
<!-- CAVEAT FONT REGULAR 400 and 600 SEMIBOLD-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<script type="text/javascript" src="./js/jquery-3.6.0.min.js"></script>
</head>
<body>
<div id="mobile-button" class="index-page">
<div id="hamburger-menu" onclick="toggleMenu(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="mobile-menu" id="mobile-menu">
<h1 onclick='redirect_Page(this,"origins.html")'>ORIGINS</h1>
<h1 onclick='redirect_Page(this,"motivations.html")'>MOTIVATIONS</h1>
<h1 onclick='redirect_Page(this,"profiles.html")'>PROFILES</h1>
<h1 onclick='redirect_Page(this,"outcomes.html")'>OUTCOMES</h1>
<h1 onclick='redirect_Page(this,"cost.html")'>COST</h1>
<h1 onclick='redirect_Page(this,"about.html")'>ABOUT</h1>
<h1 onclick='redirect_Page(this,"es_indice.html")' style="font-size: 1.2rem;">SPANISH</h1>
</div>
</div>
<div id="wrapper" class="index-page">
<div id="shortcutlan" class="position-fixed p-4" style="top: 90vh;font-size: 1.4rem;font-weight: 700;">
<a href="index.html"><span class="text-uppercase text-white"><u>EN</u></span></a><span class="text-uppercase text-white"> | </span><a href="es_index.html"><span class="text-uppercase text-white">ES</span></a>
</div>
<section class='chapter' id="closed">
<div class="bk origins-img" onclick='redirect_Page(this,"origins.html")'>
<div class="gradient origins-g">
<h2 class="chapter-title">VIOLENCE, CLIMATE,<br>FOOD INSECURITY,<br>AND POLICY<br>HISTORICALLY DRIVE EMIGRATION</h2>
<!--<h1 class="chapter-summary">ORIGINS</h1>-->
</div>
</div>
<div class="chapter-prompt position-fixed p-3">
<span class="text-uppercase">CLICK HERE TO LEARN MORE</span>
</div>
</section>
<section class='chapter' id="closed">
<div class="bk motivations-img" onclick='redirect_Page(this,"motivations.html")'>
<div class="gradient motivations-g">
<h2 class="chapter-title">FINANCIAL<br>INSECURITY<br>DRIVES<br>MIGRATION</h2>
<!--<h1 class="chapter-summary">MOTIVATIONS</h1>-->
</div>
</div>
<div class="chapter-prompt position-fixed p-3">
<span class="text-uppercase">CLICK HERE TO LEARN MORE</span>
</div>
</section>
<section class='chapter' id="closed">
<div class="bk profiles-img" onclick='redirect_Page(this,"profiles.html")'>
<div class="gradient profiles-g">
<h2 class="chapter-title">HALF OF MIGRANTS<br>WORK IN THE<br>SAME OCCUPATION<br>AFTER RELOCATION</h2>
<!-- <h1 class="chapter-summary">PROFILES
</h1>-->
</div>
</div>
<div class="chapter-prompt position-fixed p-3">
<span class="text-uppercase">CLICK HERE TO LEARN MORE</span>
</div>
</section>
<section class='chapter' id="closed">
<div class="bk outcomes-img" onclick='redirect_Page(this,"outcomes.html")'>
<div class="gradient outcomes-g">
<h2 class="chapter-title">ONLY 57%<br>OF MIGRANTS<br>RESIDE IN THEIR<br>INTENDED<br>DESTINATION</h2>
<!--<h1 class="chapter-summary">OUTCOMES</h1>-->
</div>
</div>
<div class="chapter-prompt position-fixed p-3">
<span class="text-uppercase">CLICK HERE TO LEARN MORE</span>
</div>
</section>
<section class='chapter' id="closed">
<div class="bk cost-img" onclick='redirect_Page(this,"cost.html")'>
<div class="gradient cost-g">
<h2 class="chapter-title">MIGRATION<br>COSTS<br>ADD TO<br>FINANCIAL<br>BURDEN</h2>
<!--<h1 class="chapter-summary">COST</h1>-->
</div>
</div>
<div class="chapter-prompt position-fixed p-3">
<span class="text-uppercase">CLICK HERE TO LEARN MORE</span>
</div>
</section>
<section class="chapter" id="closed">
<div class="bk about-img" onclick='redirect_Page(this,"about.html")'>
<div class="gradient about-g">
<h2 class="chapter-title">CHARTING A NEW <br>REGIONAL COURSE <br>OF ACTION
<!--<h1 class="chapter-summary">ABOUT</h1>-->
</div>
</div>
<div class="chapter-prompt position-fixed p-3">
<span class="text-uppercase">CLICK HERE TO LEARN MORE</span>
</div>
</section>
</div>
<script type="text/javascript" src="./js/chapterClick.js"></script>
<script type="text/javascript" src="./js/slideShow.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
<script type="text/javascript" src="./js/script.js"></script>
</body>
</html>