Replaced text with logo

This commit is contained in:
aggelosQQ 2018-07-04 18:54:30 +03:00
parent e3a2eff59d
commit ca3eca704d
4 changed files with 19 additions and 33 deletions

File diff suppressed because one or more lines are too long

View file

@ -270,13 +270,14 @@
<div class="footer-copyright"> <div class="footer-copyright">
<div class="container"> <div class="container">
<hr> <hr>
TotalFreedom &copy; 2010 - <span id="curYear"></span> <a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank">Made by aggelosQQ</a> TotalFreedom &copy; 2010 - <span id="curYear"></span>
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank"><img src="https://aggelosqq.com/images/watermarks/agg-white.svg" width="120" style="margin-top: -25px;" /></a>
</div> </div>
</div> </div>
</div> </div>
<div id="note"> <!-- <div id="note">
<h6>Got an idea you would love to see implemented on the page? <a href="https://github.com/TotalFreedom/Website/issues" target="_blank">Please post your suggestions here</a>!</h6> <h6>Got an idea you would love to see implemented on the page? <a href="https://github.com/TotalFreedom/Website/issues" target="_blank">Please post your suggestions here</a>!</h6>
</div> </div> -->
</footer> </footer>
</div> </div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>

View file

@ -469,7 +469,7 @@
<div class="footer-copyright"> <div class="footer-copyright">
<div class="container"> <div class="container">
<hr> TotalFreedom &copy; 2010 - <span id="curYear"></span> <hr> TotalFreedom &copy; 2010 - <span id="curYear"></span>
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.github.io" target="_blank">Made by aggelosQQ</a> <a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank"><img src="https://aggelosqq.com/images/watermarks/agg-white.svg" width="120" style="margin-top: -25px;" /></a>
</div> </div>
</div> </div>
</div> </div>

View file

@ -354,7 +354,10 @@ small {
footer.page-footer .footer-copyright {
height: auto!important;
margin-bottom: -15px;
}
@media only screen and (max-width: 991px) { @media only screen and (max-width: 991px) {