initial commit
This commit is contained in:
commit
e869a1cab4
107 changed files with 9029 additions and 0 deletions
19
app/views/_templates/footer.volt
Normal file
19
app/views/_templates/footer.volt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
<footer class="footer">
|
||||
<div class="footer-left">
|
||||
Copyright © 2017
|
||||
<a target="_blank" href="http://www.shufflingpixels.com">
|
||||
Shufflingpixels
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="footer-middle">
|
||||
<a class="footer-button-top" href="#top">
|
||||
{{ icon('android-arrow-dropup') }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="footer-right">
|
||||
Version 0.1
|
||||
</div>
|
||||
</footer>
|
||||
Reference in a new issue