-
Notifications
You must be signed in to change notification settings - Fork 14
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
how to share html/css versions of the logo? #13
Comments
css version would be nice :) |
here's the CSS version, awaiting a good sharing mechanism https://codepen.io/argyleink/pen/qBegwRB |
If me move them into the folders introduced by the new asset build we need to adjust the build to not recursively remove the whole folder. |
Opinions on a web component? |
I think it would be unfortunate if we need JavaScript to render a logo for CSS. |
should remove all the other logo junk and try to reduce to the smallest amount possible. also change the element name to
the codepen is a custom element, no js required, but decently self contained. we could provide an example where the CSS is in a tag inside the custom element so it's like a single file? |
what about adding html and css files here (a simplified version of the codepen), and publish that as Github Pages as well? that can be easily shared. In the HTML I would also preview the code needed to recreate the logo. |
Looking at the codepen (and this is very subjective), it seems to me that, at small sizes (let say for a favicon for example), the bottom-right padding could benefit from a bit more space between the logo border and the "css" text. Would'nt it be an opportunity for a responsive logo ? (Even quick'n'dirty mini "hacks to the Pen like -- |
gotta be some good ways to distribute these as native css/html. the repo currently hosts files, should we host html/css/js files, or link out, or?
The text was updated successfully, but these errors were encountered: