-
Notifications
You must be signed in to change notification settings - Fork 67
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
Animated logo #430
Comments
I liked this idea! A coded logo: great! |
Yeah, it will be pretty unique. It will still have the central image as the favicon, only just a minimal move or trick that will give navbar's a little dynamic element. |
no need to say: 140 or less... =D |
The language isn't standardized on the whole page. But that would be original |
I am using the dark theme. I did find the black-on-white logo looked a bit out of place there. But after a couple of days it stopped bothering me. It's the same colour theme as many of the dweets! And It does offer some symmetry with the (+) on the "New dweet" button. 😉 Also I couldn't think of an alternative. Black-on-dark isn't going to work. What would your green-theme-compatible logo look like? This sort of works: |
The logo really is simple enough to be easily made with css only, which
would make it easier to slightly change for other themes. Though if you
think it can work in the dark theme as is that's great, I mean the dweets
do have white background by default
…On Thu, Nov 29, 2018 at 7:04 PM joeytwiddle ***@***.***> wrote:
I am using the dark theme. I did find the black-on-white logo looked a bit
out of place there.
But after a couple of days it stopped bothering me. It's the same colour
theme as many of the dweets! And It does offer some symmetry with the (+)
on the "New dweet" button. 😉
Also I couldn't think of an alternative. Black-on-dark isn't going to
work. What would your green-theme-compatible logo look like?
This sort of works: .header-logo { filter: invert(100%); } (It might work
better on the dark theme if the png's background was transparent instead of
white.)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#430 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlSbeipIq8F_5KOzsplz1xuXqtiINIAks5u0KA5gaJpZM4Y5zgQ>
.
|
To avoid the color thing and keep the original white background, we can add a small black 2px border. Here I can show you what I have been thinking of: https://js.do/code/dwitteranimatedlogo |
My pull request #434 adds CSS rules that give the logo rounded corners in the dark and green themes, which is more attractive. See https://js.do/code/dwitteranimatedlogo-roundrect (adapted from above) |
Nice! That subtle movement of the rectangles in the canvas will make the website look very professional |
@sethjust great!!! |
It doesn't look good on other themes.
I suggest replacing the img with a simple canvas that will be something like a perfect loop. What do you think?
The text was updated successfully, but these errors were encountered: