Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Jul 3, 2019
1 parent 205fbe0 commit b7bd285
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Imagehover.css is a lovingly crafted CSS library allowing you to easily implemen

## CDN
```
https://cdnjs.cloudflare.com/ajax/libs/imagehover.css/1.0/css/imagehover.min.css
https://cdnjs.cloudflare.com/ajax/libs/imagehover.css/2.0.0/css/imagehover.min.css
```

## Basic Usage
Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -13,14 +13,14 @@
</head>
<body>
<div class="main"><span id="forkongithub"><a href="https://github.com/ciar4n/imagehover.css">Fork me on GitHub</a></span>
<h1>imagehover.css <a href="#" title="View release history" class="sup">v1.1</a></h1>
<h1>imagehover.css <a href="#" title="View release history" class="sup">2.0.0</a></h1>
<div class="intro">
<h2>A Scaleable & Light Image Hover CSS Library</h2>
<p>Imagehover.css is a lovingly crafted CSS library allowing you to easily implement scaleable image hover effects. Choose from over 40 hover effect classes from a CSS library weighing in at a minified size of only <b>19KB</b>. </p>
<iframe src="https://ghbtns.com/github-btn.html?user=ciar4n&repo=imagehover.css&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</div>
<div class="download"><a href="https://github.com/ciar4n/imagehover.css/archive/master.zip" class="download-btn">Download</a>
<p class="version">Version 1.1 - <a href="https://github.com/ciar4n/imagehover.css">Github</a></p>
<p class="version">Version 2.0.0 - <a href="https://github.com/ciar4n/imagehover.css">Github</a></p>
</div>
<hr>
<div class="markup">
Expand Down Expand Up @@ -456,8 +456,8 @@ <h3>License</h3>
</div>
</div>
<div class="footer">
<small>Copyright ©&copy;2019 <a href="http://www.ciar4n.com/" title="ciar4n.com" target="_blank">ciar4n</a></small>
<p>Brought to you by<br><a href="http://www.ciar4n.com/" title="ciar4n.com" target="_blank">ciar4n</a></p>
<small>Copyright © 2016 <a href="http://www.ciar4n.com/" title="ciar4n.com" target="_blank">ciar4n</a></small>
</div>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script>
Expand Down
24 changes: 17 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "imagehover.css",
"version": "1.0.0",
"version": "2.0.0",
"description": "*A Scaleable & Light Image Hover CSS Library*",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b7bd285

Please sign in to comment.