xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>rand</title>
<!--
Exploring RAND Database of Worldwide Terrorist Incidents from 1969 - 2009
src: https://www.rand.org/nsrd/projects/terrorism-incidents.html
-->
<style>
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
}
body {
display: table-cell;
vertical-align: middle;
font-size: 12px;
font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
}
.buttons {
float: left;
padding-bottom: 20px;
clear: both;
}
a.button {
color: #6e6e6e;
font: bold 12px Helvetica, Arial, sans-serif;
text-decoration: none;
padding: 7px 12px;
position: relative;
display: inline-block;
text-shadow: 0 1px 0 #fff;
-webkit-transition: border-color .218s;
-moz-transition: border .218s;
-o-transition: border-color .218s;
transition: border-color .218s;
background: #f3f3f3;
background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
border: solid 1px #dcdcdc;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
margin-right: 10px;
}
a.button:hover {
color: #333;
border-color: #999;
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
</style>
</head>
<body style='background: #F9F9F9'>
<h1>Weapon of Choice for Terrorist Incidents by Decade : 1970 - 2009</h1>
<div class="buttons">
<a href="#" id ="prevButton" class="button">Previous Decade</a>
<a href="#" id ="nextButton" class="button">Next Decade</a>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.3/moment.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js"></script>
<script type="text/javascript" src="weapons.js"></script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.3/moment.js
https://d3js.org/d3.v4.min.js
https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js