Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
codepo8 committed Feb 1, 2012
1 parent a208aed commit 19ec72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<header>
<h1>Thumbnail generator</h1>
<p>Generate thumbnails in your browser. Simply choose your thumbnail properties and drag and drop images onto the field below.</p>
<p>Generate thumbnails in your browser. Simply choose your thumbnail properties and drag and drop images onto the field below. Find out more on the <a href="http://hacks.mozilla.org/2012/02/creating-thumbnails-with-drag-and-drop-and-html5-canvas/">MDN blog</a> and <a href="https://github.com/codepo8/canvasthumber">fork/get the source on GitHub</a>.</p>
</header>
<section>
<form>
Expand Down
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ body {
footer, section, output, header, aside, figure {
display: block;
}
a {
color: #060;
}
h1 {
font-size: 24px;
padding-bottom: 10px;
Expand Down

0 comments on commit 19ec72a

Please sign in to comment.