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
6 changes: 3 additions & 3 deletions frontend/messages/es.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"accommodation_info": "Cómo llegar",
"about": "Sobre el evento",
"about": "El evento",
"agenda": "Agenda",
"an_error_has_occurred": "Ha ocurrido un error",
"cancel": "Cancelar",
Expand Down Expand Up @@ -48,10 +48,10 @@
"prices": "Precios",
"privacy_policy": "Política de privacidad",
"register": "Registro",
"registration": "Registro",
"registration": "Inscripción",
"reset_password_sent": "Si tu correo está registrado, hemos enviado un mensaje con un enlace para establecer una contraseña nueva.",
"send": "Enviar",
"speakers": "Invitados",
"speakers": "Invitadas",
"streaming": "Streaming",
"venue_info": "El lugar",
"we_sent_an_email": "Te hemos enviado un correo a {email}",
Expand Down
8 changes: 6 additions & 2 deletions frontend/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ body {
color: $color-primary;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
white-space: nowrap;
&:hover {
background-color: #43b2dc !important;
color: $color-white !important;
Expand All @@ -228,7 +229,7 @@ body {

img {
max-height: 3rem;
transform: rotate(5deg);
transform: rotate(var(--logo-rotation, 5deg));
}

&.brand {
Expand All @@ -240,10 +241,12 @@ body {
}

.brand-home-label {
display: flex;
flex-direction: column;
font-family: $font-family-primary;
font-size: 1em;
font-weight: 600;
line-height: inherit;
line-height: 1.05;
color: inherit;
white-space: nowrap;

Expand All @@ -262,6 +265,7 @@ body {
width: 100%;
justify-content: flex-end;
padding-right: 5rem;
gap: 0.25rem;
}

&-left {
Expand Down
88 changes: 88 additions & 0 deletions frontend/src/assets/images/calavera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/camiseta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions frontend/src/assets/images/timon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/timon_png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading