Skip to content

Commit

Permalink
actualizo plantilla presentaciones
Browse files Browse the repository at this point in the history
  • Loading branch information
eliansoutu committed Aug 13, 2024
1 parent 35e6916 commit a4c5cc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions inst/resources/css/dnmye_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* ------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora&display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap);


:root {
Expand Down
15 changes: 7 additions & 8 deletions inst/rmarkdown/templates/xaringan/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ output:

class:inverse, middle

background-image: url(https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_interior_blanco.png)
background-image: url(https://tableros.yvera.tur.ar/recursos/logos_institucionales/sec_turismo_blanco.png)
background-position: 95% 95%
background-size: 20%
background-size: 30%

# Acá va un título

Expand All @@ -32,17 +32,16 @@ background-size: 20%
<br>
<br>
<br>
<br>

### Dirección Nacional de Mercados y Estadística<br>Subsecretaría de Turismo
### Dirección Nacional de Mercados y Estadística




```{r, echo=FALSE}
library(xaringanExtra)
# LOGO COLOR EN PAGs INTERNAS
xaringanExtra::use_logo(image_url = "https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_interior_negro.png",
xaringanExtra::use_logo(image_url = "https://tableros.yvera.tur.ar/recursos/logos_institucionales/sec_turismo_azul.png",
position = css_position(top = "1em", right = "1em"),
height = "15%", width = "15%")
# BARRA DE PROGRESO DE PRESENTACION
Expand All @@ -61,15 +60,15 @@ library(xaringanthemer) #EVAL FALSE
library(comunicacion)
style_mono_light(outfile = "dnmye_theme.css", # CSS FILE
# FONTS
header_font_google = google_font('Encode Sans'),
text_font_google = google_font('Roboto'),
header_font_google = google_font('Lora'),
text_font_google = google_font('Montserrat'),
code_font_google = google_font('IBM Plex Mono'),
# COLORES
base_color = "#252C4F",
code_inline_color = dnmye_colores("rosa"),
inverse_link_color = "#3B4449",
background_color = "#FFFFFF",
title_slide_background_image = "escudo_mintur_blanco.png",
title_slide_background_image = "sec_turismo_blanco.png",
title_slide_background_position = "95% 5%",
title_slide_background_size = "200px", footnote_color = "#3B4449", link_color = "3B4449",text_slide_number_font_size = "16px"
Expand Down
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/xaringan/template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Xaringan DNMyE
description: >
Plantilla de presentaciones de la Dirección Nacional de Mercados y Estadísticas (DNMyE) del Ministerio de Turismo y Deportes de la Nación
Plantilla de presentaciones de la Dirección Nacional de Mercados y Estadísticas (DNMyE) de la Subsecretaría de Turismo de la Nación
create_dir: FALSE

0 comments on commit a4c5cc2

Please sign in to comment.