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); background-color: rgba(255, 255, 255, .2);
} }
#footer { .footer {
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;
margin: auto; margin: auto;
@ -72,7 +72,7 @@
width: 100%; width: 100%;
} }
#footer a { .footer a {
color: white; color: white;
opacity: .5; opacity: .5;
font-size: 14px; font-size: 14px;
@ -345,8 +345,10 @@
<body> <body>
<div class="modulecontent modulearea"></div> <div class="modulecontent modulearea"></div>
<div id="footer"> <div id="footer" class="footer">
<a href="https://github.com/Upload/Upload" target="_blank">Source Code</a> <a href="https://github.com/Upload/Up1" target="_blank">Source Code</a>
-
<a href="mailto:contact@up1.ca" target="_blank">Contact</a>
</div> </div>
</body> </body>
</html> </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="inbrowserbtn" target="_blank" href="#">View In Browser</a\
><a class="btn" id="deletebtn" href="#">Delete</a>\ ><a class="btn" id="deletebtn" href="#">Delete</a>\
</div>\ </div>\
<div id="dlfooter" class="footer">\
<a href="mailto:contact@up1.ca" target="_blank">Contact</a>\
</div>\
</div>\ </div>\
', ',
init: function () { init: function () {