Add contact link to page

This commit is contained in:
Keith Morrow 2015-06-11 21:52:37 -04:00
parent f15c6aa667
commit 68cdc6b927
2 changed files with 9 additions and 4 deletions

View file

@ -64,7 +64,7 @@
background-color: rgba(255, 255, 255, .2);
}
#footer {
.footer {
position: absolute;
bottom: 10px;
margin: auto;
@ -72,7 +72,7 @@
width: 100%;
}
#footer a {
.footer a {
color: white;
opacity: .5;
font-size: 14px;
@ -345,8 +345,10 @@
<body>
<div class="modulecontent modulearea"></div>
<div id="footer">
<a href="https://github.com/Upload/Upload" target="_blank">Source Code</a>
<div id="footer" class="footer">
<a href="https://github.com/Upload/Up1" target="_blank">Source Code</a>
-
<a href="mailto:contact@up1.ca" target="_blank">Contact</a>
</div>
</body>
</html>

View file

@ -16,6 +16,9 @@ upload.modules.addmodule({
><a class="btn" id="inbrowserbtn" target="_blank" href="#">View In Browser</a\
><a class="btn" id="deletebtn" href="#">Delete</a>\
</div>\
<div id="dlfooter" class="footer">\
<a href="mailto:contact@up1.ca" target="_blank">Contact</a>\
</div>\
</div>\
',
init: function () {