Skip to content

Commit f963378

Browse files
committed
Updated README.md
1 parent dba0584 commit f963378

5 files changed

Lines changed: 20 additions & 15 deletions

File tree

README.Rmd

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ p_load(dplyr,
4242
4343
# Hex-Sticker de InkaStats Data Science Solutions
4444

45-
<a href="https://github.com/psotob/InkaStat_HexSticker"><img src="stickers_png/logo-inkastats-official.png" align="left" width="140" hspace="20" vspace="25"/></a>
45+
<a href="https://github.com/psotob/InkaStat_HexSticker"><img src="stickers_png/logo-inkastats-official.png" align="left" width="200" hspace="20" vspace="10"/></a>
4646

4747
<br>
48-
48+
<br>
49+
<br>
4950
En este repositorio encontrarás el código para reproducir la creación del Hex-Sticker de **InkaStats Data Science Solutions** y la historia detrás del concepto artístico que inspiró el logo. Además, encontrarás algunas versiones alternativas de Hex-Stickers así como gif animados.
5051

52+
<br>
5153
<br>
5254

5355
## Arte conceptual
@@ -124,13 +126,17 @@ Por último, un par de gifs animados:
124126

125127

126128
```{r echo = FALSE}
127-
gif1 <- image_read("gifs/logo-charcoal-oilpaint.gif")
128-
gif2 <- image_read("gifs/logo-official-nonofficial.gif")
129-
gif3 <- image_read("gifs/logo-official-oilpaint-nonofficial.gif")
129+
gif1 <- image_read("gifs/logo-charcoal-oilpaint.gif") %>%
130+
image_scale("200")
131+
gif2 <- image_read("gifs/logo-official-nonofficial.gif") %>%
132+
image_scale("200")
133+
gif3 <- image_read("gifs/logo-official-oilpaint-nonofficial.gif") %>%
134+
image_scale("200")
130135
131136
new_gif <- image_append(c(gif1[1], gif2[1], gif3[1]), stack = FALSE)
132-
for (i in 2) {
133-
combined <- image_append(c(gif1[i], gif2[i], gif3[i]), stack = FALSE)
137+
for (i in 2:3) {
138+
j <- i - 1
139+
combined <- image_append(c(gif1[j], gif2[j], gif3[i]), stack = FALSE)
134140
new_gif <- c(new_gif, combined)
135141
}
136142

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
66
# Hex-Sticker de InkaStats Data Science Solutions
77

8-
<a href="https://github.com/psotob/InkaStat_HexSticker"><img src="stickers_png/logo-inkastats-official.png" align="left" width="140" hspace="20" vspace="25"/></a>
8+
<a href="https://github.com/psotob/InkaStat_HexSticker"><img src="stickers_png/logo-inkastats-official.png" align="left" width="200" hspace="20" vspace="10"/></a>
99

10-
<br>
10+
<br> <br> <br> En este repositorio encontrarás el código para reproducir
11+
la creación del Hex-Sticker de **InkaStats Data Science Solutions** y la
12+
historia detrás del concepto artístico que inspiró el logo. Además,
13+
encontrarás algunas versiones alternativas de Hex-Stickers así como gif
14+
animados.
1115

12-
En este repositorio encontrarás el código para reproducir la creación
13-
del Hex-Sticker de **InkaStats Data Science Solutions** y la historia
14-
detrás del concepto artístico que inspiró el logo. Además, encontrarás
15-
algunas versiones alternativas de Hex-Stickers así como gif animados.
16-
17-
<br>
16+
<br> <br>
1817

1918
## Arte conceptual
2019

0 Bytes
Loading
-519 KB
Loading

tables/table_concept_art.png

0 Bytes
Loading

0 commit comments

Comments
 (0)