Permalink
Browse files
Added the signature to the bottom of the main page.
- Loading branch information...
Showing
with
5 additions
and
1 deletion.
-
+1
−1
index.css
-
+4
−0
index.html
|
@@ -40,7 +40,7 @@ h2 { |
|
|
position: relative;
|
|
|
width: 960px;
|
|
|
margin: 0 auto;
|
|
|
- height: 1100px;
|
|
|
+ height: 1200px;
|
|
|
}
|
|
|
|
|
|
#main > div {
|
|
|
|
@@ -103,6 +103,10 @@ <h2><a href="http://raphaeljs.com/">Raphaël</a></h2> |
|
|
<a href="https://github.com/zgrossbart/3gears/blob/master/raphael_interaction.js" class="sourceLink">view source</a>
|
|
|
|
|
|
<a href="raphael_gears.html" id="raphaelGears" class="canvas"> </a>
|
|
|
+
|
|
|
+ <p style="margin-left: 25px;">
|
|
|
+ by <a href="http://www.zackgrossbart.com">Zack Grossbart</a>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|
|
|
0 comments on commit
8786def