webpack / docs

[OLD] documentation for webpack
http://webpack.github.io/docs/
1.46k stars 127 forks source link

webpack brand #4

Closed jhnns closed 10 years ago

jhnns commented 10 years ago

This issue is dedicated to talk about the webpack brand (logo and design).

@shama created a first draft of the logo:

webpack-logo1

jhnns commented 10 years ago

Nice design, I was thinking about a cube as well. Maybe something M.C.Escher-like?

I also like the second/third logo in the first row the most. Do you have a .psd or .ai to fiddle around? I would like to take your draft on to experiment with typography and colors.

sokra commented 10 years ago

As animation we can rotate the inner cube fast left and the outer cube slowly rightway... ;)

jhnns commented 10 years ago

Hehe, mindfuck!

shama commented 10 years ago

Yep! Here is a link to the PSD: https://dl.dropboxusercontent.com/u/571273/webpack/webpack.psd Have at it.

Animating it sounds awesome. I did a little bouncing one for voxel.js: http://voxeljs.com/ CSS3 cubes are fun.

jhnns commented 10 years ago

Never heard anything of css3 cubes before. Sounds interesting :+1:

I thought we could have a cube with different shapes within (representing different module styles and syntaxes :wink:), but with only one shape at a time. So it starts with a little cube, then it rotates and there is a pyramid, then a sphere, then an octahedron.

shama commented 10 years ago

@jhnns Oh yeah, that is an awesome idea.

I got started on a CSS cube mixin here: https://github.com/webpack/docs/blob/gh-pages/app/css/mixins.styl

sokra commented 10 years ago

Any comments on the current design?

logo

jhnns commented 10 years ago

Personally I prefer @shama's draft. Imho the cube's perspective should be isometric.

I'll experiment with the doc's design, but currently I have to finish another project. One at a time... :)

sokra commented 10 years ago

webpack-logo

And the animated version online: http://webpack.github.io/docs/

jhnns commented 10 years ago

Nice :+1:

jhnns commented 10 years ago

We should bring in some colors

sokra commented 10 years ago

Propose some. They are interchangeable here: https://github.com/webpack/docs/blob/master/app/css/style.styl#L48-L58

jhnns commented 10 years ago

Yeah, I'll do. This is the next project on my agenda, but currently I have to finish another ^^.

shama commented 10 years ago

Nice @sokra! That animation is hot. :D

altano commented 10 years ago

The logo is pretty cool but the font doesn't scale well: the smaller size is very poorly aliased. Is that the font's fault or the scaling method?

My vote is for the one in the bottom right of the original post. It's a little wacky but I love it.

sokra commented 10 years ago

@altano Seems like chrome doesn't antialias the fonts correctly (they are rendered in layers, because of absolute/relative positioning). Thats only a problem of the website, the images are fine. I'll check how this can be fixed.

logo logo-vertical

Alhadis commented 8 years ago

Don't know if this will be of use to anybody, but I created a solid-coloured/silhouetted version of Webpack's logo for an icons package:

If anybody wants it, I've attached the original Illustrator file. =)

DenisIzmaylov commented 7 years ago

Friends, I have a one question. Could I use a logo concept to visualize schema for PostCSS-to-JSS converter? Something like that:

image

Source: https://github.com/axept/prejss

jhnns commented 7 years ago

Is PreJSS using webpack? If yes, I think it would be appropriate if you also mention it. We allow every module in our ecosystem to use the logo.

If PreJSS is not related to webpack, I think it would be misleading to use the same logo.