Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
v1.0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Feb 13, 2018
1 parent c7d1718 commit 9ba81ae
Show file tree
Hide file tree
Showing 56 changed files with 61 additions and 2,739 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deploy:
api_key:
secure: AB76Q+N+MMmPkDkcf5JGpBAsKqAxRE2+dx1/26i0FlYLk3sCuokKDeiIQf1K5YUeH0XbWrNt4aXENh5bqvZKOrDBvKSPamJLY7G/AsEmE7S3zze+CpFQivu+mE9mZe+MDf8lDjQyuEB2W8c6swkulsh5Pv32310yRNw+5PUMe2qBHcmfHPmr3q4HA865khKVjFF6Y7Gw5xFMKMvAw2RRXOuuAWuMMNe2DoNEr94dX8llzLieclg94nEguBUO3BtlmwE6Cxewx9yhUqYLV3AzDLQWuse0s538Zww9Cb6DYT8Q5WsA7GhOrjGoDbYHLSGBwFMtI2QLwVmAXEDAwQDRWix4SNLjDODCt4Qt1Zy2OMDjVLJ5xkdD/H1jv0waC3g7DeAFFjh9cqVosua6HgnQvlvfJFK6bpRxoNCL4Gb1Yz6AGLK1JK5oQKqqdHLMU4je1OZosNdnaOXUtlgi7E2RVDQG3nQsVYg2UWg2v0XoVxi/7MwvZ+xbPeTDBc63hwP/bqpNn3BV9UGoiG7ENPyYCfBSTRX1h8fMCRXr7I94GhKvuqVL5NCBV5FV2YjLV3QUOhVIYEfngsp5DHhapDvJYJc6NrasngTW2dGMwvCQHewVODoOpspS5GeRF08dmpfts7N9l3BJPoGY5uUGMsNyKCF5BxJTDHmFqOshbfV1/6M=
file_glob: true
file: dist/**/*
file: dist/*
skip_cleanup: true
name: Skeletonic $GIT_TAG
body: "<strong>Change Log:</strong><br />Release $GIT_TAG created on $(date +'%d/%m/%Y')
Expand Down
39 changes: 19 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
</a>
</p>

<h3 align="center">Introducing Skeletonic v1.0.75</h3>
<h3 align="center">Introducing Skeletonic v1.0.83</h3>

<p align="center">Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework to speed up your Digital and Mobile Web development needs.</p>

<p align="center">Simply designed to fit your web life.</p>

<p align="center"><a href="https://github.com/reedia/skeletonic/archive/v1.0.75.zip">Download Skeletonic CSS</a></p>
<p align="center"><a href="https://github.com/reedia/skeletonic/archive/v1.0.83.zip">Download Skeletonic CSS</a></p>

[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/)
[![npm version](https://badge.fury.io/js/skeletonic.svg)](https://badge.fury.io/js/skeletonic)
Expand All @@ -34,26 +34,25 @@

A few options are available:

- Download the latest [release](https://github.com/reedia/skeletonic/archive/v1.0.75.zip)
- Download the latest [release](https://github.com/reedia/skeletonic/archive/v1.0.83.zip)
- Or simply clone the main repo: `git clone https://github.com/reedia/skeletonic.git`

## What's in the box

Within the release you'll find the following directory and external style sheets with both compiled and minified CSS variations:

```
.
├── fonts
Skeletonic
├── index.html
├── skeletonic-1.0.75.css
├── skeletonic-1.0.75.css.map
├── skeletonic-colours-1.0.75.css
├── skeletonic-colours-1.0.75.css.map
├── skeletonic-colours.min-1.0.75.css
├── skeletonic-pattern-1.0.75.css
├── skeletonic-pattern-1.0.75.css.map
├── skeletonic-pattern.min-1.0.75.css
└── skeletonic.min-1.0.75.css
├── skeletonic-1.0.83.css
├── skeletonic-1.0.83.css.map
├── skeletonic-colours-1.0.83.css
├── skeletonic-colours-1.0.83.css.map
├── skeletonic-colours.min-1.0.83.css
├── skeletonic-pattern-1.0.83.css
├── skeletonic-pattern-1.0.83.css.map
├── skeletonic-pattern.min-1.0.83.css
└── skeletonic.min-1.0.83.css
```

You simply then need to link one of these in your HTML document.
Expand All @@ -63,17 +62,17 @@ The link consists of just a simple line of HTML code that you will need to put i
#### Default CSS

```
<link rel="stylesheet" type="text/css" href="skeletonic.min-1.0.75.css" />
<link rel="stylesheet" type="text/css" href="skeletonic.min-1.0.83.css" />
```

#### CSS Responsive Grid-View
```
<link rel="stylesheet" type="text/css" href="skeletonic-pattern.min-1.0.75.css" />
<link rel="stylesheet" type="text/css" href="skeletonic-pattern.min-1.0.83.css" />
```

#### CSS Colours
```
<link rel="stylesheet" type="text/css" href="skeletonic-colours.min-1.0.75.css" />
<link rel="stylesheet" type="text/css" href="skeletonic-colours.min-1.0.83.css" />
```

We offer production-ready versions and use unpkg as our CDN to link to the latest production version
Expand All @@ -87,9 +86,9 @@ The following table lists alternate CDNs where Skeletonic is hosted.

| CDN | URL | HTTPS | Combo |
|---|---|---|---|
| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.0.75/dist/skeletonic.min-1.0.75.css | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min-1.0.75.css | Yes | Yes |
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min-1.0.75.css | Yes | No |
| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.0.83/dist/skeletonic.min-1.0.83.css | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min-1.0.83.css | Yes | Yes |
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min-1.0.83.css | Yes | No |



Expand Down
Binary file removed dist/fonts/OpenSans-Bold-webfont.eot
Binary file not shown.
Loading

0 comments on commit 9ba81ae

Please sign in to comment.