Yes, I've seen that. It is very nice, but still a reproduction.SpanKY wrote:[SVG: http://programmer-art.org/?page=gentoo
Yes, I've seen that. It is very nice, but still a reproduction.SpanKY wrote:[SVG: http://programmer-art.org/?page=gentoo

Have a look at this. It's an elegant, standards compliant way of doing a menu and it fails gracefully (even in text browsers the full menu is available). It uses pure HTML/CSS, and although it requires a small bit of Javascript, that is only as a workaround for Internet Explorer.Shadows wrote:I'm not sure, if there's another, more elegant way to solve this (XML / CSS maybe?). If not, well, maybe enhancing menus with Javascript is not really that bad at all
does that mean we should submit two images with the complete content of these two pages (about 1204x2000 px) or just the first look at the design (about 1024x768 px)?Entrants should submit two images in PNG format. The first image should show a full mockup of the front page of www.gentoo.org. The second image should show a full mockup of the first page of the Gentoo Handbook.
I hope to submit a screen shot of a functioning html layout instead of just an image. This is because sometimes certain subtile compromises must be made to fit a layout to code. For now though, I don't see a point in rendering a html layout until people like it.charlieg wrote:How do you plan on doing the drop shadows for each layer? Doing them in tables makes for cludgy HTML. Doing them in layers is damned near impossible. Doing them as fixed size (with/height) drop shadows is god awful design.
That doesn't suprise me, seeing how I planned on using your Lila icons, and how we discussed the navigation format earlier. Heh, I've even been pokeing around openclipart.org, but there's no way for me to prove that. The Lila icons are excelent, and a natural fit to the Gentoo web page. I was worried that some one else would post a Lila layout so I decided to share my own as soon as possible. Not that I want credit for the idea, but why take chances. Hopefully no else will be discoraged from making a Lila themed design. I don't beleive orginiality is a good enough reason to ignore a good idea. If there are any good ideas my work, I hope they will be imatated and improved by the other designers.dgt84 wrote:It is actually similar to zeasy's design, which suprised me since this is the first time I've seen his/hers.
I like these links you have up there. The link text in the form of a question is a great idea. Perhaps the page is not considerate enough to people who don't know what Gentoo is. You can't depend on newbies to do anything, even click on a link. The front page must have some kind of introduction at the top of it. Also are you sure those links will fit nicely on a 800 px wide screen?dgt84 wrote:As you'll notice the four links across the top are there because when I first came to the site, it took me a while to find more about Gentoo, how to download it, and how to install it. With those links, you can't miss it.
You might want to include the purple 'g' logo at least once...probably by the 'gentoo linux' at top right, I guess.mjg wrote:Any/all suggestions would be rocking.
Blimey, I'm very impressed! If only I could do web design like that!dg wrote:Here's my contribution:
http://home.myuw.net/dgerstma/weblog/index.php?p=27
And a screenshot:
http://home.myuw.net/dgerstma/designs/g ... design.png
That is ffkking nice! Yowzas! That really sets the bar high.dg wrote:Here's my contribution:
http://home.myuw.net/dgerstma/weblog/index.php?p=27
And a screenshot:
http://home.myuw.net/dgerstma/designs/g ... design.png


dg wrote:Thanks for the comments and suggestions!
I made some minor revisions to my initial design, as seen here:
http://home.myuw.net/dgerstma/designs/g ... -rev2.html
Ads are now placed on the far right, the PURCHASE caption got changed to SHOP, and the contrast was increased on hover font color to make it stand out against the white background.
This design allows the ads to be visible immediately, however, it breaks down when the browser width drops below 800px whereupon the ads disappear behind the banner, before dominating the row.

I like it...I like it a lot!!!!

While I prefer the Layout 7 (Zeasy's?) design I think this is also better than the current site. The things I like about your design:dgt84 wrote:Well, I thought I'd post my design here as well so that people can comment on it.

This now takes the biscuit as my favoute design!!! (In fact, let me know your postal address and I'll gladly send you a biscuit!!!)dg wrote:Thanks for the comments and suggestions!
I made some minor revisions to my initial design, as seen here:
http://home.myuw.net/dgerstma/designs/g ... -rev2.html
Agreed. That is an absolutely beautiful page, but at the same time keeping everything minimal. A few suggestions:andyjeffries wrote:This now takes the biscuit as my favoute design!!! (In fact, let me know your postal address and I'll gladly send you a biscuit!!!)dg wrote:Thanks for the comments and suggestions!
I made some minor revisions to my initial design, as seen here:
http://home.myuw.net/dgerstma/designs/g ... -rev2.html
Great work (shame about 800x600 viewers... That's really something that needs fixing. How about reducing the width of the intro image (with a slight jiggle) to be about 600px, have a column on the right for adverts the whole length of the page and reducing the number of columns below the intro image to (or going to a vertical layout instead of horizontal columns).

Most of the offending image is text... So why not just make that element out of... TEXT!dg wrote:This design allows the ads to be visible immediately, however, it breaks down when the browser width drops below 800px whereupon the ads disappear behind the banner, before dominating the row.
nadamsieee wrote:By the way, where is the online package database??
http://www.gentoo.org/proj/en/infrastructure/redesign-guidelines.xml wrote:We are announcing a public contest to redesign our various web sites, including www.gentoo.org, forums.gentoo.org, packages.gentoo.org and other public sites.

While I'm all for pure CSS menus, that one is a bit unintuitive. I use Firefox 0.9.1 and when I hover over one of the menu items the colour changes (suggesting it's active to click) but you have to actually hover over the text to click it.dg wrote:Ok, here's another revision with a CSS drop down menu:
http://home.myuw.net/dgerstma/designs/g ... -rev3.html
The content of the menus can easily be adjusted, I just chose links from the current Gentoo main page.
The menu is all CSS, however browsers which do not permit arbitrary hover tags (IE) need a bit of javascript to modify the DOM. It's not necessary for Gecko. Since no rendering is being done, the JS is pretty lite and is just a single function that's executed on load.
The background will not change on non-conforming browsers (again due to the hover tag), and thus the background of the menus must be the same as the main bar.

I was refering to the menu on the dg's design. The rev2 version seems entirely geared towards new users (not good); the real Gentoo site has to accomodate all users, and experienced Gentoo'ers often want to use the website to search for packages.reisio wrote:nadamsieee wrote:By the way, where is the online package database??http://www.gentoo.org/proj/en/infrastructure/redesign-guidelines.xml wrote:We are announcing a public contest to redesign our various web sites, including www.gentoo.org, forums.gentoo.org, packages.gentoo.org and other public sites.

This can be acheived very easily by setting the <a> tags to be block elementsandyjeffries wrote:I'm sure you can do this, it just depends what element you wrap the <a> tags round.
Code: Select all
display:block;Code: Select all
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li a { height: 1%; }
/* End */Code: Select all
#nav li.over
{
background: url("navbar-hover.gif") repeat-x 20px;
}
A good example of a properly failing expandable menu structure, it only uses javascript to help ie6:win thru some of the tough spotsShadows wrote:A bad example for using Javascript is an expandable menu structure. This would lead to a site where it's not possible anymore to navigate the site if Javascript is disabled.