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

Commit 82af6a1

Browse files
configuration - Update to version 1.2.1, add new banner for README
1 parent d9b1b98 commit 82af6a1

File tree

3 files changed

+30
-36
lines changed

3 files changed

+30
-36
lines changed

README.md

+28-35
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
<p align="center">
2-
<a href="https://skeletonic.io">
3-
<img src="https://github.com/sebastienrousseau/skeletonic/raw/master/images/skeletonic.png" alt="Skeletonic Logo" />
4-
</a>
5-
</p>
1+
![alt text][logo]
62

7-
<h1 align="center">Introducing Skeletonic</h1>
3+
[logo]: ./images/skeletonic-banner.min.svg "Skeletonic Banner"
84

9-
<p align="center">Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework to speed up your Digital and Mobile Web development needs.</p>
5+
# Introducing [Skeletonic CSS](https://skeletonic.io)
106

11-
<p align="center">Simply designed to fit your cascading web life.</p>
7+
**[Skeletonic CSS](https://github.com/sebastienrousseau/skeletonic)** - A lightweight, intuitive, accessible and ultra-responsive cascading style sheets framework to streamline your Digital and Mobile Web development needs.
128

13-
<p align="center"><strong>Version: 1.2.0</strong></p>
14-
15-
<p align="center">
16-
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.2.0.zip" class="button primary">Download</a>
17-
</p>
9+
[Download Skeletonic CSS v1.2.1](https://github.com/sebastienrousseau/skeletonic/archive/v1.2.1.zip)
1810

1911
[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/)
2012

@@ -25,23 +17,24 @@
2517

2618
## Table of contents
2719

28-
- [Table of contents](#table-of-contents)
29-
- [Getting Started](#getting-started)
30-
- [Local Setup](#local-setup)
31-
- [What's included](#whats-included)
32-
- [Extend](#extend)
33-
- [CSS Responsive Grid-View](#css-responsive-grid-view)
34-
- [CSS Colours](#css-colours)
35-
- [CSS Animations](#css-animations)
36-
- [Alternate CDN locations](#alternate-cdn-locations)
37-
- [Versioning](#versioning)
38-
- [Built With](#built-with)
39-
- [Contributing](#contributing)
40-
- [Code of Conduct](#code-of-conduct)
41-
- [Our Values](#our-values)
42-
- [History](#history)
43-
- [License](#license)
44-
- [Acknowledgements](#acknowledgements)
20+
- [Introducing Skeletonic CSS](#introducing-skeletonic-css)
21+
- [Table of contents](#table-of-contents)
22+
- [Getting Started](#getting-started)
23+
- [Local Setup](#local-setup)
24+
- [What's included](#whats-included)
25+
- [Extend](#extend)
26+
- [CSS Responsive Grid-View](#css-responsive-grid-view)
27+
- [CSS Colours](#css-colours)
28+
- [CSS Animations](#css-animations)
29+
- [Alternate CDN locations](#alternate-cdn-locations)
30+
- [Versioning](#versioning)
31+
- [Built With](#built-with)
32+
- [Contributing](#contributing)
33+
- [Code of Conduct](#code-of-conduct)
34+
- [Our Values](#our-values)
35+
- [History](#history)
36+
- [License](#license)
37+
- [Acknowledgements](#acknowledgements)
4538

4639
## Getting Started
4740

@@ -50,7 +43,7 @@ Skeletonic is constantly in development. Try it out now!
5043

5144
Several quick start options are available:
5245

53-
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.2.0.zip)
46+
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.2.1.zip)
5447
- 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```
5548
- 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```
5649
- Clone the main repository to get all source files including build scripts: `git clone https://github.com/sebastienrousseau/skeletonic.git`
@@ -62,7 +55,7 @@ Within the download you'll find all the source files, compiled and minified CSS
6255
You'll see something like this:
6356

6457
```
65-
skeletonic-1.2.0
58+
skeletonic-1.2.1
6659
├── skeletonic-animations.css
6760
├── skeletonic-animations.css.map
6861
├── skeletonic-animations.min.css
@@ -91,9 +84,9 @@ Please feel free to grab the latest:
9184

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

94-
You can also specify a specific version as per below. The latest version as of today is 1.2.0.
87+
You can also specify a specific version as per below. The latest version as of today is 1.2.1.
9588

96-
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].0/dist/skeletonic.min.css" />```
89+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].1/dist/skeletonic.min.css" />```
9790

9891
## Extend
9992

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

113106
| CDN | URL | HTTPS | Combo |
114107
|---|---|---|---|
115-
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].0/dist/skeletonic.min.css | Yes | No |
108+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].1/dist/skeletonic.min.css | Yes | No |
116109
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes |
117110

118111
## Versioning

images/skeletonic-banner.min.svg

+1
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeletonic",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A dead on, lightweight, responsive and modern CSS framework.",
55
"keywords": [
66
"skeletonic",

0 commit comments

Comments
 (0)