Skip to content

Commit 067eb94

Browse files
committed
Change the links for CSS files
1 parent 1ccd9d9 commit 067eb94

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

README.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ It's usually common to show a loader to users when they must wait for something
1818
* [default](#default)
1919
* [double](#double)
2020
* [bar](#bar)
21+
* [bar ping pong](#bar-ping-pong)
2122
* [border](#border)
2223
* [ball](#ball)
2324
* [smartphone](#smartphone)
@@ -56,15 +57,15 @@ Select the loader and add the corresponding HTML. In order to show the loader, y
5657

5758
## Examples
5859

59-
### Default | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-ball.css) :sparkles:
60+
### Default
6061

6162
```html
6263
<div class="loader loader-default is-active"></div>
6364
```
6465

6566
![loader](https://cloud.githubusercontent.com/assets/1345662/19313531/2c715f18-906d-11e6-856a-17ca264112de.gif)
6667

67-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-default) :metal:
68+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-default) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-ball.css) :sparkles:
6869

6970
#### Variations
7071

@@ -104,15 +105,15 @@ It's also possible to change the text, just passing a value to the attribute `da
104105

105106
The variations _data-half_, _data-text_ and _data-blink_ works together. 😄
106107

107-
### Double | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-double.css) :sparkles:
108+
### Double
108109

109110
```html
110111
<div class="loader loader-double is-active"></div>
111112
```
112113

113114
![loader-double](https://cloud.githubusercontent.com/assets/1345662/19314508/c2279a06-9070-11e6-8079-4fa82b5f2610.gif)
114115

115-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-double) :metal:
116+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-double) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-double.css) :sparkles:
116117

117118
### Bar | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-bar.css) :sparkles:
118119

@@ -162,15 +163,15 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
162163

163164
*Obs*. It's also possible pass a parameter `data-text` with a content value that will show as a text loader, or with no value, and the default *loading* text it's going to show instead.
164165

165-
### Bar Ping Pong | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-bar-ping-pong.css) :sparkles:
166+
### Bar Ping Pong
166167

167168
![loader-bar-ping-pong](https://cloud.githubusercontent.com/assets/1345662/23591096/deed9e04-01c9-11e7-9d5f-356fa249ff00.gif)
168169

169170
```html
170171
<div class="loader loader-bar-ping-pong is-active"></div>
171172
```
172173

173-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-bar-ping-pong) :metal:
174+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-bar-ping-pong) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-bar-ping-pong.css) :sparkles:
174175

175176
#### Variations
176177

@@ -184,15 +185,15 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
184185

185186
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-bar-ping-pong-rounded) :metal:
186187

187-
### Border | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-border.css) :sparkles:
188+
### Border
188189

189190
![loader-border](https://cloud.githubusercontent.com/assets/1345662/19314686/6d733622-9071-11e6-8167-a55e6c16a02f.gif)
190191

191192
```html
192193
<div class="loader loader-border is-active"></div>
193194
```
194195

195-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-border) :metal:
196+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-border) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-border.css) :sparkles:
196197

197198
#### Variations
198199

@@ -208,15 +209,15 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
208209

209210
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-border-text) :metal:
210211

211-
### Ball | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-ball.css) :sparkles:
212+
### Ball
212213

213214
```html
214215
<div class="loader loader-ball is-active"></div>
215216
```
216217

217218
![loader-ball](https://cloud.githubusercontent.com/assets/1345662/19314687/6d771ff8-9071-11e6-8839-713066f11056.gif)
218219

219-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-ball) :metal:
220+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-ball) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-ball.css) :sparkles:
220221

221222
#### Variations
222223

@@ -230,15 +231,15 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
230231

231232
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-ball-shadow) :metal:
232233

233-
### Smartphone | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-smartphone.css) :sparkles:
234+
### Smartphone
234235

235236
```html
236237
<div class="loader loader-smartphone is-active"></div>
237238
```
238239

239240
![loader-smartphone-empty](https://cloud.githubusercontent.com/assets/1345662/19544262/83cd4b42-965c-11e6-9238-91a48f0d5cf5.gif)
240241

241-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-smartphone) :metal:
242+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-smartphone) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-smartphone.css) :sparkles:
242243

243244
#### Variations
244245

@@ -256,25 +257,25 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
256257

257258
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-smartphone-text) :metal:
258259

259-
### Clock | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-clock.css) :sparkles:
260+
### Clock
260261

261262
```html
262263
<div class="loader loader-clock is-active"></div>
263264
```
264265

265266
![loader-clock](https://cloud.githubusercontent.com/assets/1345662/19628192/f09d9a88-9936-11e6-8a2c-de22df0f820b.gif)
266267

267-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-clock) :metal:
268+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-clock) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-clock.css) :sparkles:
268269

269-
### Curtain | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-curtain.css) :sparkles:
270+
### Curtain
270271

271272
```html
272273
<div class="loader loader-curtain is-active"></div>
273274
```
274275

275276
![loader-curtain-default](https://cloud.githubusercontent.com/assets/1345662/20083193/fd7043fc-a541-11e6-8f86-e08cbb2c02c2.gif)
276277

277-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-curtain) :metal:
278+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-curtain) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-curtain.css) :sparkles:
278279

279280
#### Variations
280281

@@ -304,14 +305,16 @@ Like the `loader` example, it's also possible to pass the `data-text` and `blink
304305
<div class="loader loader-curtain is-active" colorful data-curtain-text="Hello"></div>
305306
```
306307

307-
### Music | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-music.css) :sparkles:
308+
### Music
308309

309310
```html
310311
<div class="loader loader-music is-active" data-hey-oh></div>
311312
```
312313

313314
This loader differs from the other because we have to pass an attribute to it, according to song's chorus that we want to load.
314315

316+
[CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-music.css) :sparkles:
317+
315318
#### Variations
316319

317320
**hey-oh**: The classic [Hey! Oh! Let's Go!](https://www.youtube.com/watch?v=xuOnePNlOgY) from Ramones.
@@ -354,15 +357,15 @@ This loader differs from the other because we have to pass an attribute to it, a
354357

355358
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-music-rock-you) :metal:
356359

357-
### Pokeball | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-pokeball.css) :sparkles:
360+
### Pokeball
358361

359362
```html
360363
<div class="loader loader-pokeball is-active"></div>
361364
```
362365

363366
![loader-pokeball](https://cloud.githubusercontent.com/assets/1345662/22757245/3ddfc9d4-ee31-11e6-97e3-5d7221542e2e.gif)
364367

365-
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-pokeball) :metal:
368+
[See it](http://raphaelfabeni.com.br/css-loader/#/loader-pokeball) :metal: | [CSS](https://raw.githubusercontent.com/raphaelfabeni/css-loader/master/dist/loader-pokeball.css) :sparkles:
366369

367370
## Contributing
368371

0 commit comments

Comments
 (0)