Skip to content

Commit

Permalink
Better descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbyte committed May 16, 2016
1 parent f668c0d commit ca45285
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
12 changes: 6 additions & 6 deletions dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bundle.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/App.js
Expand Up @@ -158,7 +158,9 @@ const App = React.createClass({
</div>)}

<div className='credits padding-2'>
Created by <a href="http://javier.xyz/">javierbyte</a>. More experiments: <a href="http://javier.xyz/img2css">img2css</a>, <a href="http://javier.xyz/cohesive-colors">cohesive-colors</a>, <a href="http://javier.xyz/morphin">morphin</a>.
<div>More experiments: <a href="http://javier.xyz/img2css"><b>img2css</b> (convert any image to pure css)</a>, <a href="http://javier.xyz/cohesive-colors"><b>cohesive-colors</b> (tool that creates cohesive color palletes)</a>, <a href="http://javier.xyz/morphin"><b>morphin</b> (pure css image morphing transition)</a>.</div>
<br />
<div>Created by <a href="http://javier.xyz/"><b>javierbyte</b></a>.</div>
</div>
</div>
}
Expand Down
6 changes: 5 additions & 1 deletion styles/style.css
Expand Up @@ -15,7 +15,11 @@ body {

a {
color: inherit;
font-weight: 700;
color: #2980B9;
font-weight: 300;
}
a:hover {
color: #000;
}

.credits {
Expand Down

0 comments on commit ca45285

Please sign in to comment.