valkey
valkey copied to clipboard
New logo "hexagon labyrinth"
ASCII version of the logo posted by @dizys here: https://github.com/valkey-io/valkey-website/issues/7#issuecomment-2033284794
Can you please post the real printout? It is easier to see the effect that way
Done.
The width is exactly the same as the Redis logo, to avoid wrapping in narrow terminals.
Done.
The width is exactly the same as the Redis logo, to avoid wrapping in narrow terminals.
Thanks! Logo looks good to me. Looks like the url link was shifted right. Is it intended?
Thanks! Logo looks good to me. Looks like the url link was shifted right. Is it intended?
It is shifted one space from the left, if that's what you mean. It's what the Redis logo did too.
It is more than just a space?
never mind. Redis has the same indentation.
" .+@+. \n"
" .+@@@@@@@@@+. \n"
" .+@@@@@@@@+@@@@@@@@+. Valkey %s (%s/%d) %s bit\n"
" .+@@@@@@@@+' '+@@@@@@@@+. \n"
" .@@@@@@@@+' .+. '+@@@@@@@@. \n"
" |@@@@+' .+@@@@@@@+. '+@@@@|
" |@@@| .+@@@@@@@@@@@@@@@+. |@@@| Running in %s mode\n"
" |@@@| |@@@@@*'' ''*@@@@@| |@@@| Port: %d\n"
" |@@@| |@@@@' .*. '@@@@| |@@@| PID: %ld\n"
" |@@@| |@@@( (@@@) )@@@| |@@@| \n"
" |@@@| |@@@@. '*' .@@@@| |@@@| \n"
" |@@@| |@@@@@*. .*@@@@@| |@@@| https://valkey.io \n"
" |@@@| '+@@@@@@ @@@@@@+' |@@@| \n"
" |@@@@+. |@@@ @@+' .+@@@@| \n"
" '@@@@@@@+ |@@@ .+@@@@@@@@' \n"
" '+@@@| |@@@ .+@@@@@@@@+' \n"
" '| |@@@@+@@@@@@@@+' \n"
" '+@@@@@@@@+' \n"
" '+@+' \n"
I'm not sure this is much better, but this is what I came up with. The points that were bothering me with the proposal:
- It's missing the keyhole.
- It feels like its' angeled, whereas the logo we're proposing is a perfect hexagon (the bestagon)
The things I don't like about this:
- ~~It feels crooked.~~ An earlier version was crooked, I think this is straight
Btw, it's also two characters taller.
" .+#+. \n"
" .+#########+. \n"
" .+########+########+. Valkey %s (%s/%d) %s bit\n"
" .+########+' '+########+. \n"
" .########+' .+. '+########. \n"
" |####+' .+#######+. '+####|
" |###| .+###############+. |###| Running in %s mode\n"
" |###| |#####*'' ''*#####| |###| Port: %d\n"
" |###| |####' .*. '####| |###| PID: %ld\n"
" |###| |###( (@@@) )###| |###| \n"
" |###| |####. '*' .####| |###| \n"
" |###| |#####*. .*#####| |###| https://valkey.io \n"
" |###| '+###### ######+' |###| \n"
" |####+. +### ##+. .+####| \n"
" '#######+ |### .+########' \n"
" '+###| |### .+########+' \n"
" '| |####+########+' \n"
" '+########+' \n"
" '+#+' \n"
Also sort of feeling # sign vibes.
@madolson your version is fine by me. My version lacks the dot in the middle. (I picked @ because it seemed more black than #, and I thought the b,d,q,p were funny as diagonals. This doesn't matter though.)
I can update this PR.
(I picked @ because it seemed more black than #, and I thought the b,d,q,p were funny as diagonals. This doesn't matter though.)
I'm fine with @ to be darker, I thought the angled lines was more "stylized", but I don't have a strong preference.
I posted my attempt here: https://github.com/valkey-io/valkey/pull/251