Skip to content

Commit

Permalink
actualizo interno
Browse files Browse the repository at this point in the history
  • Loading branch information
eliansoutu committed Oct 21, 2024
1 parent 750936c commit d493c70
Show file tree
Hide file tree
Showing 112 changed files with 594 additions and 13,509 deletions.
4 changes: 1 addition & 3 deletions _footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo | Ministerio del Interior (<script>document.write(new Date().getFullYear())</script>)


Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo (<script>document.write(new Date().getFullYear())</script>)
2 changes: 1 addition & 1 deletion _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
output_dir: "docs"
navbar:
logo:
image: sinta.png
image: https://tableros.yvera.tur.ar/recursos/logos_institucionales/sinta.png
href: https://www.yvera.tur.ar/estadistica/
right:
- text: "SINTA"
Expand Down
98 changes: 46 additions & 52 deletions docs/aereo.html

Large diffs are not rendered by default.

94 changes: 44 additions & 50 deletions docs/empresas.html

Large diffs are not rendered by default.

84 changes: 39 additions & 45 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@
</style>

<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<link href="site_libs/font-awesome-6.2.1/css/all.min.css" rel="stylesheet"/>
<link href="site_libs/font-awesome-6.2.1/css/v4-shims.min.css" rel="stylesheet"/>
<link href="site_libs/font-awesome-6.4.2/css/all.min.css" rel="stylesheet"/>
<link href="site_libs/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet"/>
<script src="site_libs/headroom-0.9.4/headroom.min.js"></script>
<script src="site_libs/autocomplete-0.37.1/autocomplete.min.js"></script>
<script src="site_libs/fuse-6.4.1/fuse.min.js"></script>
Expand Down Expand Up @@ -2060,33 +2060,39 @@ <h3>${suggestion.title}</h3>

/* Optional: embed custom fonts here with `@import` */
/* This must remain at the top of this file. */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Fira Mono');
@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Lora');
@import url('https://fonts.googleapis.com/css2?family=Fira%20Mono');


html {
/*-- Main font sizes --*/
--title-size: 30px;
--body-size: 1.0rem; /* edited */
--body-size: 1.4rem; /* edited */
--code-size: 0.9rem; /* edited */
--aside-size: 12px;
--fig-cap-size: 13px;
/*-- Main font colors --*/
--title-color: #37BBED;
--heading-color: #37BBED;
--title-color: #252C4F;
--heading-color: #252C4F;
--body-color: #383838; /* edited */
--aside-color: #37BBED;
--fig-cap-color: #37BBED;
--aside-color: #252C4F;
--fig-cap-color: #252C4F;
/*-- Specify custom fonts ~~~ must be imported above --*/
--heading-font: 'Encode', sans-serif; /* edited */
--heading-font: 'Lora', sans-serif; /* edited */
--mono-font: 'Fira Mono', monospace; /* edited */
--body-font: 'Roboto', sans-serif; /* edited */
--navbar-font: 'Encode', sans-serif; /* edited */
--body-font: 'Montserrat', sans-serif; /* edited */
--navbar-font: 'Lora', sans-serif; /* edited */
}


p {
font-size: 1.6rem;
}

.d-title > p {
font-size: 1.6rem;
}
/*-- WEBSITE HEADER + FOOTER --*/
/* These properties only apply to Distill sites and blogs */

Expand All @@ -2105,19 +2111,21 @@ <h3>${suggestion.title}</h3>
--bkgd-color: #0F2E3D;
}

/* PRUEBAS
/* PRUEBAS
/*-- Additional custom styles --*/



.distill-site-header .logo img{
max-height: 50px; /* Makes logo bigger, default was 20px */
max-height: 30px; /* Makes logo bigger, default was 20px */
vertical-align: sub;

}



.distill-site-header .title {
font-weight: 900;
font-weight: 600;
}

ul > li::marker {
Expand All @@ -2130,26 +2138,15 @@ <h3>${suggestion.title}</h3>

h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
font-family: "Encode Sans";
letter-spacing: 2px;
line-height: 2rem; /* increases, so wrapping headers don't overlap */

}

p {
font-size: 1.6rem;
}
font-family: "Lora Sans";
letter-spacing: 2px;
line-height: 2rem; /* increases, so wrapping headers don't overlap */

d-title p {
font-size: 2.0rem;
}

li {
font-size: 1.6rem;
}

body {
font-family: "Roboto";
font-family: "Montserrat";
color: #1f1f1f;
}

Expand All @@ -2164,21 +2161,21 @@ <h3>${suggestion.title}</h3>
}


.distill-site-header{
.distill-site-header{
padding: 10px 0px;
font-size: 15px;
font-family: 'Encode Sans', sans-serif;
font-family: 'Lora Sans', sans-serif;
letter-spacing: 2px;


/* background-image for fade-to-white color of navbar */
background-color: #37BBED;
background-color: #252C4F;

}

.distill-site-nav a {
color: #FFFFFF;
background-color: #37BBED;
background-color: #252C4F;
text-decoration: none;
}

Expand All @@ -2191,7 +2188,7 @@ <h3>${suggestion.title}</h3>

.distill-site-footer {
color: #f7f7f7b0;
background-color: #37BBED;
background-color: #252C4F;
margin-top: 0px;
padding: 50px 20px;
font-size: 12px;
Expand All @@ -2201,10 +2198,7 @@ <h3>${suggestion.title}</h3>
text-align: left;
}

.distill-site-footer > p {
font-size: 12px;

}

</style>
<!--/radix_placeholder_site_in_header-->
Expand All @@ -2227,7 +2221,7 @@ <h3>${suggestion.title}</h3>
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo" href="https://www.yvera.tur.ar/estadistica/">
<img src="sinta.png" alt="Logo"/>
<img src="https://tableros.yvera.tur.ar/recursos/logos_institucionales/sinta.png" alt="Logo"/>
</a>
<a href="index.html" class="title">MONITOR</a>
<div class="nav-dropdown">
Expand Down Expand Up @@ -2286,11 +2280,11 @@ <h1>Turismo en las Provincias</h1>
<div class="d-article">
<style>
p {
font-size: 1rem;
font-size: 1rem !important;
}

.d-title > p {
font-size: 1rem;
font-size: 1rem !important;
}
</style>
<p>El <em><strong>Monitor de Turismo en las Provincias</strong></em> que acá presentamos procura servir como herramienta de consulta de los últimos datos disponibles de una variedad de indicadores relativos al turismo en la Argentina, poniendo el foco en el nivel provincial.</p>
Expand Down Expand Up @@ -2320,7 +2314,7 @@ <h4 id="indicadores">INDICADORES</h4>
<!--/radix_placeholder_appendices-->
<!--radix_placeholder_navigation_after_body-->
<div class="distill-site-nav distill-site-footer">
<p>Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo | Ministerio del Interior (<script>document.write(new Date().getFullYear())</script>)</p>
<p>Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo (<script>document.write(new Date().getFullYear())</script>)</p>
</div>
<!--/radix_placeholder_navigation_after_body-->

Expand Down
Loading

0 comments on commit d493c70

Please sign in to comment.