reorganización
This commit is contained in:
parent
af06e87e74
commit
2a97a34d87
10 changed files with 616 additions and 11 deletions
19
index.html
19
index.html
|
@ -5,7 +5,6 @@
|
|||
<title>Estructura de Madrid-Destino 2016</title>
|
||||
<link type="text/css" rel="stylesheet" href="style.css"/>
|
||||
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
|
||||
<script src="d3js.js" charset="utf-8"></script>
|
||||
<style type="text/css">
|
||||
.node circle {
|
||||
cursor: pointer;
|
||||
|
@ -26,14 +25,12 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="body">
|
||||
<h1>Estructura de Madrid Destino</h1>
|
||||
<div id="footer">
|
||||
<p>Realizado con <a href="https://github.com/vchatterji/opml2json">opml2json</a></p>
|
||||
<div class="hint"><p>pincha para expandir o colapsar</p></div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
</body>
|
||||
<h1>Estructura de Madrid Destino 2016</h1>
|
||||
<p>Para entender el contexto vea el <a href="https://infotics.es/articulo/mapas-mentales-con-orgmode/">artículo de Infotics</a>.</p>
|
||||
<ul>
|
||||
<li><a href="d3js.html">Con D3.js</li>
|
||||
<li><a href="pinturajs.html">Con pintora.js</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue