https://github.com/marklearst/rbiconfdet
Revitalization and Business Initiative Detroit Conference
https://github.com/marklearst/rbiconfdet
Last synced: 4 months ago
JSON representation
Revitalization and Business Initiative Detroit Conference
- Host: GitHub
- URL: https://github.com/marklearst/rbiconfdet
- Owner: marklearst
- Created: 2011-12-17T23:30:09.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-03T18:14:53.000Z (almost 13 years ago)
- Last Synced: 2025-05-08T14:52:43.286Z (10 months ago)
- Language: PHP
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# HTML5 Reset (http://html5reset.org)
## Summary:
HTML5 Reset is a simple set of best practices to get web projects off on the right foot.
1. A style sheet designed to strip initial files from browsers, meaning you start off with a blank slate.
2. Easy to customize -- remove whatever you don't need, keep what you do.
3. Analytics and jQuery snippets in place
4. Meta tags ready for population
5. Empty mobile and print style sheets, including blocks for device orientation
6. Modernizr.js [http://www.modernizr.com/](http://www.modernizr.com/) enables HTML5 compatibility with IE (and a dozen other great features)
7. IE-specific classes for simple CSS-targeting
8. iPhone/iPad/iTouch icon snippets
9. Lots of other keen stuff...