-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 2.72 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
<!DOCTYPE html>
<html>
<div class="row">
<div class="col-xs-offset-3 col-xs-6 col-sm-offset-5 col-sm-2">
<img class="img img-responsive" style="margin-top: 20px" src="./logo.svg" alt="...">
</div>
<div class="col-sm-12">
<h1 class="text-center" style="font-size: 72px; margin-top: 0"><b>RunAway</b></h1>
<h4 class="text-center"><i>A cool visualization tool made to analyze terrorist attacks all over the world from 1970's</i></h4>
</div>
</div>
<div class="row" style="margin-top: 30px">
<div class="col-sm-offset-3 col-sm-2 col-xs-6">
<img class="img img-responsive img-circle" src="./luca.jpg" alt="...">
<div class="caption text-center">
<h5><b>Luca Scotton</b></h5>
<p><a href="mailto:[email protected]"><i>[email protected]</i></a></p>
</div>
</div>
<div class="col-sm-offset-2 col-sm-2 col-xs-6">
<img class="img img-responsive img-circle" src="./ale.jpg" alt="...">
<div class="caption text-center">
<h5><b>Alejandro Gonzales Gonzales</b></h5>
<p><a href="mailto:[email protected]"><i>[email protected]</i></a></p>
</div>
</div>
</div>
<div class="row" style="margin-top: 30px">
<div class="col-sm-offset-1 col-sm-10">
<h2 class="text-center"><b>About the Global Terrorism Database</b></h2>
<h4 class="text-center"><i>- More than 180,000 terrorist attacks worldwide, 1970-2017 -</i></h4>
<p>
The <b>Global Terrorism Database (GTD)</b> is an <b>open-source</b> database including information on terrorist events around the world from 1970 through 2017. Unlike many other event databases, the GTD includes systematic data on domestic as well as transnational and international terrorist incidents that have occurred during this time period and now includes <b>more than 180,000 cases</b>. For each GTD incident, information is available on the date and location of the incident, the weapons used and nature of the target, the number of casualties, and--when identifiable--the group or individual responsible.</p>
<p>The information contained in the Global Terrorism Database is based on reports from a variety of open media sources. Information is not added to the GTD unless and until it has been determined if <b>the sources are credible</b>.</p>
<p>The <a href="https://www.start.umd.edu/gtd/" target="_blank">National Consortium for the Study of Terrorism and Responses to Terrorism (START)</a> makes the GTD available via this online interface in an effort to increase understanding of terrorist violence so that it can be more readily studied and defeated.</p>
</div>
</div>
<div class="row" style="margin-top: 30px">
<div class="col-sm-offset-2 col-sm-8 col-md-offset-4 col-md-4">
<p class="text-center footer">Made with <i class="far fa-heart"></i> by Luca and Alejandro</p>
</div>
</div>
</html>