Skip to content

ronaldcotton/ExoSkeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License MIT

ExoSkeleton

ExoSkeleton is an adapted template from the original responsive boilerplate Skeleton to kickstart any web project. Skeleton hasn't been updated in 6 years - this is a refresh and reimagining of the original Skeleton theme.

Check out http://getskeleton.com for documentation and details of the original project.

ExoSkeleton Examples

ExoSkeleton Documenation Page ExoSkeleton Demo Page

Download ExoSkeleton

Download ExoSkeleton Release or clone master branch repository.

Browser Compatibility

Works with most modern browsers

See IE Versions, Firefox Versions, Chrome Versions, Safari Versions, Opera Versions for details.

What's in the download?

The download includes Skeleton's CSS, Normalize CSS as a reset, and an index.html as a starting point. Favicons are created from Real Favicon Generator from 260x260+ square sources. Either edit the images by hand, keeping the original resolution or use website to generate icons. For Favicon Generator Options -> Path, choose /images/. For the rational of using multiple favicons, see Real Favicon Generator FAQ.

ExoSkeleton/
├── index.html
├── css/
│   ├── normalize.css
|   ├── normalize.min.css
|   ├── exoskeleton.css
│   └── exoskeleton.min.css
└── images/
    ├── android-chrome-192x192.png
    ├── android-chrome-256x256.png
    ├── apple-touch-icon.png
    ├── browserconfig.xml
    ├── favicon-16x16.png
    ├── favicon-32x32.png
    ├── favicon.ico
    ├── mstile-150x150.png
    ├── safari-pinned-tab.svg
    └── site.webmanifest

What makes ExoSkeleton Great

The original Skeleton html template is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.

ExoSkeleton aims to update and add features to the great skeleton template:

  • Updated normalize.css
  • Updated favicons

Acknowledgement

Packages

No packages published

Languages

  • CSS 77.9%
  • HTML 22.1%