From 57dcb38ab0bdc62237de0ecd74326d6633d605b4 Mon Sep 17 00:00:00 2001 From: kjodle Date: Thu, 8 Jun 2017 21:15:33 -0400 Subject: [PATCH] Committing new version with folders & updated readme --- README.md | 32 +++++++++++++------------------- css/mobile.css | 0 css/print.css | 0 css/syles.css | 0 js/body.js | 0 5 files changed, 13 insertions(+), 19 deletions(-) create mode 100644 css/mobile.css create mode 100644 css/print.css create mode 100644 css/syles.css create mode 100644 js/body.js diff --git a/README.md b/README.md index ae436f8..a9b46cf 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,23 @@ This is a free HTML5 template. Feel free to use it as a base for all your projects. -Line 1 - HTML5 doctype declaration -Line 2 - Sets the language to English. Change it to whichever langauge you are using. You cand find a list of language codes - at http://www.w3schools.com/tags/ref_language_codes.asp +**Line 1** - HTML5 doctype declaration +**Line 2** - Sets the language to English. Change it to whichever langauge you are using. You cand find a list of language codes at http://www.w3schools.com/tags/ref_language_codes.asp -Line 3 - Sets the character set as UTF-8 (Unicode). This should fit within the first 1024 bytes of the document, so don't - place any code before this line. +**Line 3** - Sets the character set as UTF-8 (Unicode). This should fit within the first 1024 bytes of the document, so don't place any code before this line. -Line 7 - A meta tag that sets the author of the document. -Line 8 - A meta tag that sets the description of the document. (Some search engines will use this as the description of the - page in their search results.) +**Line 7** - A meta tag that sets the author of the document. +**Line 8** - A meta tag that sets the description of the document. (Some search engines will use this as the description of the page in their search results.) -Line 10 - This meta tag makes the page responsive. +**Line 10** - This meta tag makes the page responsive. -Lines 12-14 - - Employ the HTML5 Shiv to support HTML5 sectioning elements in legacy Internet Explorer. Delete this if you do - not need to support older versions of IE. +**Lines 12-14** - + Employ the HTML5 Shiv to support HTML5 sectioning elements in legacy Internet Explorer. Delete this if you do not need to support older versions of IE. -Line 16 - Link to a screen style sheet. Change the URI to reflect your site structure. -Line 17 - Link to a print style sheet. Change the URI to reflect your site structure. -Line 18 - Link to a mobile style sheet. Change the URI to reflect your site structure, and add a separate mobile style - sheet for each breakpoint. +**Line 16** - Link to a screen style sheet. Change the URI to reflect your site structure. +**Line 17** - Link to a print style sheet. Change the URI to reflect your site structure. +**Line 18** - Link to a mobile style sheet. Change the URI to reflect your site structure, and add a separate mobile style sheet for each breakpoint. -Line 20 - Load jQuery. Delete if you are not using jQuery. +**Line 20** - Load jQuery. Delete if you are not using jQuery. -Line 26 - Load any scripts that can be loaded after the page loads, rather than before, to speed page rendering. Change - the URI to reflect your site structure. +**Line 26** - Load any scripts that can be loaded after the page loads, rather than before, to speed page rendering. Change the URI to reflect your site structure. diff --git a/css/mobile.css b/css/mobile.css new file mode 100644 index 0000000..e69de29 diff --git a/css/print.css b/css/print.css new file mode 100644 index 0000000..e69de29 diff --git a/css/syles.css b/css/syles.css new file mode 100644 index 0000000..e69de29 diff --git a/js/body.js b/js/body.js new file mode 100644 index 0000000..e69de29