Skip to content

Commit

Permalink
Repository renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Nov 15, 2020
1 parent 3f4ac5d commit 4d6ed2b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PACE
====
[![Latest Release](https://img.shields.io/github/tag/EatBreatheCode/pace.svg?label=version)](https://github.com/EatBreatheCode/pace/releases)
[![Latest Release](https://img.shields.io/github/tag/CodeByZach/pace.svg?label=version)](https://github.com/CodeByZach/pace/releases)

An automatic web page progress bar.

### [Demo](https://eatbreathecode.github.io/pace/)
### [Documentation](https://eatbreathecode.github.io/pace/docs/)
### [Demo](https://codebyzach.github.io/pace/)
### [Documentation](https://codebyzach.github.io/pace/docs/)

Include [pace.js](https://raw.github.com/EatBreatheCode/pace/master/pace.min.js) and the
[theme](https://eatbreathecode.github.io/pace/) css of your choice on your page
Include [pace.js](https://raw.github.com/CodeByZach/pace/master/pace.min.js) and the
[theme](https://codebyzach.github.io/pace/) css of your choice on your page
(as early as is possible), and you're done!

Pace will automatically monitor your ajax requests, event loop lag, document
Expand Down Expand Up @@ -66,7 +66,7 @@ define(['pace'], function(pace){
Themes
------

Pace includes a bunch of [themes](https://eatbreathecode.github.io/pace/)
Pace includes a bunch of [themes](https://codebyzach.github.io/pace/)
to get you started. Just include the appropriate css file. Send us a PR with
any interesting themes you create.

Expand Down Expand Up @@ -162,7 +162,7 @@ paceOptions = {

You can always trigger a restart manually by calling `Pace.restart()`

See [the source](https://github.com/EatBreatheCode/pace/blob/master/pace.js) for a full list of all options.
See [the source](https://github.com/CodeByZach/pace/blob/master/pace.js) for a full list of all options.

API
---
Expand Down Expand Up @@ -266,7 +266,7 @@ Issues
------

We have obviously not tested this on every website. If you run into an issue, or find a way the automatic
detection could be better, please [create an Issue](https://github.com/EatBreatheCode/pace/issues/new). If you can include a test case, that's even better.
detection could be better, please [create an Issue](https://github.com/CodeByZach/pace/issues/new). If you can include a test case, that's even better.

Credits
-------
Expand Down
2 changes: 1 addition & 1 deletion pace-theme-default.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* pace.js v1.2.1 | Default theme
* https://github.com/EatBreatheCode/pace/
* https://github.com/CodeByZach/pace/
* Licensed MIT © HubSpot, Inc.
*/
.pace {
Expand Down
2 changes: 1 addition & 1 deletion pace-theme-default.min.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* pace.js v1.2.1 | Default theme
* https://github.com/EatBreatheCode/pace/
* https://github.com/CodeByZach/pace/
* Licensed MIT © HubSpot, Inc.
*/
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#d72630;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}
2 changes: 1 addition & 1 deletion pace.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* pace.js v1.2.3
* https://github.com/EatBreatheCode/pace/
* https://github.com/CodeByZach/pace/
* Licensed MIT © HubSpot, Inc.
*/
(function() {
Expand Down
2 changes: 1 addition & 1 deletion pace.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d6ed2b

Please sign in to comment.