Skip to content

Commit

Permalink
Updated short description
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jul 23, 2018
1 parent d716f35 commit 1509b00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

# Zebra Pin  [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Zebra%20Pin%20-%20a%20lightweight%20and%20adaptive%20jQuery%20plugin%20for%20pinning%20elements%20to%20the%20page%20or%20to%20container%20elementsurl=https://github.com/stefangabos/Zebra_Pin&via=stefangabos&hashtags=jquery,pin,sticky,pinned)

*A lightweight jQuery plugin for pinning elements to the page or to container elements*
*A lightweight jQuery plugin for creating sticky elements pinned to the page or to a container element*

[![npm](https://img.shields.io/npm/v/zebra_pin.svg)](https://www.npmjs.com/package/zebra_pin) [![Total](https://img.shields.io/npm/dt/zebra_pin.svg)](https://www.npmjs.com/package/zebra_pin) [![Monthly](https://img.shields.io/npm/dm/zebra_pin.svg)](https://www.npmjs.com/package/zebra_pin) [![](https://data.jsdelivr.com/v1/package/npm/zebra_pin/badge?style=rounded)](https://www.jsdelivr.com/package/npm/zebra_pin) [![License](https://img.shields.io/npm/l/zebra_pin.svg)](https://github.com/stefangabos/Zebra_Pin/blob/master/LICENSE.md)

Expand Down
4 changes: 2 additions & 2 deletions examples/index.html
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A lightweight and adaptive jQuery plugin for pinning any element to the page or to a container element">
<link rel="shortcut icon" href="favicon.ico">
<title>Zebra Pin - A lightweight jQuery plugin for pinning elements to the page or to container elements</title>
<title>Zebra Pin - A lightweight jQuery plugin for creating sticky elements pinned to the page or to a container element</title>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/united/bootstrap.min.css">
Expand All @@ -34,7 +34,7 @@
<div class="jumbotron">
<div class="container">
<h1>Zebra Pin</h1>
<p>a lightweight jQuery plugin for pinning elements to the page or to container elements</p>
<p>a lightweight jQuery plugin for creating sticky elements pinned to the page or to a container element</p>
<hr>
<p>
<a href="https://github.com/stefangabos/Zebra_Pin/archive/master.zip" class="btn btn-primary btn-lg" role="button" style="text-decoration: none">Download</a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro"
},
"description": "A lightweight jQuery plugin for pinning any element to the page or to a container element",
"description": "A lightweight jQuery plugin for creating sticky elements pinned to the page or to a container element",
"repository": {
"type": "git",
"url": "https://github.com/stefangabos/Zebra_Pin.git"
Expand Down

0 comments on commit 1509b00

Please sign in to comment.