-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (204 loc) · 10 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HUMAN TRAFFICKING</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.3/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
crossorigin="" />
<script src="https://unpkg.com/leaflet@1.3.3/dist/leaflet.js"
integrity="sha512-tAGcCfR4Sc5ZP5ZoVz0quoZDYX5aCtEm/eu1KhSLj2c9eFrylXZknQYmxUssFaVJKvvc0dJQixhGjG2yXWiV9Q=="
crossorigin=""></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed" rel="stylesheet">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/d3Style.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no'/>
<script src='https://api.mapbox.com/mapbox.js/v3.3.0/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v3.3.0/mapbox.css' rel='stylesheet'/>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-md navbar-custom ">
<a class="navbar-brand" href="index.html">
<a class="nav-link active-nav" href="index.html" style="color: white;"><i class="fas fa-home" style="color: white;"></i><strong>HOME</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="country.html"><strong>COMPARISON</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="datapage.html"><strong>DATA</strong></a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid banner">
<div class="hero banner-text text-center">
<h1 style="text-align: center;"><strong>I AM NOT FOR SALE - SAY NO TO HUMAN TRAFFICKING</strong></h1>
<div class="down-arrow"><a href="#start"><img src="static/Images/down-arrow.png"></a></div>
</div>
</div>
<div class="header">
<div class="row">
<div class="col-xs-12 col-md-12" id="start">
<h1 style="text-align: center;"><strong> HUMAN TRAFFICKING </strong></h1>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-12">
<div class="article">
<p style="text-align:justify;"> Human trafficking involves the use of force, fraud, or coercion to obtain
some type of labor or commercial sex act.
Every year, millions of men, women, and children are trafficked worldwide – including right here in the United States.
It can happen in any community and victims can be any age, race, gender, or nationality. Traffickers might use
violence,
manipulation, or false promises of well-paying jobs or romantic relationships to lure victims into trafficking
situations.
Language barriers, fear of their traffickers, and/or fear of law enforcement frequently keep victims from seeking
help,
making human trafficking a hidden crime.
Traffickers use force, fraud, or coercion to lure their victims and force them into labor or commercial sexual
exploitation. They look for people who are susceptible for a variety of reasons, including psychological or emotional
vulnerability, economic hardship, lack of a social safety net, natural disasters, or political instability. The trauma
caused by the traffickers can be so great that many may not identify themselves as victims or ask for help, even in
highly public settings.
Many myths and misconceptions exist. Recognizing key indicators of human trafficking is the first step in identifying
victims and can help save a life.
</p>
</div>
</div>
</div>
</div>
<br>
<div class="header">
<div class="row">
<div class="col-xs-12 col-md-12" id="start">
<h1 style="text-align: center;"><strong> HUMAN TRAFFICKING EVENTS ACROSS THE GLOBE </strong>
</h1>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="row col-md-12">
<div class="col-md-12">
<div id="map" class="map-format"></div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div id="test">
<br>
<h6><strong>SELECT MAP</strong></h6>
<select id="selectMap" style="width: 130px; font-size:medium;">
<option>Human Trafficking</option>
<option>Poverty <$1.90/day</option>
<option>Poverty <$3.20/day</option>
<option>Poverty <$5.50/day</option>
</select>
</div>
</div>
</div>
<br>
<div class="header">
<div class="row">
<div class="col-xs-12 col-md-12">
<h1 style="text-align: center;"><strong> NETWORK SHOWING HUMAN TRAFFICKING ROUTES</strong>
</h1>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="row col-md-12">
<div class="col-md-12">
<div id="map2" class="dark"></div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
</div>
<br>
<div class="header">
<div class="row">
<div class="col-xs-12 col-md-12" id="start">
<h1 style="text-align: center;"><strong> HUMAN TRAFFICKING INDICATORS </strong></h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-12">
<div id="scatter">
<!-- We append our chart here. -->
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-xs-12 col-md-12">
<div class="article">
<p style="text-align:justify;"> According to <a href="https://migrationdataportal.org/themes/human-trafficking" target="_blank"style="color: dimgrey;">Migration Data Portal</a>, the crime of human trafficking is complex and dynamic, taking place in a wide variety of contexts and difficult to
detect. One of the greatest challenges in developing targeted counter-trafficking responses and measuring their impact
is the lack of reliable, high-quality data related to the scale of human trafficking and the profile of victims.
The need for improved international response to human trafficking and commitment to its eradication is illustrated by
its prominent inclusion in the targets of the United Nations (UN) Sustainable Development Goals (SDGs) and the Global
Compact for Safe, Orderly, and Regular Migration (GCM). Eradicating human trafficking is addressed specifically in goals
5.2, 8.7 and 16.2. The GCM’s 10th Objective also calls for specific measures to prevent and combat trafficking in
persons in the context of international migration.
</p>
</div>
</div>
<hr>
<div class="col-xs-12 col-md-12">
<a href="country.html" target="_blank"><p style="text-align:center; color: dimgrey;">Explore Human Trafficking Events by Country.</p></a>
</div>
</div>
</div>
<hr>
<footer class="footer">
<div class="container-fluid text-center">
<a href="https://github.com/remco-mooij/human-trafficking/" target="_blank">
<i class="fab fa-github fa-2x" style="color: #e3e3e3;"></i>
</a>
<p class="text text-center">
<small>© Copyright Tolu Omotunde - Remco Mooij - Kate Minyard - Sree Yallapragada - Adam Iona -2020</br>
UNC CHAPELHILL© Data Analytics Boot Camp</small>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.5.0/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-tip/0.9.1/d3-tip.js"></script>
<script src='https://api.mapbox.com/mapbox.js/plugins/arc.js/v0.1.0/arc.js'></script>
<script type="text/javascript" src="static/js/app.js"></script>
<script type="text/javascript" src="static/js/config.js"></script>
<script type="text/javascript" src="static/js/logic.js"></script>
</body>
</html>