-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alineo paneles y cards en una misma columna, en transparencia activa
- Loading branch information
1 parent
82bc49f
commit 39829a2
Showing
2 changed files
with
14 additions
and
8 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.ipynb_checkpoints | ||
.DS_Store | ||
.idea/ |
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 |
---|---|---|
|
@@ -71,6 +71,13 @@ | |
<script type='text/javascript' src='https://cdn.jsdelivr.net/gh/datosgobar/series-tiempo-ar-explorer@ts_components_2.6.2/dist/js/components.js'></script> | ||
</head> | ||
|
||
<style> | ||
.panel-card-column { | ||
padding-left: 9px; | ||
padding-right: 9px; | ||
} | ||
</style> | ||
|
||
|
||
<body role="document" class="html not-front not-logged-in no-sidebars page-node page-node- page-node-75394 node-type-book og-context og-context-node og-context-node-3 i18n-es"> | ||
<noscript> | ||
|
@@ -177,36 +184,34 @@ <h1 class="activities-sidbar">Catálogos de datos abiertos</h1></div> | |
<div class="pane-content"> | ||
<h3>Secretaría de Gobierno de Modernización</h3> | ||
<div class="row"> | ||
<div class="col-md-3"> | ||
<div class="col-md-4 panel-card-column"> | ||
<a class="panel panel-default" href="#"> | ||
<div class="panel-body"> | ||
<h3>XLSX</h3> | ||
<p class="text-muted">Catálogo en formato Excel.</p> | ||
</div> | ||
</a> | ||
<div id='modernizacion-datasets'></div> | ||
</div> | ||
<div class="col-md-3"> | ||
<div class="col-md-4 panel-card-column"> | ||
<a class="panel panel-default" href="#"> | ||
<div class="panel-body"> | ||
<h3>JSON</h3> | ||
<p class="text-muted">Catálogo en formato JSON.</p> | ||
</div> | ||
</a> | ||
<div id='modernizacion-distribuciones'></div> | ||
</div> | ||
<div class="col-md-3"> | ||
<div class="col-md-4 panel-card-column"> | ||
<a class="panel panel-default" href="#"> | ||
<div class="panel-body"> | ||
<h3>Datos.gob.ar</h3> | ||
<p class="text-muted">Org. en el portal nacional.</p> | ||
</div> | ||
</a> | ||
<div id='modernizacion-datasets-federados'></div> | ||
</div> | ||
</div> | ||
<div class="row ts"> | ||
<div class="col-md-3" id='modernizacion-datasets'></div> | ||
<div class="col-md-3" id='modernizacion-distribuciones'></div> | ||
<div class="col-md-3" id='modernizacion-datasets-federados'></div> | ||
</div> | ||
<p><strong>E-mail de contacto:</strong> <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
</div> | ||
|