-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create vector /text file version of documentation coala-header.png #35
Comments
Another possibility is to recreate it using the logo and HTML/CSS. |
The font looks like |
Imported from coala/documentation@a666178 Related to #35
I have to import the coala-header.png image by cherry-picking and then convert it into svg format. Please correct me if I'm wrong. @jayvdb Also, what do you mean by "Also need to document the colors of the text - i.e. a visual style guideline." |
The file has already been imported into this repo in #36 Now we need to deconstruct it so it is a combination of the logo, and the text, with the correct proportions. The new format could be a vector format which dynamically embeds the logo. Or it could be a .html file (with embedded CSS) or similar which embeds the logo and uses funky CSS to layout the text correctly. The goal is that we have something which can be used by the docs instead of the .png. |
So what I would be doing is:
Upon approval, I'll start working on this. Sorry for bugging though. I feel it's better to confirm first rather that correcting it everytime :) |
https://github.com/coala/documentation/blob/master/_static/images/coala-header.png should be imported as-is with commit metadata from coala/documentation@a666178
It is currently used on https://github.com/coala/coala/blob/041333cf353f51c0c3c5be2a595a03220a9f9048/docs/index.rst and https://github.com/coala/coala/blob/041333cf353f51c0c3c5be2a595a03220a9f9048/docs/index.rst
(https://github.com/coala/coala/blob/master/docs/_static/images/coala-header.png is a slightly later commit of the same file)
It combines https://github.com/coala/artwork/blob/master/artwork/logo/coala_color.svg with
coala.io
We need a text file version of it (i.e. SVG), so it can be used by mobans, due to moremoban/moban#16
e.g. https://gitlab.com/coala/coala-utils/merge_requests/57
Also need to document the colors of the text - i.e. a visual style guideline.
The text was updated successfully, but these errors were encountered: