On Wed, Jul 14, 2010 at 10:43 AM, David Goodger <goodger@python.org> wrote:
On Wed, Jul 14, 2010 at 10:37, Martin Thomas <martin@martinthomas.net> wrote:
I have made a number of changes to the jobs howto page (http://www.python.org/community/jobs/howto/):
And I made some further improvements.
Thanks.
I note that your changes put more text up-front. This discussed a while back, and IIRC we agreed that this would have the effect of fewer people getting to the most important part: the template. It will be interesting to see what effect these changes have.
I took advantage of the fact that the template viewed on the webpage is in a highlighted block. In addition to adding some text, I also trimmed a little. I wanted to remove the volunteer paragraph.. do we really need that on both pages? Based on the postings recently, people who make it to this page have little trouble finding the template but needed some help with filling it in. Hopefully, the changes will help there and save some rework.
Does anyone know why the bullet points after the template are indented? It is not a CSS issue, as far as I can tell.
Do you mean the numbered list? Item 1 was not properly indented, so it didn't show up as a true HTML "list item" (it was just a paragraph with "1." at the beginning; fixed now). Items 2 and up were properly indented, and showed up as list items. The indentation is just how browsers format lists.
Facepalm. Thanks. //m
-- David Goodger <http://python.net/~goodger>