Use the new logo #268
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#268
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We now have an official logo:
It should be displayed in the header.
The other logos should also be shipped by default, and admins should be able to change the logo of their instance with an environment variable.
Loomio vote
Plume version (and/or commit): 0.2.0
for reference, source svg and assets for 1st place and 2nd place: https://github.com/trwnh/plumeLogos
also, a note on the implementation: the ideal way to include the logos would be to directly inline the svg into the HTML, so that the path CSS can be modified directly at different responsive points (e.g. to make the stroke thicker or thinner at small sizes, to recolor the fill or stroke, etc)
OK, if we want to make it possible to change the logo with an environment variable, the best solution would be to use switch to Askama, as it would allow us to use
env!()macros to get the right URL.I think I will split this issue in two parts, and only add @trwnh's logo until we use Askama.