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

Commit

Permalink
Added open-sans.com CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 4, 2021
1 parent bb08634 commit ba0e401
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 58 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

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

<p align="center"><strong>Version: 1.1.2</strong></p>
<p align="center"><strong>Version: 1.1.3</strong></p>

<p align="center">
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.2.zip" class="button primary">Download</a>
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.3.zip" class="button primary">Download</a>
</p>

[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/)
Expand Down Expand Up @@ -50,7 +50,7 @@ Skeletonic is constantly in development. Try it out now!

Several quick start options are available:

- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.2.zip)
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.3.zip)
- Install with [Npm](https://www.npmjs.com/package/skeletonic) to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: ```npm install skeletonic```
- Install with [Yarn](https://yarnpkg.com/en/package/skeletonic) to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: ```yarn add skeletonic```
- Clone the main repository to get all source files including build scripts: `git clone https://github.com/sebastienrousseau/skeletonic.git`
Expand All @@ -62,7 +62,7 @@ Within the download you'll find all the source files, compiled and minified CSS
You'll see something like this:

```
skeletonic-1.1.2
skeletonic-1.1.3
├── skeletonic-animations.css
├── skeletonic-animations.css.map
├── skeletonic-animations.min.css
Expand Down Expand Up @@ -91,9 +91,9 @@ Please feel free to grab the latest:

```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic/dist/skeletonic.min.css" />```

You can also specify a specific version as per below. The latest version as of today is 1.1.2.
You can also specify a specific version as per below. The latest version as of today is 1.1.3.

```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic@1.1.2/dist/skeletonic.min.css" />```
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic@1.1.3/dist/skeletonic.min.css" />```

## Extend

Expand All @@ -112,7 +112,7 @@ The following table lists alternate CDN locations where Skeletonic is hosted.

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

Expand Down
10 changes: 5 additions & 5 deletions dist/skeletonic-animations.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/skeletonic-colours.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/skeletonic-fonts.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/skeletonic-pattern.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/skeletonic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeletonic",
"version": "1.1.2",
"version": "1.1.3",
"description": "A dead on, lightweight, responsive and modern CSS framework.",
"keywords": [
"skeletonic",
Expand Down
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<h1 class="padding-2">Introducing Skeletonic</h1>
<p>Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework to speed up your Digital and Mobile Web development needs.</p>
<p>Simply designed to fit your cascading web life.</p>
<p><strong>Version: 1.1.2</strong></p>
<p><strong>Version: 1.1.3</strong></p>
<p>
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.2.zip" class="button primary">Download</a>
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.3.zip" class="button primary">Download</a>
<a href="https://github.com/sebastienrousseau/skeletonic" class="button secondary">View on GitHub</a>
</p>
</row>
Expand Down Expand Up @@ -719,7 +719,7 @@ <h4>Other colours available</h4>
<a name="buttons"></a>
<h3>Buttons</h3>
<p><em>Default buttons style.</em></p>
<p><a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.2.zip" target="_blank" class="button">Download skeletonic.css</a></p>
<p><a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.3.zip" target="_blank" class="button">Download skeletonic.css</a></p>
<h4>Button's states</h4>
<p><em>Multiple buttons states.</em></p>
<p>
Expand Down Expand Up @@ -958,13 +958,13 @@ <h3>Table</h3>
<td>1</td>
<td>Original CSS</td>
<td>skeletonic.css</td>
<td>1.1.2</td>
<td>1.1.3</td>
</tr>
<tr>
<td>2</td>
<td>Minified CSS</td>
<td>skeletonic.min.css</td>
<td>1.1.2</td>
<td>1.1.3</td>
</tr>
</tbody>
</table>
Expand Down
Loading

0 comments on commit ba0e401

Please sign in to comment.