On 19 May 2016 at 04:01, Bryce Harrington <bryce@...961...> wrote:
On Wed, May 18, 2016 at 04:49:31PM -0400, Martin Owens wrote:
> Dear developers,
>
> I've released the next iteration of the website's "releases" app, this
> is the app that delivers each of our releases for different platforms.
>
> The releases app is still going through it's draft phase, but I hope to
> have the download pages replaced in time for 0.92. To do that I need
> your help to review the pages. If you can help with css patches, that
> would be great too.
>
> Currently available:
> https://inkscape.org/en/release/
>
> Note: The releases will auto detect your os and give you the right
> download, but it's unconfigured on live and needs a bit of
> administrative help to get that all set up since the matching fields
> changed.
>
> I'd also like to draw your attention to the new request to donate after
> download:
>
> https://inkscape.org/en/release/0.91/windows/32-bit/ (click on one of
> the downloads to start)
>
> The text for these should be reviewed as well as the layout if you want
> to have a crack at the presentation.

My guess is the less text the better here.  Or even icons or screen
thumbnails?

I'd say the descriptions and the title need to be switched and a little bit improved. See attached screenshot.

The layout of the download icons is a bit twitchy (hope that's the word, non-native speaker). It would be better to align them.
I don't have a patch for that, but you only need to add one CSS rule:

.download > a > strong {
    height: 2em;
}

Sebastian