mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Moved footer around a bit
This commit is contained in:
@@ -557,7 +557,7 @@ nav .brand-logo-navigate{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-copyright{
|
.footer-copyright{
|
||||||
text-align: center;
|
/*text-align: center;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-copyright a { color: #fff;}
|
.footer-copyright a { color: #fff;}
|
||||||
|
|||||||
@@ -97,19 +97,14 @@
|
|||||||
<div class="col l4 offset-l2 s12 valign-wrapper">
|
<div class="col l4 offset-l2 s12 valign-wrapper">
|
||||||
<ul class="footer-buttons">
|
<ul class="footer-buttons">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/zoff-music/">
|
<a id="facebook-code-link" class="waves-effect waves-light btn light-blue share shareface" href="https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>" target="popup" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>','Share Playlist','width=600,height=300')">
|
||||||
<img title="Contribute on GitHub" src="/public/images/GitHub_Logo.png" alt="GitHub" />
|
<img class="left" src="/public/images/facebook.png" alt="Share on Facebook" />Share on Facebook
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a id="facebook-code-link" class="waves-effect waves-light btn light-blue share shareface" href="https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>" target="popup" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>','Share Playlist','width=600,height=300')">
|
<a id="twitter-code-link" class="waves-effect waves-light btn light-blue share" href="http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic" target="popup" onclick="window.open('http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic','Share Playlist','width=600,height=300')">
|
||||||
<img class="left" src="/public/images/facebook.png" alt="Share on Facebook" />Share on Facebook
|
<img class="left" src="/public/images/twitter.png" alt="Share on Twitter" />Share on Twitter
|
||||||
</a>
|
</a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a id="twitter-code-link" class="waves-effect waves-light btn light-blue share" href="http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic" target="popup" onclick="window.open('http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic','Share Playlist','width=600,height=300')">
|
|
||||||
<img class="left" src="/public/images/twitter.png" alt="Share on Twitter" />Share on Twitter
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
||||||
@@ -133,7 +128,9 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
© <?php echo date("Y"); ?>
|
© <?php echo date("Y"); ?>
|
||||||
<a href="http://nixo.no">Nixo</a> &
|
<a href="http://nixo.no">Nixo</a> &
|
||||||
<a href="http://kasperrt.no">KasperRT</a>
|
<a href="http://kasperrt.no">KasperRT</a>,
|
||||||
|
All rights reserved
|
||||||
|
<a class="grey-text text-lighten-4 right" href="https://github.com/zoff-music/">Contribute on GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user