JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add footer with license and source
authorJason Woofenden <jason@jasonwoof.com>
Sat, 17 Oct 2015 19:06:31 +0000 (15:06 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sat, 17 Oct 2015 19:06:31 +0000 (15:06 -0400)
index.html
style.styl

index afd1094..afef5a3 100644 (file)
@@ -10,5 +10,6 @@
        <h1>Crayon Mockup</h1>
        <p>Instructions: drag stuff into the outlined area, drag around, drag back up to delete</p>
        <div class="crayon_mockup"></div>
+               <div class="footer"><a href="https://jasonwoof.com/gitweb/?p=crayon_mockup.git">Source</a> code is <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>.</div>
 </body>
 </html>
index ca5a197..88c81de 100644 (file)
@@ -10,6 +10,9 @@ p
 * p
        margin-top: 10px
 
+.footer
+       font-size: 13px
+
 color_crayon = #8c8c8c
 color_selected = #544c4c
 color_hover = #777