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

Commit 618bcdb

Browse files
author
Release Bot
committed
v1.0.89
1 parent 9cf184f commit 618bcdb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2159
-1831
lines changed

README.md

+37-28
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@
44
</a>
55
</p>
66

7-
<h3 align="center">Introducing Skeletonic v1.0.85</h3>
7+
<h1 align="center">Introducing Skeletonic</h1>
88

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

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

13-
<p align="center"><a href="https://github.com/reedia/skeletonic/archive/v1.0.85.zip">Download Skeletonic CSS</a></p>
13+
<p align="center"><strong>Version: 1.0.89</strong></p>
14+
15+
<p align="center">
16+
[s](s)
17+
18+
<a href="https://github.com/reedia/skeletonic/archive/v1.0.89.zip" class="button primary">Download</a>
19+
</p>
1420

1521
[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/)
1622

@@ -22,20 +28,20 @@
2228

2329
- [Getting Started](#getting-started)
2430
- [What's in the box](#whats-in-the-box)
25-
- [Alternate CDNs](#alternate-cdns)
31+
- [Alternate CDN locations](#alter nate-cdn-locations)
2632
- [Built With](#built-with)
2733
- [Contributing](#contributing)
2834
- [Code of Conduct](#code-of-conduct)
2935
- [Our Values](#our-values)
3036
- [History](#history)
3137
- [License](#license)
32-
- [Acknowledgments](#acknowledgments)
38+
- [Acknowledgements](#acknowledgements)
3339

3440
## Getting Started
3541

3642
A few options are available:
3743

38-
- Download the latest [release](https://github.com/reedia/skeletonic/archive/v1.0.85.zip)
44+
- Download the latest [release](https://github.com/reedia/skeletonic/archive/v1.0.89.zip)
3945
- 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:
4046

4147
```bash
@@ -51,18 +57,21 @@ The Github project contains all source files which are compiled into the dist fo
5157
```
5258
Skeletonic
5359
├── index.html
54-
├── skeletonic-1.0.85.css
55-
├── skeletonic-1.0.85.css.map
56-
├── skeletonic-animations-1.0.85.css
57-
├── skeletonic-animations-1.0.85.css.map
58-
├── skeletonic-animations.min-1.0.85.css
59-
├── skeletonic-colours-1.0.85.css
60-
├── skeletonic-colours-1.0.85.css.map
61-
├── skeletonic-colours.min-1.0.85.css
62-
├── skeletonic-pattern-1.0.85.css
63-
├── skeletonic-pattern-1.0.85.css.map
64-
├── skeletonic-pattern.min-1.0.85.css
65-
└── skeletonic.min-1.0.85.css
60+
├── skeletonic-1.0.89.css
61+
├── skeletonic-1.0.89.css.map
62+
├── skeletonic-animations-1.0.89.css
63+
├── skeletonic-animations-1.0.89.css.map
64+
├── skeletonic-animations.min-1.0.89.css
65+
├── skeletonic-colours-1.0.89.css
66+
├── skeletonic-colours-1.0.89.css.map
67+
├── skeletonic-colours.min-1.0.89.css
68+
├── skeletonic-fonts-1.0.89.css
69+
├── skeletonic-fonts-1.0.89.css.map
70+
├── skeletonic-fonts.min-1.0.89.css
71+
├── skeletonic-pattern-1.0.89.css
72+
├── skeletonic-pattern-1.0.89.css.map
73+
├── skeletonic-pattern.min-1.0.89.css
74+
├── skeletonic.min-1.0.89.css
6675
```
6776

6877
You simply then need to link one of these in your HTML document.
@@ -72,7 +81,7 @@ The link consists of just a simple line of HTML code that you will need to put i
7281
#### Default CSS
7382

7483
```
75-
<link rel="stylesheet" type="text/css" href="skeletonic.min-1.0.85.css" />
84+
<link rel="stylesheet" type="text/css" href="skeletonic.min-1.0.89.css" />
7685
```
7786

7887
We also offer production-ready versions and use unpkg as our CDN to link to the latest production version
@@ -83,27 +92,27 @@ We also offer production-ready versions and use unpkg as our CDN to link to the
8392

8493
#### CSS Responsive Grid-View
8594
```
86-
<link rel="stylesheet" type="text/css" href="skeletonic-pattern.min-1.0.85.css" />
95+
<link rel="stylesheet" type="text/css" href="skeletonic-pattern.min-1.0.89.css" />
8796
```
8897

8998
#### CSS Colours
9099
```
91-
<link rel="stylesheet" type="text/css" href="skeletonic-colours.min-1.0.85.css" />
100+
<link rel="stylesheet" type="text/css" href="skeletonic-colours.min-1.0.89.css" />
92101
```
93102

94103
#### CSS Animations
95104
```
96-
<link rel="stylesheet" type="text/css" href="skeletonic-animations.min-1.0.85.css" />
105+
<link rel="stylesheet" type="text/css" href="skeletonic-animations.min-1.0.89.css" />
97106
```
98107

99-
## Alternate CDNs
100-
The following table lists alternate CDNs where Skeletonic is hosted.
108+
## Alternate CDN locations
109+
The following table lists alternate CDN locations where Skeletonic is hosted.
101110

102111
| CDN | URL | HTTPS | Combo |
103112
|---|---|---|---|
104-
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].85/dist/skeletonic.min-1.0.85.css | Yes | No |
105-
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min-1.0.85.css | Yes | Yes |
106-
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min-1.0.85.css | Yes | No |
113+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].89/dist/skeletonic.min-1.0.89.css | Yes | No |
114+
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min-1.0.89.css | Yes | Yes |
115+
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min-1.0.89.css | Yes | No |
107116

108117

109118

@@ -133,7 +142,7 @@ We are committed to preserving and fostering a diverse, welcoming community. Ple
133142

134143
This project is licensed under the MIT License - see the [LICENSE](https://github.com/reedia/skeletonic/blob/master/LICENSE) file for details
135144

136-
## Acknowledgments
145+
## Acknowledgements
137146

138147
[Skeletonic](https://skeletonic.io) is beautifully crafted by these people and a bunch of awesome [contributors](https://github.com/reedia/skeletonic/graphs/contributors)
139148

0 commit comments

Comments
 (0)