yesodweb / yesod-scaffold

The Yesod scaffolding, with branches for different versions.
MIT License
76 stars 39 forks source link

Nicer introduction page #100

Closed yogsototh closed 9 years ago

yogsototh commented 9 years ago

I removed the subtitle from my preceding example. Now the introduction page should look a bit better.

gregwebs commented 9 years ago

thanks!

gregwebs commented 9 years ago

Instead of <div .jumbotron> you can just use <.jumbotron>. However, I am wondering if this should be using <section>

yogsototh commented 9 years ago

Thanks, I didn't knew that. And yes using <section> appears to be a good idea.

MaxGabriel commented 9 years ago

Hm, this PR appears to have removed the section on Yesod's JSON support

gregwebs commented 9 years ago

I made the semantic HTML change in #101. @yogsototh want to add the JSON part back in?

yogsototh commented 9 years ago

@gregwebs yes of course, I'll fix it ASAP