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

Commit

Permalink
Updated to v1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Dec 31, 2017
1 parent 6f0febf commit f8e62f6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deploy:
secure: COroxSGtJLNO3IG9HSGrQIeGb5TBBemK9SO10pCAulFPLcDbQgtmQMOcXOvmOKqqQg9fwhjfw562Nd2B1Qg0/G3A5lYpKXXukCe6T7c3FOWHp5ZoVm1AKQA0cYf4748z1kXh7r+AevXVnr2lTAP99vahCdd9PzUy7hcv2Hru/nn8t6wmQJj4dWlv9w+YfuNBxUYTfNl/TlRPnQjEYHsiPCl4UJdpsmekqB7HTOT+FhZ7KQQdMjxEbe6ayMVxnthGmowOfd5gvr9wZsWFPtv3zBd21b20RqJtWIzCJY/tBFJuV8CjczrBqYop5wTzbREEfW4N34P5FeZvpRYU0P2/3ojmtPFKScPMT+a/gafCsK67sRZNROBj3rIAJV26tJKcfQMJ7LZVAU+r4FzzZQRJyjn1N3DgqX5wyxFS/lnJ7al+6s3FPB2dOcTAssR040eCWjkdbp/4Aflz77JzDSnbel7bcq2vLAptn0qqaYe0BgAGsvKr9DqhWEigpncn26tXL2blUgmdGLnKxPugSavOFDyU0BnWpm2A28WjQxqak+8SuHkQ/0qOi5mEvEioDIgjMXLFwy56ZNlcQRhp59HOa8AjJqowqe7XCiRIAMdybl4amgPSKacNTV5e3uOFEUyqSLE3Hff71LUgDOLLicZ3LTFH6R1Ag3S9lWHDd4sZuvY=
file: dist/*
name: Skeletonic v1.0.$TRAVIS_BUILD_NUMBER
body: Change Log:<br />Release created on $(date +'%d/%m/%Y') at $(date +'%T')<br />A sleek, lightweight, intuitive and ultra-responsive CSS framework. Designed to fit your web life.
body: <strong>Change Log:</strong><br /><br />Release created on $(date +'%d/%m/%Y') at $(date +'%T')<br /><br />A sleek, lightweight, intuitive and ultra-responsive CSS framework. Designed to fit your web life.
skip_cleanup: true
file_glob: true
on:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<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/v0.0.1.zip">Download Skeletonic CSS</a></p>
<p align="center"><a href="https://github.com/reedia/skeletonic/archive/v1.0.28.zip">Download Skeletonic CSS</a></p>

[![Build Status](https://travis-ci.org/reedia/skeletonic.svg?branch=master)](https://travis-ci.org/reedia/skeletonic)
[![Packagist](https://img.shields.io/badge/license-MIT-blue.svg)](https://skeletonic.github.io/license)
Expand All @@ -27,7 +27,7 @@

A few options are available:

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

## What's in the box
Expand All @@ -38,13 +38,16 @@ Within the release you'll find the following directory and external style sheets
Skeletonic/
├── skeletonic.css
├── skeletonic.min.css
├── skeletonic-pattern.css
├── skeletonic-pattern.min.css
```

You simply then need to link one of these in your HTML document.

The link consists of just a simple line of HTML code that you will need to put in the ```<head>``` section of your HTML document:

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

Expand All @@ -67,4 +70,4 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
## Acknowledgments
- [Normalize.css](http://necolas.github.io/normalize.css/) - A modern, HTML5-ready alternative to CSS resets to fix cross-browser compatibility issues.
- [Skeleton](http://www.getskeleton.com) - A Dead Simple, Responsive Boilerplate
- [Wing](http://www.getskeleton.com) - A beautiful CSS framework designed for minimalists.
- [Wing](http://usewing.ml/) - A beautiful CSS framework designed for minimalists.
2 changes: 1 addition & 1 deletion dist/skeletonic-pattern.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Skeletonic v1.0.0
* skeletonic v1.0.28
* A dead on, lightweight, responsive and modern CSS framework.
* Copyright © Reedia Limited 2015-2018. All rights reserved.
* http://skeletonic.io
Expand Down
2 changes: 1 addition & 1 deletion dist/skeletonic.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Skeletonic v1.0.0
* skeletonic v1.0.28
* A dead on, lightweight, responsive and modern CSS framework.
* Copyright © Reedia Limited 2015-2018. All rights reserved.
* http://skeletonic.io
Expand Down
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.0.0",
"version": "1.0.28",
"description": "A dead on, lightweight, responsive and modern CSS framework.",
"keywords": [
"skeletonic",
Expand Down

0 comments on commit f8e62f6

Please sign in to comment.