We'd of course look at any website designs, with the caveat that once accepted, we'd expect the author to port all current pages to it
Our current site is not ideal in that the navigation bar and the copyright at the bottom could be handled better.
There are some technical constraints to keep in mind:
- it must work in old browsers and text mode browsers (links, lynx...), so no JS or CSS3
- it must be mirrorable anywhere, so static pages only (also lets us handle huge amounts of traffic with ease, if needed)
- it should load fast, ie number of requests should be minimized
Personally I'd like a make-based system we could put in git. It would build the static pages and copy them into place, letting things be properly in one place in source form.
/end tech talk
Most of that doesn't involve designs, just wanted to get it out to avoid wasted work.