I am not sure what your question is.
You apparently are using the footer widget area for that already (beware you appear to have set it for 4 columns, but only have three widgets in there).
If your question is how to show a link to the page, I see you created links but without any text and with syntax errors.
The basic HTML for a link is below and you are missing the part in yellow. Also note the Open close tag syntax
<a href=”linkurl“>Link text</a>
These are things you can find in any HTML reference site like the ones listed at the bottom of this thread
http://forum.weavertheme.com/discussion/1207/basic-tips-on-using-the-developer-tools-like-firebug-to-resolve-styling-issues