collective / gatsby-starter-plone

Gatsby starter for Plone
https://collective.github.io/gatsby-starter-plone/
MIT License
4 stars 3 forks source link

Basic querying #3

Closed ajayns closed 6 years ago

ajayns commented 6 years ago

This illustrates basic querying, documentation will be added once this is merged

Ref: #2

datakurre commented 6 years ago

Try to also follow HTML5 best practices for semantic elements (header, article, section,back, aside etc...)

datakurre commented 6 years ago

https://www.smashingmagazine.com/2011/11/html5-semantics/

http://html5doctor.com/article-archive/

ajayns commented 6 years ago

@datakurre Thanks, will read up, research and try to follow best practices

ajayns commented 6 years ago

@datakurre does this look good or are more changes required?

ajayns commented 6 years ago

@datakurre I've used styling over elements now. Also, I'm planning to reorganize the components and their styles into folders as I add components. Will do that in next PRs