Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase out white-on-yellow logo in favor of higher contrast black-on-yellow #2310

Merged
merged 5 commits into from
Jan 19, 2024
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
2 changes: 1 addition & 1 deletion templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>{{ full_title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="{{ website.asset('liberapay/icon-v2_black.16.png') }}" type="image/png">
<link rel="apple-touch-icon" href="{{ website.asset('liberapay/icon-v2_white-on-yellow.200.png') }}">
<link rel="apple-touch-icon" href="{{ website.asset('liberapay/icon-v2_black-on-yellow.200.png') }}">
<link rel="stylesheet" href="{{ website.asset('bootstrap/css/bootstrap.css') }}">
<link rel="stylesheet" href="{{ website.asset('base.css') }}" type="text/css">
<link rel="stylesheet" href="{{ website.asset('forkawesome/1.1.7/css/fork-awesome.min.css') }}" type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion templates/layouts/paper.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
% block header
<header class="flex">
<div>
<img src="{{ website.asset('liberapay/icon-v2_white-on-yellow.svg') }}" />
<img src="{{ website.asset('liberapay/icon-v2_black-on-yellow.svg') }}" alt="{{ _('Liberapay logo') }}" />
Liberapay
</div>
<div>[email protected]</div>
Expand Down
26 changes: 8 additions & 18 deletions www/about/logos.spt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ title = _("Logos")

<p>{{ _(
"The Liberapay logo is composed of the two letters “lp”. It's usually "
"colored either white-on-yellow, black-on-yellow, or just black."
"colored black-on-yellow or just black. We used a white-on-yellow variant "
"in the past, but it's now phased out as its contrast was deemed too low."
) }}</p>

<p>{{ _(
Expand Down Expand Up @@ -46,17 +47,17 @@ title = _("Logos")
) }}</p>

<div class="card text-center">
<p><img src="{{ website.asset('liberapay/icon-v2_white-on-yellow.svg') }}" height=150 /></p>
<p><a href="/assets/liberapay/icon-v2_white-on-yellow.svg?save_as=liberapay_logo_white-on-yellow.svg">
{{ fontawesome('download') }} {{ _("Download the white-on-yellow SVG") }}
<p><img src="{{ website.asset('liberapay/icon-v2_black-on-yellow.svg') }}" height=150 alt="{{ _('Liberapay logo, black-on-yellow') }}" /></p>
<p><a href="/assets/liberapay/icon-v2_black-on-yellow.svg?save_as=liberapay_logo_black-on-yellow.svg">
{{ fontawesome('download') }} {{ _("Download the black-on-yellow SVG") }}
</a></p>
<p><a href="/assets/liberapay/icon-v2_white-on-yellow.200.png?save_as=liberapay_logo_white-on-yellow_200px.png">
{{ fontawesome('download') }} {{ _("Download the white-on-yellow PNG ({x_y} pixels)", x_y="200×200") }}
<p><a href="/assets/liberapay/icon-v2_black-on-yellow.200.png?save_as=liberapay_logo_black-on-yellow_200px.png">
{{ fontawesome('download') }} {{ _("Download the black-on-yellow PNG ({x_y} pixels)", x_y="200×200") }}
</a></p>
</div>

<div class="card text-center">
<p><img src="{{ website.asset('liberapay/icon-v2_black.svg') }}" height=150 /></p>
<p><img src="{{ website.asset('liberapay/icon-v2_black.svg') }}" height=150 alt="{{ _('Liberapay logo, black') }}" /></p>
<p><a href="/assets/liberapay/icon-v2_black.svg?save_as=liberapay_logo_black.svg">
{{ fontawesome('download') }} {{ _("Download the black SVG") }}
</a></p>
Expand All @@ -65,17 +66,6 @@ title = _("Logos")
</a></p>
</div>

<br>
<div class="card text-center">
<p><img src="{{ website.asset('liberapay/logo-v2_black-on-yellow.svg') }}" height=150 /></p>
<p><a href="/assets/liberapay/logo-v2_black-on-yellow.svg?save_as=liberapay_logo_black-on-yellow.svg">
{{ fontawesome('download') }} {{ _("Download the black-on-yellow SVG") }}
</a></p>
<p><a href="/assets/liberapay/logo-v2_black-on-yellow.1024.png?save_as=liberapay_logo_black-on-yellow_1024px.png">
{{ fontawesome('download') }} {{ _("Download the black-on-yellow PNG ({x_y} pixels)", x_y="1024×448") }}
</a></p>
</div>

<h3>{{ _("Fonts") }}</h3>

<p>{{ _(
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions www/assets/liberapay/icon-v2_black-on-yellow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions www/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ recent = website.db.one("""
<meta property="og:type" content="website" />
<meta property="og:url" content="https://{{ request.hostname }}/" />
<meta property="og:title" content="Liberapay" />
<meta property="og:image" content="{{ website.asset('liberapay/icon-v2_white-on-yellow.200.png') }}" />
<meta property="og:image" content="{{ website.asset('liberapay/icon-v2_black-on-yellow.200.png') }}" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@liberapay" />
% endblock

% block content

<div class="jumbotron section">
<p><img src="{{ website.asset('liberapay/icon-v2_white-on-yellow.svg') }}" height=100 width=100 /></p>
<p><img src="{{ website.asset('liberapay/icon-v2_black-on-yellow.svg') }}" height=100 width=100 alt="{{ _('Liberapay logo') }}" /></p>
<p>{{ _("Liberapay is a recurrent donations platform.") }}</p>
<p>{{ _("We help you fund the creators and projects you appreciate.") }}</p>
</div>
Expand Down