-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xv
- Loading branch information
Showing
94 changed files
with
14,564 additions
and
20,639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<script src="mainlibs/anychart-bundle.min.js"></script> | ||
<script src="Javascripts/albania.js"></script> | ||
<script type="text/javascript" src="Javascripts/AlbaniaDataVis.js"></script> | ||
<link rel="stylesheet" href="mainlibs/anychart-ui.min.css" /> | ||
<link rel="stylesheet" href="css/style2.css" /> | ||
|
||
<!-- ------------------------------------------------------------------- --> | ||
<link rel="stylesheet" href="css/bootstrap.min.css"> | ||
<script src="Javascripts/jquery.min.js"></script> | ||
<script src="Javascripts/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="Javascripts/d3.v3.min.js"></script> | ||
<script type="text/javascript" src="Javascripts/queue.v1.min.js"></script> | ||
<script type="text/javascript" src="Javascripts/topojson.v0.min.js"></script> | ||
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"> | ||
<!-- ------------------------------------------------------------------- --> | ||
|
||
|
||
|
||
<title>Albania Humanitarian situation</title> | ||
<style> | ||
html, body, #container { | ||
width: 100%; | ||
height: 75%; | ||
margin: 0; | ||
padding: 0; | ||
}, | ||
#container2 { | ||
width: 100%; | ||
height: 35%; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<ul id="nav"> | ||
<li><a href="index.html">Home</a></li> | ||
|
||
<li><a class="fly" href="#">Countries</a> | ||
<!-------------------------------------------------------------------------------------------------------------- --> | ||
<ul class="dd"> | ||
<li><a href="kenya.html">Kenya</a></li> | ||
<li><a href="Albania.html">Albania</a></li> | ||
<li><a href="cambodia.html">Cambodia</a></li> | ||
<li><a href="costarica.html">Costa rica</a></li> | ||
<li><a href="madagascar.html">Madagascar</a></li> | ||
<li><a href="Niger.html">Niger</a></li> | ||
<li><a href="senegal.html">Senegal</a></li> | ||
<li><a href="srilanka.html">Sri Lanka</a></li> | ||
|
||
</ul> | ||
|
||
</li> | ||
|
||
</ul> | ||
<!-------------------------------------------------------------------------------------------------------------- --> | ||
<div id="container"></div> | ||
<script type="text/javascript"src="Javascripts/AlbaniaGraphs1.js"> </script> | ||
<div id="container2"></div> | ||
<script type="text/javascript"src="Javascripts/albaniagraphs2.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.