diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-28 14:21:09 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-28 14:21:09 +0300 |
| commit | 4620fa5cbc9e6a38e087c50c91e23c5ae8c05206 (patch) | |
| tree | b092dd690da4b40a3465e656e24746625de03210 | |
| parent | 52e379b6ce290a12565851593ad08871e3a14f93 (diff) | |
contribute
| -rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -105,7 +105,15 @@ for (var i=0; i<coords.length; i++) { </div> </div> - <h2>Other</h2> + <h2>Contribute!</h2> + <hr> + <div class="row"> + <div class="span12"> + <p>The L-Systems.JS project is in a very premature stage. Help us out by going over the <a href="https://github.com/yuvadm/lsys.js/issues">open project issues</a>.</p> + <p>Any other suggestions, feedback, or pull requests would be gladly accepted! :)</p> + </div> + </div> + </div> </div> |
