Website for HC Educates 2.0.
- Use four spaces, not tabs.
- Pretty-print your code before pushing it.
- Don't use inline styles.
- DONT USE BRs FOR NEWLINES - use
<p>
tags, make divs, or useCSS white-space: pre.
- If you're adding an asset or page then check if it's already there before adding it.
- For variable names, use kebab-case for CSS class and id names, and camelCase for JavaScript variable names.
- Fork the repo.
- Edit your branch and test your changes.
- Send a PR.