Files
railsgoat/app/views/layouts/shared/_footer.html.erb
T
2015-01-06 13:14:53 -05:00

22 lines
693 B
Plaintext
Executable File

<footer>
<p align="center">
&copy; The Open Web Application Security Project - OWASP, 2015
</p>
</footer>
<script type="text/javascript">
//ScrollUp
$(function () {
$.scrollUp({
scrollName: 'scrollUp', // Element ID
topDistance: '300', // Distance from top before showing element (px)
topSpeed: 300, // Speed back to top (ms)
animation: 'fade', // Fade, slide, none
animationInSpeed: 400, // Animation in speed (ms)
animationOutSpeed: 400, // Animation out speed (ms)
scrollText: 'Scroll to top', // Text for element
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
});
});
</script>