Starting the rebranding of Mastodon to Instante social

This commit is contained in:
nogafam.es Admin 2021-10-17 03:34:57 +02:00
parent 5159ba26e4
commit 164fd923ba
6 changed files with 20 additions and 3 deletions

View File

@ -860,6 +860,18 @@ $small-breakpoint: 960px;
}
}
table.brand-img {
td.img > img {
max-width: 5em;
margin-right: 1em;
}
td.name {
font-size: 4em;
vertical-align: middle;
color: #fff;
}
}
.brand {
position: relative;
text-decoration: none;

View File

@ -8,7 +8,12 @@
.landing
.landing__brand
= link_to root_url, class: 'brand' do
= svg_logo_full
%table.brand-img
%tbody
%tr
%td.img
%img{"src" => "/apple-touch-icon.png"}
%td.name='Instante'
%span.brand__tagline=t 'about.tagline'
.landing__grid

View File

@ -35,7 +35,7 @@ es-MX:
one: estado
other: estados
status_count_before: Qué han escrito
tagline: Seguir a amigos existentes y descubre nuevos
tagline: La red social del momento
terms: Condiciones de servicio
unavailable_content: Contenido no disponible
unavailable_content_description:

View File

@ -35,7 +35,7 @@ es:
one: estado
other: estados
status_count_before: Qué han escrito
tagline: Seguir a amigos existentes y descubre nuevos
tagline: La red social del momento
terms: Condiciones de servicio
unavailable_content: Contenido no disponible
unavailable_content_description:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 14 KiB