-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.79 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find the Missing</title>
<style>
body {
font-size: 18px; /* Increase the base font size */
}
h1 {
font-size: 2em; /* Increase the size of the main heading */
}
h2 {
font-size: 1.5em; /* Increase the size of subheadings */
}
p {
font-size: 1.2em; /* Increase the size of paragraph text */
}
</style>
</head>
<body>
<h1>Find the Missing</h1>
<p>Every year, thousands of people go missing across the world, leaving behind a trail of unanswered questions and heartbroken loved ones. In the United States, where going missing voluntarily is legally permissible, this phenomenon takes on a unique significance. When reporting a loved one as unreachable, law enforcement often highlights this possibility in the crucial first few hours, which are vital for any subsequent investigation. Sadly, there is no focused or unanimous effort from authorities to collect and store information in a centralized place where we can crowdsource our efforts to locate missing individuals.</p>
<p>This project aims to bridge that gap by creating a collaborative platform to gather and share information about missing persons. Please <strong>contribute</strong> by submitting your updates to the <i>missing_persons_clean.csv</i> file. Only submissions that include valid resource links for verification will be merged.</p>
<p>Please <strong>explore the interactive map</strong> that visualizes the locations and key details of missing persons and let's make a difference!</p>
<iframe src="map_output.html" width="100%" height="600px"></iframe>
</body>
</html>