djangounderthehood / duh-web

https://www.djangounderthehood.com
4 stars 4 forks source link

Problem with navigation links on subpages #12

Closed olasitarska closed 10 years ago

olasitarska commented 10 years ago

Anchor links in the navigation on http://www.djangounderthehood.com/accessibility/ don't work. It also needs a way to come back to the homepage. I'll take care of that ;)

bmispelon commented 10 years ago

For the CoC page, I pulled in the logo and put the first paragraph of the text next to it.

I would also convert the <h2> to <h1> and the <h3> to <h2>.

olasitarska commented 10 years ago

@bmispelon regarding logo: yeah, it looks good there, but that probably won't be the case for all the cases, so I am planning to figure out something more universal.

Good tip with headings :)