-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from codemzy/fix_codewars
Fix codewars
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,9 @@ Hello developer... time to show off your progress and achievements! | |
|
||
```html | ||
<!-- codeBadges minified CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.css"> | ||
<!-- codeBadges minified JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.js"></script> | ||
``` | ||
__Important:__ codeBadges JS relies on jQuery JS, so you need to load jQuery JS before codeBadges JS | ||
|
||
|
@@ -95,4 +95,4 @@ Don't forget to include your username on the requested site so it can featured. | |
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2017 codemzy | ||
Copyright (c) 2018 codemzy |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,9 +46,9 @@ <h2>Get Started</h2> | |
<h4>CDN.</h4> | ||
<pre> | ||
<span class="comment"><!-- codeBadges minified CSS --></span> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.css"> | ||
<span class="comment"><!-- codeBadges minified JavaScript --></span> | ||
<script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].3/dist/codebadges.min.js"></script></pre> | ||
<script src="https://cdn.jsdelivr.net/gh/codemzy/[email protected].4/dist/codebadges.min.js"></script></pre> | ||
<p><span class="label label-danger">Important:</span> codeBadges JS relies on jQuery JS, so you need to load jQuery JS before codeBadges JS.</p> | ||
|
||
<h2>Usage</h2> | ||
|
@@ -108,7 +108,7 @@ <h4>Requests.</h4> | |
|
||
<!--Footer--> | ||
<div id="footer" class="jumbotron text-center"> | ||
© 2017 built by <a href="https://codemzy.github.io/" target="_blank">codemzy</a> | ||
© 2018 built by <a href="https://codemzy.github.io/" target="_blank">codemzy</a> | ||
</div> | ||
|
||
<!--SCRIPTS--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters