Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _data/next_meetup.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
show: false
date: 15 de Abril
show: true
date: 9 de Mayo
time: 19 hrs
host: rootstrap
host: eagerworks
talks:
- speaker: guillermo_aguirre
name: Ruby on Wasm
- speaker: emilio_cristalli
name: Ruby on Wasm
- speaker: maicol_bentancor
name: Demystifying Auth
- speaker: jorge_leites
name: "View Components the right way: creating reusable component libraries"
4 changes: 4 additions & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ alan_ridlehoover:
fito_von_zastrow:
name: Fito von Zastrow
github: Fito

jorge_leites:
name: Jorge Leites
github: JorgeLeites
2 changes: 1 addition & 1 deletion _sass/next_meetup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

&--infinite-horizontal-animation {
animation: scroll-horizontal 20s linear infinite;
animation: scroll-horizontal 30s linear infinite;

@keyframes scroll-horizontal {
0% {
Expand Down