mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-26 03:26:18 +00:00
Compare commits
No commits in common. "e39fb851bfbf8257fc44945d15cb9e9544354a22" and "edb1a03803ad641c647d2aacdc2d9aa62c1b650d" have entirely different histories.
e39fb851bf
...
edb1a03803
9 changed files with 6 additions and 24 deletions
|
@ -8,7 +8,7 @@ export const targetsPorDefecto = [
|
|||
"datajson+https://datos.cultura.gob.ar/data.json",
|
||||
"datajson+https://datos.mininterior.gob.ar/data.json",
|
||||
"datajson+https://datos.produccion.gob.ar/data.json",
|
||||
"datajson+http://datos.salud.gob.ar/data.json",
|
||||
"datajson+https://datos.salud.gob.ar/data.json",
|
||||
"datajson+https://datos.transporte.gob.ar/data.json",
|
||||
"datajson+https://ckan.ciudaddemendoza.gov.ar/data.json",
|
||||
"datajson+https://datos.santafe.gob.ar/data.json",
|
||||
|
|
1
frontend/.gitattributes
vendored
1
frontend/.gitattributes
vendored
|
@ -1 +0,0 @@
|
|||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3719be5ef33cdbb030f02d6603644dc9699d935e009775d77a8066b2eeee6fb
|
||||
size 1258
|
|
@ -3,13 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Archivo de portales de datos abiertos de Argentina</title>
|
||||
<link rel="icon" href="/assets/archive-outline.png" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Explorá respaldos de los datos publicados en 50 portales de datos abiertos."
|
||||
/>
|
||||
<meta name="”robots”" content="index, follow" />
|
||||
<title>Transicion Desordenada Diablo (ver dataset)</title>
|
||||
</head>
|
||||
<body class="bg-gray-50 dark:bg-gray-900 dark:text-white">
|
||||
<div id="app"></div>
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
https://transicion-desordenada-diablo.netlify.app/* https://datos.nulo.ar/:splat 301!
|
||||
/* /index.html 200
|
|
@ -1,2 +0,0 @@
|
|||
User-agent: *
|
||||
Allow: /
|
|
@ -40,9 +40,7 @@
|
|||
portal: site.path,
|
||||
})}
|
||||
<li>
|
||||
<div
|
||||
class="flex flex-col justify-between gap-3 px-6 py-5 sm:flex-row"
|
||||
>
|
||||
<div class="flex justify-between gap-3 px-6 py-5">
|
||||
<div class="flex flex-col gap-2">
|
||||
<h3 class="text-lg leading-none">{site.title}</h3>
|
||||
<SourceLink href={site.url}>{site.url}</SourceLink>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="px-6 pt-5">
|
||||
<h1>Archivo de portales de datos abiertos de Argentina</h1>
|
||||
<p>
|
||||
Explorá respaldos de los datos publicados en 50 portales de datos
|
||||
Explorá respaldos de los datos publicados en 43 portales de datos
|
||||
abiertos.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
@ -13,11 +13,8 @@
|
|||
|
||||
<li>
|
||||
<a
|
||||
class="relative flex justify-between px-6 py-5 shadow-blue-300 hover:bg-gray-50 dark:hover:bg-gray-700"
|
||||
class="flex justify-between px-6 py-5 shadow-blue-300 hover:bg-gray-50 dark:hover:bg-gray-700"
|
||||
class:shadow-glow={glow}
|
||||
class:hover:bg-blue-50={glow}
|
||||
class:dark:hover:bg-slate-700={glow}
|
||||
class:z-10={glow}
|
||||
href={inject(routes.Dump, {
|
||||
dumpUrl: encodeURIComponent(dumpUrl),
|
||||
})}
|
||||
|
|
Loading…
Reference in a new issue