Guest Mirezzi Posted January 6, 2012 Report Share Posted January 6, 2012 It looks like a fat kid giving the middle finger. Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726102 Share on other sites More sharing options...
geosmina Posted January 6, 2012 Report Share Posted January 6, 2012 On 1/6/2012 at 4:29 AM, Luke Fucking Hazard said: i opened up this thread and i was like what? I like the hexagon... it should be the symbol... looks pretty intellectual and classy Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide geosmina's signature Hide all signatures https://animanoir.xyz/ Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726103 Share on other sites More sharing options...
Silent Member Posted January 6, 2012 Report Share Posted January 6, 2012 When I see the symbol I think about finding hazelnuts on forest paths. Here's a drawing of one I found on the internet. I don't like it, but it works to illustrate my thoughts. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Silent Member's signature Hide all signatures Some songs I made with my fingers and electronics. In the process of making some more. Hopefully. Reveal hidden contents Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726112 Share on other sites More sharing options...
Zephyr_Nova Posted January 6, 2012 Report Share Posted January 6, 2012 I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Zephyr_Nova's signature Hide all signatures http://zephyrnova.bandcamp.com/releases My noise: http://cthulhudetonator.bandcamp.com My band: http://theskylitup.bandcamp.com Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726134 Share on other sites More sharing options...
roasty Posted January 6, 2012 Report Share Posted January 6, 2012 with regards to the homepage, should make it into a scalable vector that fits the window Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726159 Share on other sites More sharing options...
awesomeperson Posted January 6, 2012 Report Share Posted January 6, 2012 The logo looks like a one hand goatse. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726242 Share on other sites More sharing options...
Guest Ranky Redlof Posted January 6, 2012 Report Share Posted January 6, 2012 KKK rope skipping club Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726245 Share on other sites More sharing options...
Joyrex Posted January 6, 2012 Report Share Posted January 6, 2012 On 1/6/2012 at 12:57 AM, kaini said: the favicon is completely black when on a black background now. could do with a white outline? Oh, you're one of those who use a dark UI... Hadn't considered that. On 1/6/2012 at 11:19 AM, roasty said: with regards to the homepage, should make it into a scalable vector that fits the window If only support for SVG was consistent in browsers... Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Follow WATMM on Twitter: @WATMMOfficial Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726263 Share on other sites More sharing options...
Joyrex Posted January 6, 2012 Report Share Posted January 6, 2012 On 1/5/2012 at 11:15 PM, feltcher said: I like it, but I think the blue bits to the left and right of the image should blend in rather than contrast. Otherwise its good! Ah - that's due to the other skin having the wrong coloured background (I don't use that skin too much; should have checked it). It'll get fixed in the coming days. On 1/6/2012 at 10:09 AM, Zephyr_Nova said: I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way. You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right? On 1/6/2012 at 7:32 AM, logakght said: On 1/6/2012 at 4:29 AM, Luke Fucking Hazard said: i opened up this thread and i was like what? I like the hexagon... it should be the symbol... looks pretty intellectual and classy BoC already have the market cornered on hexagons, I'm afraid. I plan on doing more "omage" lead-in pages - any suggestions on the next one? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Follow WATMM on Twitter: @WATMMOfficial Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726278 Share on other sites More sharing options...
roasty Posted January 6, 2012 Report Share Posted January 6, 2012 (edited) On 1/6/2012 at 3:42 PM, Joyrex said: If only support for SVG was consistent in browsers... True dat. Just with few lines of jquery though you can achieve the same effect, here's a quick working demo I knocked together; CSS <style type="text/css" media="all"> body { padding: 0; margin: 0; overflow:hidden; } div { position:absolute; cursor:pointer; } </style> JS: <script> reScale(); $(window).resize(function() { reScale() }); $('div').click(function() { window.location = "http://forum.watmm.com" }); function reScale() { var scale_top = 870/960; var scale_left = 30/960; var scale_width = 660/960; var height = $(window).height() * scale_left; var left = $(window).height() * scale_left; var top = scale_top * $(window).height(); var width = $(window).height() * scale_width; $('img').css("height", $(window).height()); $('div').css({"height":height, "left":left, "top":top, "width":width}); } </script> The area of the image that is mapped as a link also gets scaled on window load and resize Edited January 6, 2012 by roasty Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726475 Share on other sites More sharing options...
jules Posted January 6, 2012 Report Share Posted January 6, 2012 On 1/6/2012 at 4:30 PM, Joyrex said: I plan on doing more "omage" lead-in pages - any suggestions on the next one? i always loved the old ae myspace page. it was perfect for them but an homage to that may scare people away. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide jules's signature Hide all signatures Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726491 Share on other sites More sharing options...
Joyrex Posted January 6, 2012 Report Share Posted January 6, 2012 On 1/6/2012 at 9:18 PM, roasty said: On 1/6/2012 at 3:42 PM, Joyrex said: If only support for SVG was consistent in browsers... True dat. Just with few lines of jquery though you can achieve the same effect, here's a quick working demo I knocked together; CSS <style type="text/css" media="all"> body { padding: 0; margin: 0; overflow:hidden; } div { position:absolute; cursor:pointer; } </style> JS: <script> reScale(); $(window).resize(function() { reScale() }); $('div').click(function() { window.location = "http://forum.watmm.com" }); function reScale() { var scale_top = 870/960; var scale_left = 30/960; var scale_width = 660/960; var height = $(window).height() * scale_left; var left = $(window).height() * scale_left; var top = scale_top * $(window).height(); var width = $(window).height() * scale_width; $('img').css("height", $(window).height()); $('div').css({"height":height, "left":left, "top":top, "width":width}); } </script> The area of the image that is mapped as a link also gets scaled on window load and resize Ah, JQuery - use it all day long at work... my mind must block it out when I get home to tinker on WATMM If you don't mind, I'll use this code - very cool, Roasty! I might make a higher res version so even at the obnoxious resolution I run my monitors in at work (2x 1920x1080 in portrait orientation), It'll look nice. Also, if you want to volunteer some time for some WATMMgramming™ (that extends to others, as well), I might have some projects that I don't have time to work on... On 1/6/2012 at 9:40 PM, jules said: On 1/6/2012 at 4:30 PM, Joyrex said: I plan on doing more "omage" lead-in pages - any suggestions on the next one? i always loved the old ae myspace page. it was perfect for them but an homage to that may scare people away. Oh, yeah - that was a nightmare to look at, eh? But totally AE. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Follow WATMM on Twitter: @WATMMOfficial Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726493 Share on other sites More sharing options...
Zephyr_Nova Posted January 6, 2012 Report Share Posted January 6, 2012 On 1/6/2012 at 4:30 PM, Joyrex said: On 1/6/2012 at 10:09 AM, Zephyr_Nova said: I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way. You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right? Nope, there's nothing clickable on it... and I'm not sure if it's deliberate, but there's a thin blue line around the symbol on the left half of the page, then there's two fragmented logo parts on the right half, and I have to scroll down to get to the bottom where the text is. It's really strange and probably a faulty interpretation of what's supposed to be there. Either that or a very unique design choice. I'm using firefox on a PC. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Zephyr_Nova's signature Hide all signatures http://zephyrnova.bandcamp.com/releases My noise: http://cthulhudetonator.bandcamp.com My band: http://theskylitup.bandcamp.com Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726532 Share on other sites More sharing options...
Candiru Posted January 6, 2012 Report Share Posted January 6, 2012 I actually like the new logo. Looks wicked spiffy in the adress bar. Props. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726561 Share on other sites More sharing options...
Joyrex Posted January 6, 2012 Report Share Posted January 6, 2012 On 1/6/2012 at 10:16 PM, Zephyr_Nova said: On 1/6/2012 at 4:30 PM, Joyrex said: On 1/6/2012 at 10:09 AM, Zephyr_Nova said: I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way. You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right? Nope, there's nothing clickable on it... and I'm not sure if it's deliberate, but there's a thin blue line around the symbol on the left half of the page, then there's two fragmented logo parts on the right half, and I have to scroll down to get to the bottom where the text is. It's really strange and probably a faulty interpretation of what's supposed to be there. Either that or a very unique design choice. I'm using firefox on a PC. Odd... well, I did fix it last night (and I'm putting in some nice JQuery code Roasty provided to have the image scale to the browser's height probably tonight as well), so give it a go and let me know if it works for you or not. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Follow WATMM on Twitter: @WATMMOfficial Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726562 Share on other sites More sharing options...
delet... Posted January 6, 2012 Report Share Posted January 6, 2012 lol .. Selected Forum Posts ... (yeah, i finally checked it) Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures A member of the non sequitairiate. Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726572 Share on other sites More sharing options...
rstark Posted January 6, 2012 Report Share Posted January 6, 2012 Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726595 Share on other sites More sharing options...
roasty Posted January 7, 2012 Report Share Posted January 7, 2012 On 1/6/2012 at 9:43 PM, Joyrex said: Also, if you want to volunteer some time for some WATMMgramming™ (that extends to others, as well), I might have some projects that I don't have time to work on... Right on, would be more than happy to. I dig the idea of lead-in pages... Just for fun I tinkered that code from before in 'omage of the 4-squares Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726686 Share on other sites More sharing options...
encey Posted January 7, 2012 Report Share Posted January 7, 2012 New WATMM Symbol: penis love the new page, JR! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide encey's signature Hide all signatures essines said: i am hot shit ... that smells like baking bread. Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726708 Share on other sites More sharing options...
jules Posted January 7, 2012 Report Share Posted January 7, 2012 the troons are now saying "us". welcome back troons. i don't care what they all say about you, you are mostly ok with me. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide jules's signature Hide all signatures Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726719 Share on other sites More sharing options...
Ivy Zemura yvI oo ii oo Posted January 7, 2012 Author Report Share Posted January 7, 2012 On 1/7/2012 at 3:24 AM, jules said: the troons are now saying "us". welcome back troons. i don't care what they all say about you, you are mostly ok with me. Your avatar looks like a vagina filled with asbestos I like it Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726722 Share on other sites More sharing options...
jules Posted January 7, 2012 Report Share Posted January 7, 2012 hey. they are crystals from the fortress of solitude. it says so in the rules. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide jules's signature Hide all signatures Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726729 Share on other sites More sharing options...
Guest boo Posted January 7, 2012 Report Share Posted January 7, 2012 it's looking as 'bit crushed' as a Merck records release, on the tab bit Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726756 Share on other sites More sharing options...
Zephyr_Nova Posted January 7, 2012 Report Share Posted January 7, 2012 On 1/6/2012 at 10:49 PM, Joyrex said: On 1/6/2012 at 10:16 PM, Zephyr_Nova said: On 1/6/2012 at 4:30 PM, Joyrex said: On 1/6/2012 at 10:09 AM, Zephyr_Nova said: I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way. You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right? Nope, there's nothing clickable on it... and I'm not sure if it's deliberate, but there's a thin blue line around the symbol on the left half of the page, then there's two fragmented logo parts on the right half, and I have to scroll down to get to the bottom where the text is. It's really strange and probably a faulty interpretation of what's supposed to be there. Either that or a very unique design choice. I'm using firefox on a PC. Odd... well, I did fix it last night (and I'm putting in some nice JQuery code Roasty provided to have the image scale to the browser's height probably tonight as well), so give it a go and let me know if it works for you or not. It is the same as it was (and that's after clearing history). I just tried it in Google Chrome as well, and it's the same problems but without the thin blue line. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Zephyr_Nova's signature Hide all signatures http://zephyrnova.bandcamp.com/releases My noise: http://cthulhudetonator.bandcamp.com My band: http://theskylitup.bandcamp.com Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726787 Share on other sites More sharing options...
Guest viscosity Posted January 7, 2012 Report Share Posted January 7, 2012 i did a little editing yesterday for some reason i thought everyone saw it already, but i have no idea what's reality and what's not these days, so there it is Quote Link to comment https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1727153 Share on other sites More sharing options...
Recommended Posts