Skip to content
This repository was archived by the owner on Apr 3, 2021. It is now read-only.
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
Binary file modified app/assets/images/favicon.ico
Binary file not shown.
Binary file modified app/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions app/assets/images/wdt-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/app/animate.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
-o-backface-visibility: hidden;
backface-visibility: hidden;
img {
max-width: 50%;
max-width: 30%;
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/views/app/home/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.center-content
.logo
h1#site-title
= image_tag('logo-curvas', alt: 'WebDevTalks Logo')
= image_tag('wdt-logo', alt: 'WebDevTalks Logo')
.sub-logo
h2#site-description Aprendiendo y compartiendo
= render partial: 'event', locals: { event: @event }
Expand Down