Skip to content

pieterdejong/HTML5-Skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5-Skeleton

About

This HTML5-Skeleton consists of the very bare essentials of most of the projects I work on. Because sharing really is caring I figured that putting this on GitHub might be a noble thing to do.

Third party Libraries

Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

Cross-browser

Since each project entails some Internet Explorer issues, I made sure that some classes will be added to the <html>-tag when the page is being viewed in a certain version of Internet Explorer.

These classes are:

  • .lt-ie9
  • .lt-ie8
  • .lt-ie7

If JavaScript isn't enabled in the browser, the class .no-js will also be added to the <html>-tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published