1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,55 +0,0 @@ |
1 |
-# [HTML5 Boilerplate](http://html5boilerplate.com) |
|
2 |
- |
|
3 |
-HTML5 Boilerplate is a professional front-end template that helps you build fast, robust, adaptable, and future-proof websites. Spend more time developing and less time reinventing the wheel. |
|
4 |
- |
|
5 |
-This project is the product of many years of iterative development and combined community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want. |
|
6 |
- |
|
7 |
- |
|
8 |
-## Quick start |
|
9 |
- |
|
10 |
-Clone the git repo - `git clone git://github.com/h5bp/html5-boilerplate.git` - or [download it](https://github.com/h5bp/html5-boilerplate/zipball/master) |
|
11 |
- |
|
12 |
- |
|
13 |
-## Features |
|
14 |
- |
|
15 |
-* HTML5 ready. Use the new elements with confidence. |
|
16 |
-* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+). |
|
17 |
-* Designed with progressive enhancement in mind. |
|
18 |
-* CSS normalizations and common bug fixes. |
|
19 |
-* IE-specific classes for easier cross-browser control. |
|
20 |
-* A default print stylesheet, performance optimized. |
|
21 |
-* Mobile browser optimizations. |
|
22 |
-* Protection against any stray `console.log` causing JavaScript errors in IE6/7. |
|
23 |
-* The latest jQuery via CDN, with a local fallback. |
|
24 |
-* A custom Modernizr build for feature detection. |
|
25 |
-* An optimized Google Analytics snippet. |
|
26 |
-* Apache server caching, compression, and other configuration defaults for Grade-A performance. |
|
27 |
-* Cross-domain Ajax and Flash. |
|
28 |
-* "Delete-key friendly." Easy to strip out parts you don't need. |
|
29 |
-* Extensive inline and accompanying documentation. |
|
30 |
- |
|
31 |
- |
|
32 |
-## Contributing |
|
33 |
- |
|
34 |
-Anyone and everyone is welcome to [contribute](https://github.com/h5bp/html5-boilerplate/wiki/contribute). Hundreds of developers have helped make the HTML5 Boilerplate what it is today. |
|
35 |
- |
|
36 |
- |
|
37 |
-## Project information |
|
38 |
- |
|
39 |
-* Source: http://github.com/h5bp/html5-boilerplate |
|
40 |
-* Web: http://html5boilerplate.com |
|
41 |
-* Docs: http://html5boilerplate.com/docs |
|
42 |
-* Twitter: http://twitter.com/h5bp |
|
43 |
- |
|
44 |
- |
|
45 |
-## License |
|
46 |
- |
|
47 |
-### Major components: |
|
48 |
- |
|
49 |
-* jQuery: MIT/GPL license |
|
50 |
-* Modernizr: MIT/BSD license |
|
51 |
-* Normalize.css: Public Domain |
|
52 |
- |
|
53 |
-### Everything else: |
|
54 |
- |
|
55 |
-The Unlicense (aka: public domain) |
Dear IP-formation.
Emmanuel ROY authored on 15/04/2015 14:45:541 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,55 @@ |
1 |
+# [HTML5 Boilerplate](http://html5boilerplate.com) |
|
2 |
+ |
|
3 |
+HTML5 Boilerplate is a professional front-end template that helps you build fast, robust, adaptable, and future-proof websites. Spend more time developing and less time reinventing the wheel. |
|
4 |
+ |
|
5 |
+This project is the product of many years of iterative development and combined community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want. |
|
6 |
+ |
|
7 |
+ |
|
8 |
+## Quick start |
|
9 |
+ |
|
10 |
+Clone the git repo - `git clone git://github.com/h5bp/html5-boilerplate.git` - or [download it](https://github.com/h5bp/html5-boilerplate/zipball/master) |
|
11 |
+ |
|
12 |
+ |
|
13 |
+## Features |
|
14 |
+ |
|
15 |
+* HTML5 ready. Use the new elements with confidence. |
|
16 |
+* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+). |
|
17 |
+* Designed with progressive enhancement in mind. |
|
18 |
+* CSS normalizations and common bug fixes. |
|
19 |
+* IE-specific classes for easier cross-browser control. |
|
20 |
+* A default print stylesheet, performance optimized. |
|
21 |
+* Mobile browser optimizations. |
|
22 |
+* Protection against any stray `console.log` causing JavaScript errors in IE6/7. |
|
23 |
+* The latest jQuery via CDN, with a local fallback. |
|
24 |
+* A custom Modernizr build for feature detection. |
|
25 |
+* An optimized Google Analytics snippet. |
|
26 |
+* Apache server caching, compression, and other configuration defaults for Grade-A performance. |
|
27 |
+* Cross-domain Ajax and Flash. |
|
28 |
+* "Delete-key friendly." Easy to strip out parts you don't need. |
|
29 |
+* Extensive inline and accompanying documentation. |
|
30 |
+ |
|
31 |
+ |
|
32 |
+## Contributing |
|
33 |
+ |
|
34 |
+Anyone and everyone is welcome to [contribute](https://github.com/h5bp/html5-boilerplate/wiki/contribute). Hundreds of developers have helped make the HTML5 Boilerplate what it is today. |
|
35 |
+ |
|
36 |
+ |
|
37 |
+## Project information |
|
38 |
+ |
|
39 |
+* Source: http://github.com/h5bp/html5-boilerplate |
|
40 |
+* Web: http://html5boilerplate.com |
|
41 |
+* Docs: http://html5boilerplate.com/docs |
|
42 |
+* Twitter: http://twitter.com/h5bp |
|
43 |
+ |
|
44 |
+ |
|
45 |
+## License |
|
46 |
+ |
|
47 |
+### Major components: |
|
48 |
+ |
|
49 |
+* jQuery: MIT/GPL license |
|
50 |
+* Modernizr: MIT/BSD license |
|
51 |
+* Normalize.css: Public Domain |
|
52 |
+ |
|
53 |
+### Everything else: |
|
54 |
+ |
|
55 |
+The Unlicense (aka: public domain) |