Skip to content

Commit e313a5a

Browse files
author
Nedim ARABACI
committed
sponsor added
1 parent ec741ca commit e313a5a

File tree

4 files changed

+36
-19
lines changed

4 files changed

+36
-19
lines changed

README.markdown

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
<br>
2929

30-
3130
## Hi
3231

3332
**NOTY** is a notification library that makes it easy to create **alert** - **success** - **error** - **warning** - **information** - **confirmation** messages as an alternative the standard alert dialog.
@@ -40,6 +39,7 @@ There are lots of other options in the API to customise the text, animation, but
4039
It also has various callbacks for the buttons, opening closing the notifications and queue control.
4140

4241
### Sponsored By
42+
4343
<table>
4444
<tr>
4545
<td vlign="center">
@@ -62,11 +62,18 @@ It also has various callbacks for the buttons, opening closing the notifications
6262
<img src="http://ned.im/noty/_media/site_splat.svg" width="235" alt="">
6363
</a>
6464
</td>
65+
<td vlign="center">
66+
<a target="_blank" href="https://www.norgescasino.com/">
67+
<img src="http://ned.im/noty/_media/norges.png" width="235" alt="">
68+
</a>
69+
</td>
6570
</tr>
6671
</table>
6772

68-
***
73+
---
74+
6975
### Features
76+
7077
- [x] Dependency-free
7178
- [x] Web Push Notifications with Service Worker support
7279
- [x] UMD
@@ -83,29 +90,31 @@ It also has various callbacks for the buttons, opening closing the notifications
8390
- [x] Document visibility control (blur, focus)
8491

8592
### Documentation
93+
8694
Documentation and examples are here: <http://ned.im/noty>
8795

88-
***
96+
---
8997

9098
##### Basic Usage
99+
91100
```js
92-
import Noty from 'noty';
101+
import Noty from "noty";
93102

94103
new Noty({
95-
text: 'Notification text'
104+
text: "Notification text"
96105
}).show();
97106

98107
// or
99108

100-
const Noty = require('noty');
109+
const Noty = require("noty");
101110

102111
new Noty({
103-
text: 'Notification text'
112+
text: "Notification text"
104113
}).show();
105-
106114
```
107115

108116
##### Development
117+
109118
```console
110119
$ npm run dev
111120
$ npm test
@@ -115,6 +124,7 @@ $ npm run serve-docs
115124
```
116125

117126
##### Development environment
127+
118128
- [x] Standard
119129
- [x] Prettier
120130
- [x] ES6 & Babel & Webpack
@@ -125,5 +135,4 @@ $ npm run serve-docs
125135
- [x] Pre-commit tests
126136
- [x] Travis CI
127137

128-
129138
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

docs/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
> A Dependency-free notification library
44
5-
65
<p>
76
<button id="example-runner" class="button">Show me a notification</button>
87
</p>
98

109
<a class="github-button" href="https://github.com/needim/noty" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star needim/noty on GitHub">Star</a>
1110
<a class="github-button" href="https://github.com/needim/noty/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork needim/noty on GitHub">Fork</a>
1211
<a class="github-button" href="https://github.com/needim/noty/subscription" data-icon="octicon-eye" data-size="large" data-show-count="true" aria-label="Watch needim/noty on GitHub">Watch</a>
13-
<a class="github-button" href="https://github.com/needim" data-size="large" data-show-count="true" aria-label="Follow @needim on GitHub">Follow @needim</a>
12+
<a class="github-button" href="https://github.com/needim" data-size="large" data-show-count="true" aria-label="Follow @needim on GitHub">Follow @needim</a>
1413

15-
1614
<p align="left">
1715
<a href="https://github.com/needim/noty/releases"><img src="https://img.shields.io/github/release/needim/noty.svg" alt="GitHub release"></a>
1816
<a href="https://bower.io/"><img src="https://img.shields.io/bower/v/noty.svg" alt="Bower version"></a>
@@ -58,19 +56,25 @@
5856
</a>
5957
</div>
6058

59+
<div class="supported-by">
60+
<a target="_blank" href="https://www.norgescasino.com/">
61+
<img src="_media/norges.png" width="250" alt="" style="background: #13092B; padding: 5px;">
62+
</a>
63+
</div>
64+
6165
## Became a Patron
6266

6367
If you enjoy my work and want to support me creating stuff, I'm on Patreon!<br>
6468
<a class="jmgFob" href="https://www.patreon.com/bePatron?u=5075261" data-patreon-widget-type="become-patron-button">
65-
<span class="sc-ifAKCX hyFnYR"><svg viewBox="0 0 569 546" version="1.1" xmlns="http://www.w3.org/2000/svg"><title>Patreon logo</title><g><circle data-color="1" id="Oval" cx="362.589996" cy="204.589996" r="204.589996"></circle><rect data-color="2" id="Rectangle" x="0" y="0" width="100" height="545.799988"></rect></g></svg></span>
66-
Become a Patron!
69+
<span class="sc-ifAKCX hyFnYR"><svg viewBox="0 0 569 546" version="1.1" xmlns="http://www.w3.org/2000/svg"><title>Patreon logo</title><g><circle data-color="1" id="Oval" cx="362.589996" cy="204.589996" r="204.589996"></circle><rect data-color="2" id="Rectangle" x="0" y="0" width="100" height="545.799988"></rect></g></svg></span>
70+
Become a Patron!
6771
</a>
6872

6973
!> v2 Documentation is <a href="/noty/v2">here</a>
7074

7175
## Features
7276

73-
- Dependency-free
77+
- Dependency-free
7478
- UMD
7579
- Web Push Notifications with Service Worker support
7680
- Named queue system

docs/_media/norges.png

6.03 KB
Loading

docs/bakers.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Support my Projects
1+
# Support my Projects
22

33
Hi! Noty.js and [my other libraries](https://github.com/needim) are MIT licensed open source projects and they are completely free to use.
44
However, the amount of effort needed to maintain and develop new features for these projects is not sustainable without proper financial backing.
@@ -9,7 +9,7 @@ You can support my works by <a href="https://www.patreon.com/bePatron?u=5075261"
99
Become a Sponsor or Baker!
1010
</a>
1111

12-
## Current Sponsors
12+
## Current Sponsors
1313

1414
<div class="supported-by">
1515
<a target="_blank" href="https://pusher.com/?utm_source=needim&utm_medium=paid&utm_campaign=needim">
@@ -41,8 +41,13 @@ You can support my works by <a href="https://www.patreon.com/bePatron?u=5075261"
4141
</a>
4242
</div>
4343

44-
!> **$30 or more per month** <br> I'll put your logo on all my project's websites & GitHub readme pages. (for the period of subscription) (**30k+ unique pageviews**)
44+
<div class="supported-by">
45+
<a target="_blank" href="https://www.norgescasino.com/">
46+
<img src="_media/norges.png" width="250" alt="" style="background: #13092B; padding: 5px;">
47+
</a>
48+
</div>
4549

50+
!> **$30 or more per month** <br> I'll put your logo on all my project's websites & GitHub readme pages. (for the period of subscription) (**30k+ unique pageviews**)
4651

4752
## Current Bakers
4853

@@ -51,4 +56,3 @@ You can support my works by <a href="https://www.patreon.com/bePatron?u=5075261"
5156
- ...
5257

5358
!> **$1 or more per month** <br> I'll put your name on all my project's websites bakers page & GitHub repo bakers.md. (for the period of subscription)
54-

0 commit comments

Comments
 (0)