diff --git a/README.org~ b/README.org~ deleted file mode 100644 index fe478f9..0000000 --- a/README.org~ +++ /dev/null @@ -1,4 +0,0 @@ -# Mapas mentales - -Este repositorio se compone de cuatro archivos aparte del actual: -- `madrid-destino.json diff --git a/Readme.org~ b/Readme.org~ deleted file mode 100644 index 5e7b843..0000000 --- a/Readme.org~ +++ /dev/null @@ -1,54 +0,0 @@ -* Presidente -** Consejero delegado -** Dirección General de Contenidos y espacios culturales -*** Actividades culturales -** Departamentos -*** Financiero y ventas -**** Presupuestos y control financiero -**** Administración y encomiendas -**** Ventas y patrocinio -**** Alquileres -*** Legal -**** Contratación -**** Protección de datos, marcas y patentes -*** Recursos humanos -**** Relaciones laborales -**** Administración de personal -**** Planificación, organización y prevención de riesgos -**** Gestión rrhh -*** Seguridad y emergencias -**** Seguridad -**** Viabilidad técnica -**** Coordinación de actividades empresariales y planes de autopromoción -**** Producción de eventos -*** Infraestructuras -**** Proyectos y obras -**** Mantenimiento y servicio -**** Asesoramiento técnico -*** Coordinación general -**** Estrategia -**** Servicios generales -**** Secretaría y gestión documental, Tecnología -*** Comunicación y marketing -**** Comunicación -**** Publicidad -**** Identidad gráfica y audiovisual -*** Espacios culturales -**** Programación cultural -**** Teatros -***** Teatro Español y Naves -***** Teatro Fernán Gómez -***** Teatro Circo Price -**** Daoiz y Velarde -**** CentroCentro -**** Conde Duque -**** Medialab-Prado -**** Matadero -***** Intermediae -***** Cineteca -*** Turismo -**** Promoción turística -**** Marketing turístico y partenariado -**** Madrid Convention Bureau -**** Atención, información y proyectos turísticos. -**** Desarrollo tecnológico y audiovisual diff --git a/d3js.html~ b/d3js.html~ deleted file mode 100644 index 8bb3b4e..0000000 --- a/d3js.html~ +++ /dev/null @@ -1,174 +0,0 @@ - - - - -Estructura de Madrid-Destino 2016 - - - - - -
-

Estructura de Madrid Destino

- -
- - - diff --git a/index.html~ b/index.html~ deleted file mode 100644 index 8bb3b4e..0000000 --- a/index.html~ +++ /dev/null @@ -1,174 +0,0 @@ - - - - -Estructura de Madrid-Destino 2016 - - - - - -
-

Estructura de Madrid Destino

- -
- - - diff --git a/style.css~ b/style.css~ deleted file mode 100644 index f26515a..0000000 --- a/style.css~ +++ /dev/null @@ -1,89 +0,0 @@ -body { - background: url(../images/texture-noise.png); - overflow: hidden; - margin: 0; - font-size: 14px; - font-family: "Helvetica Neue", Helvetica; -} - -#chart, #header, #footer { - position: absolute; - top: 0; -} - -#header, #footer { - z-index: 1; - display: block; - font-size: 36px; - font-weight: 300; - text-shadow: 0 1px 0 #fff; -} - -#header.inverted, #footer.inverted { - color: #fff; - text-shadow: 0 1px 4px #000; -} - -#header { - top: 80px; - left: 140px; - width: 1000px; -} - -#footer { - top: 680px; - right: 140px; - text-align: right; -} - -rect { - fill: none; - pointer-events: all; -} - -pre { - font-size: 18px; -} - -line { - stroke: #000; - stroke-width: 1.5px; -} - -.string, .regexp { - color: #f39; -} - -.keyword { - color: #00c; -} - -.comment { - color: #777; - font-style: oblique; -} - -.number { - color: #369; -} - -.class, .special { - color: #1181B8; -} - -a:link, a:visited { - color: #000; - text-decoration: none; -} - -a:hover { - color: #666; -} - -.hint { - position: absolute; - right: 0; - width: 1280px; - font-size: 12px; - color: #999; -}