Skip to content
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

Multihack Logo #36

Closed
tweakimp opened this issue Apr 24, 2017 · 16 comments
Closed

Multihack Logo #36

tweakimp opened this issue Apr 24, 2017 · 16 comments

Comments

@tweakimp
Copy link

I dont know if this is the right place to ask, but does Mutlihack and the editor plugins need an own logo? Currently there is this one with the two cricling arrows in brackets. It looks boring and a lot like a refresh button.

I could help, I even have some ideas.
Are you interested and if so, what do you want it to look like?

@t-mullen
Copy link
Member

t-mullen commented Apr 24, 2017

That would be great! I haven't put much effort into branding yet, but I don't have experience in logo design so anything you can come up with would be cool to see 👍

@tweakimp
Copy link
Author

I'm currently not at home, but my idea was something like this http://i.imgur.com/EHnYkv5r.jpg

What do you think? Maybe with a circle around it..
When I'm back home I could make a digital Version of this

@t-mullen
Copy link
Member

It looks good. Only concern is that it might be too complex to be scaled down to the size of a Brackets button. The arrows might be tiny.

@tweakimp
Copy link
Author

Yeah, I just wanted to share the general idea.
Proportions and a clean look will be done in Photoshop.

@t-mullen
Copy link
Member

Sounds good. Excited to see what you can do!

@tweakimp
Copy link
Author

tweakimp commented Apr 25, 2017

Do you have any guide lines or restrictions regarding size, style, color, letters etc.?

@tweakimp
Copy link
Author

https://jsfiddle.net/tweakimp/knfb9o3L/

@t-mullen
Copy link
Member

That looks great! Thanks for putting it in SVG format too.

I'll try to get this in the Brackets extension soon. Not sure about how to integrate it into the other versions. Maybe a favicon or something.

Thanks!

@tweakimp
Copy link
Author

I'm glad you like it. I wish I could help you more, I really enjoy this extension!

@t-mullen
Copy link
Member

Do you mind sending me the svg as a file? Had some trouble extracting it from the JSFiddle.

@tweakimp
Copy link
Author

tweakimp commented Apr 26, 2017

I coded it there :D Still not at home, I did it on my phone.
Cant you just save the <svg> part as a *.svg file?

@t-mullen
Copy link
Member

IKR? That should work. Maybe it's an OSX thing. Please send the file whenever you have the chance 👍

@tweakimp
Copy link
Author

I hope it's ok like this. I have never done this before.
icon.zip

@t-mullen
Copy link
Member

Thanks, that worked. I'll add this into the Brackets extension soon. Merging this issue with #37 , but feel free to continue discussion here.

@t-mullen t-mullen reopened this Apr 28, 2017
@t-mullen
Copy link
Member

Looks great:
screen shot 2017-04-28 at 1 33 24 am

Should be in next release.

@tweakimp
Copy link
Author

tweakimp commented Apr 29, 2017

Added viewbox to the logo code.
You can now resize the logo by just changing its height and width.

<svg height="500" width="500" viewBox="0 0 48 48">
<!--TOP-->
<path d="M 8 12 Q 24 -4, 40 12" style="fill: none; stroke: black; stroke-width:2" />
<!--TOPARROW-->
<path d="M 34 12 42 8 42 16Z" />
<!--BOTTOM-->
<path d="M 8 36 Q 24 52, 40 36" style="fill: none; stroke: black; stroke-width: 2" />
<!--BOTTOMARROW-->
<path d="M 14 36 L 6 40 L 6 32 Z"/>
<!--LEFT-->
<polyline points="16,16 4,24 16,32" 
style="fill:none;stroke:black;stroke-width:3 " /> 
<!--RIGHT-->
<polyline points="32,16 44,24 32,32" style="fill: none; stroke: black; stroke-width: 3" />
<!--MIDDLE-->
<polyline points="28,12 20,36" style="fill: none; stroke: black; stroke-width: 3" />
</svg>

logo.zip

@t-mullen t-mullen closed this as completed May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants