HTML5 Please
Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are.
Before you begin
Make sure you have all dependencies installed.
Getting Started
- In your terminal, navigate to this project and type:
- To generate the
index.htmlpage, type:
- To check if the urls are accurate (and for deploying to production), type:
- All styles must be in the included Sass file rather than be updated in the generated CSS file. To compile them is to use Compass:
- Each of the features requires its own markdown file under
postsfolder. It is easy to create using the shell script on the parent directory, type:
And start entering details about the feature you want to add.