Skip to content
Snippets Groups Projects
Commit 7626fcfb authored by Ciaran Ainsworth's avatar Ciaran Ainsworth
Browse files

Update to match new design

parent 26009ac4
No related branches found
No related tags found
No related merge requests found
Pipeline #19386 passed
...@@ -4,6 +4,7 @@ Author: Sporiff ...@@ -4,6 +4,7 @@ Author: Sporiff
Category: Announcement Category: Announcement
Slug: design-work Slug: design-work
Summary: We've had a good hard look in the mirror and decided to change our look. Summary: We've had a good hard look in the mirror and decided to change our look.
Donation: True
As we mentioned in our [previous post]({filename}2022-january-update.md), we've been thinking about our image a lot lately. At the moment, it's difficult for us to put new designs in place. It's even harder for us to keep everything consistent. This has led to lots of differences between our website, blog, and apps. As we mentioned in our [previous post]({filename}2022-january-update.md), we've been thinking about our image a lot lately. At the moment, it's difficult for us to put new designs in place. It's even harder for us to keep everything consistent. This has led to lots of differences between our website, blog, and apps.
......
...@@ -52,8 +52,8 @@ MARKDOWN = { ...@@ -52,8 +52,8 @@ MARKDOWN = {
} }
DONATION_MESSAGES = [ DONATION_MESSAGES = [
'Like what we\'re doing? Consider donating to help us out 🙏', 'Consider donating to help us out 🙏',
'Help us keep the lights on around here by donating to the project 💡', 'Help us keep the lights on around here 💡',
'Funkwhale is free software, but developing it still requires money. Consider donating to help us keep going 💪', 'Consider donating to help us keep going 💪',
'❤️ Funkwhale? Why not help us out by donating what you can?' '❤️ Funkwhale? Why not donate?'
] ]
...@@ -306,3 +306,7 @@ img { ...@@ -306,3 +306,7 @@ img {
.admonition a { .admonition a {
margin-right: -12px; margin-right: -12px;
} }
hr {
background-color: #eee9e9;
}
...@@ -15,10 +15,6 @@ ...@@ -15,10 +15,6 @@
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1> title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
<div class="entry-content blog-post"> <div class="entry-content blog-post">
{{ article.content }} {{ article.content }}
{% if article.donation %}
<br>
{{ donations }}
{% endif %}
</div> </div>
<div class="post_list"> <div class="post_list">
<span>By </span> <span>By </span>
...@@ -36,6 +32,10 @@ ...@@ -36,6 +32,10 @@
dd{% endif %} dd{% endif %}
</div> </div>
{% if article.donation %}
<br>
{{ donations }}
{% endif %}
</article> </article>
</section> </section>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div class="admonition"> <hr>
<p class="admonition-title">Want to help?</p> <div class="blog-post " style="text-align: center;">
<p>{{ DONATION_MESSAGES|random }} </p> <p style="color: #333;">{{ DONATION_MESSAGES|random }} <a class="button is-primary" style="width: fit-content; vertical-align: middle; margin-left: 5px;" href="https://funkwhale.audio/en_US/support-us">Support Funkwhale</a></p>
<a class="button is-primary" href="https://funkwhale.audio/en_US/support-us">Support us!</a>
</div> </div>
<hr>
{% endblock %} {% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment