I had a poke round the site looking for trouble - here's what I found: I'm using Linux, but for some reason the front page offers me downloads for Mac. When I click on "Mac GUIs", I am taken to a sensible URL for Macs[1] but the button at the top says "Only show GUIs for my own OS (Windows)". I'm not sure how the detection works, but I have Javascript disabled and the following user agent string: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11 Automatically guessing the user's OS is a good way of reducing interface complexity, but for example the Firefox homepage[2] shows Windows, Linux and Mac OS buttons if it can't guess. This probably also helps Google index their site, as GoogleBot can follow links to all the OS-specific download pages. The "about" section doesn't work in JS-disabled browsers - I always see the "branching and merging" page no matter what I click on. Again, this means GoogleBot most likely won't index the other pages. Not a bug, but a little tip - while investigating the issue on the "about" page, I noticed that all the links had href="#". You might want to consider using href="#some-unique-identifier" so when you click round the site with a JS-enabled browser and notice a "#" in the URL, you can identify which click handler(s) failed. Probably another non-JS browser issue, although not one that will bother Google: the "book" section in the documentation page[3] has the first "book cover" block protruding way into the left column, with all its text mirrored. Not a bug but a feature request: in the actual book pages, could you put the prev/next links at the top as well as the bottom? If I read through the book, then come back a few weeks later looking for one of the pages, it's much quicker to click through links at the top without needing to scroll or move the mouse. These bugs are relatively minor - the new site looks great overall. - Andrew [1] http://git-scm.com/download/gui/mac [2] http://www.mozilla.org/en-US/firefox/new/ [3] http://git-scm.com/documentation -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html