forked from wchorolque/estatutos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·54 lines (52 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Estatuto Autonómico - Oruro</title>
<script src="js/d3.min.js"></script>
<script src="js/d3.tip.v0.6.3.js"></script>
<script src="js/globals.js"></script>
<script src="js/oruro.js"></script>
<link rel="stylesheet" type="text/css" href="css/sequences.css"/>
<link href='https://fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
</head>
<body>
<h1 style="text-align: center;">ESTATUTO AUTONÓMICO DEPARTAMENTAL DE ORURO</h1>
<div id="main">
<div id="sequence">
</div>
<div class="grafico">
<div id="chart">
<div id="explanation" style="visibility: hidden;">
<span id="percentage"></span><br/>
</div>
</div>
</div>
<div class="texto">
<div id="sidebar">
<input type="checkbox" id="togglelegend">Etiquetas/Colores<br/>
<div id="legend" style="visibility: hidden;height:0;"></div>
</div>
<div id="nivel1">
<span></span>
<div id="nivel2">
<span></span>
<div id="nivel3">
<span></span>
<div id="nivel4">
<span></span>
<div id="contenido_articulo"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/sequences.js"></script>
<script type="text/javascript">
// Hack to make this example display correctly in an iframe on bl.ocks.org
d3.select(self.frameElement).style("height", "600px");
</script>
</body>
</html>